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 |
| Available since: 3.0 |
Parameters
members-
Type:
PurpleConversationMembersThe members.
The data is owned by the caller of the function. member-
Type:
PurpleConversationMemberThe member that was removed.
The data is owned by the caller of the function. announce-
Type:
gbooleanIf 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.