Method

TalkatuTypingLabelfinish_typing

Declaration [src]

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

Description [src]

Removes who from the list of users in label that are currently typing.

Parameters

who

Type: const gchar*

The caller defined user that has finished typing.

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