Function
Purpleserv_got_typing_stopped
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.
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.