Virtual Method
PurpleProtocolClientconvo_closed
since: 3.0.0
Declaration [src]
void
convo_closed (
PurpleProtocolClient* client,
PurpleConnection* connection,
const gchar* who
)
Description [src]
Closes the conversation named who
on connection connection
.
Available since: 3.0.0
Parameters
connection
-
Type:
PurpleConnection
A
PurpleConnection
instance.The data is owned by the caller of the function. who
-
Type:
const gchar*
The name of the conversation to close.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.