Signal
PurpleConversationMembers::member-added
unstable since: 3.0
Declaration
void
member_added (
PurpleConversationMembers* self,
PurpleConversationMember* member,
gboolean announce,
gchar* message,
gpointer user_data
)
Description [src]
Emitted when a new member is added to this collection.
| Default handler: The default handler is called after the handlers added via |
| Available since: 3.0 |
Parameters
member-
Type:
PurpleConversationMemberThe
PurpleConversationMemberinstance.The data is owned by the caller of the function. announce-
Type:
gbooleanWhether or not this addition 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.