Function

Purpleserv_got_typing_stopped

since: 3.0

Declaration [src]

void
purple_serv_got_typing_stopped (
  PurpleConnection* gc,
  const char* name
)

Description [src]

Called from a protocol when it has received a type stopped.

todo Could probably move this into the conversation API.

Available since: 3.0

Parameters

gc

Type: PurpleConnection

The PurpleConnection.

The data is owned by the caller of the function.
name

Type: const char*

The name of the person that stopped typing.

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