Method

TalkatuTypingLabelstart_typing

Declaration [src]

void
talkatu_typing_label_start_typing (
  TalkatuTypingLabel* label,
  const gchar* who
)

Description [src]

Adds who to the list of users in label that are currently typing.

Parameters

who

Type: const gchar*

The caller defined user that started typing.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.