Signal

PurpleConversation::member-removed

unstable since: 3.0

Declaration

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

Description [src]

Emitted when a member is removed from the conversation.

This is a propagation of PurpleConversationMembers::member-removed.

Default handler:

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

Available since: 3.0

Parameters

members

Type: PurpleConversationMembers

The members.

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

Type: PurpleConversationMember

The member that was removed.

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

Type: gboolean

If true the removal will be announced.

message

Type: gchar*

The message to use in the announcement.

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