Signal

PurpleChatConversation::user-left

since: 3.0

Declaration

void
user_left (
  PurpleChatConversation* self,
  gchar* username,
  gchar* reason,
  gpointer user_data
)

Description [src]

Emitted after a username has left the conversation.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Available since: 3.0

Parameters

username

Type: gchar*

The user that left the conversation.

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

Type: gchar*

The optional reason why the user left the chat.

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