[ CCode ( has_target = false ) ]
public delegate bool GroupMixinRemMemberFunc (Object obj, Handle handle, string message) 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.
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 |
|