Signal

PurpleConversation::member-removed

since: 3.0

Declaration

void
member_removed (
  PurpleConversation* self,
  PurpleConversationMember* member,
  gboolean announce,
  gchar* message,
  gpointer user_data
)

Description [src]

Emitted when member is removed from this conversation.

Default handler:

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

Available since: 3.0

Parameters

member

Type: PurpleConversationMember

The PurpleConversationMember instance.

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

Type: gboolean

Whether or not this removal should be announced.

message

Type: gchar*

An optional message to use in the announcement.

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