group_get_local_pending_info


Description:

[ Version ( deprecated = true , since = "0.7.12" ) ]
public bool group_get_local_pending_info (Handle local_pending, out Handle actor, out ChannelGroupChangeReason reason, out unowned string message)

Warning: group_get_local_pending_info is deprecated.

If local_pending is actually the handle of a local-pending contact, write additional information into actor, reason and message and return true.

Note:

New code should use group_get_local_pending_contact_info instead.

The handle 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 0 into actor, NONE into reason and "" into message, and return false.

Parameters:

this

a channel

local_pending

the handle of a local-pending contact about whom more information is needed

actor

either null or a location to return the contact who requested the change

reason

either null or a location to return the reason for the change

message

either null or a location to return the user-supplied message

Returns:

true if the contact is in fact local-pending