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:
PurpleConversationMemberThe
PurpleConversationMemberinstance.The data is owned by the caller of the function.  announce- 
            
Type:
gbooleanWhether 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.