group_get_local_pending_contact_info
Description:
public bool group_get_local_pending_contact_info (Contact local_pending, out unowned Contact actor, out ChannelGroupChangeReason reason, out unowned string message)
If local_pending
is actually a local-pending contact, write additional information into actor
, reason
and message
and return true
.
The contact and message are not referenced or copied, and can only be assumed to remain valid until the main loop is re-entered.
If local_pending
is not the handle of a local-pending contact, write null
into actor
,
NONE into reason
and "" into
message
, and return false
.
Parameters:
this |
a channel |
local_pending |
the Contact of a local-pending contact about whom more information is needed |
actor |
either |
reason |
either |
message |
either |
Returns:
|