GroupMixinAddMemberFunc


Description:

[ CCode ( has_target = false ) ]
public delegate bool GroupMixinAddMemberFunc (Object obj, Handle handle, string message) throws Error

Signature of the callback used to add a member to the group.

This should perform the necessary operations in the underlying IM protocol to cause the member to be added.

Parameters:

obj

An object implementing the group interface with this mixin

handle

The handle of the contact to be added

message

A message to be sent if the protocol supports it

Returns:

true on success, false with error set on error


Namespace: TelepathyGLib
Package: telepathy-glib