[ CCode ( has_target = false ) ]
public delegate bool GroupMixinRemMemberWithReasonFunc (Object obj, Handle handle, string message, uint reason) throws Error
Signature of the callback used to remove a member from the group.
This should perform the necessary operations in the underlying IM protocol to cause the member to be removed.
Set this with tp_group_mixin_class_set_remove_with_reason_func
, .
obj |
An object implementing the group interface with this mixin |
handle |
The handle of the contact to be removed |
message |
A message to be sent if the protocol supports it |
reason |
A ChannelGroupChangeReason indicating the reason |
|