Signal
PurpleConversationMembers::member-removed
unstable since: 3.0
Declaration
void
member_removed (
PurpleConversationMembers* self,
PurpleConversationMember* member,
gboolean announce,
gchar* message,
gpointer user_data
)
Description [src]
Emitted when member is removed from this collection.
Default handler: The default handler is called after the handlers added via |
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.