Method
PurpleConversationMembersremove_member
unstable since: 3.0
Declaration [src]
gboolean
purple_conversation_members_remove_member (
PurpleConversationMembers* members,
PurpleContactInfo* info,
gboolean announce,
const char* message
)
Description [src]
Attempts to remove info from the members.
If found, info is removed and the
PurpleConversationMembers::member-removed signal is emitted with
announce and message as parameters.
This method is intended to be called by a protocol plugin to directly manage the membership state of the
conversation.
Available since: 3.0
Parameters
info-
Type:
PurpleContactInfoThe
PurpleContactInfoof the person leaving.The data is owned by the caller of the method. announce-
Type:
gbooleanWhether or not this removal should be announced.
message-
Type:
const char*An optional message for the announcement.
The argument can be NULL.The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.