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
.
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
.
this |
a channel |
local_pending |
the handle of a local-pending contact about whom more information is needed |
actor |
either |
reason |
either |
message |
either |
|