SimpleApproverAddDispatchOperationImpl
Description:
[ CCode ( instance_pos = 6.9 ) ]
[ Version ( since = "0.11.5" ) ]
public delegate void SimpleApproverAddDispatchOperationImpl (SimpleApprover approver, Account account, Connection connection, List<Channel> channels, ChannelDispatchOperation? dispatch_operation, AddDispatchOperationContext context)
[ Version ( since = "0.11.5" ) ]
public delegate void SimpleApproverAddDispatchOperationImpl (SimpleApprover approver, Account account, Connection connection, List<Channel> channels, ChannelDispatchOperation? dispatch_operation, AddDispatchOperationContext context)
Signature of the implementation of the AddDispatchOperation method.
This function must call either accept,
delay or
fail on context before it returns.
Parameters:
| approver |
a SimpleApprover instance |
| account |
a Account having |
| connection |
a Connection having |
| channels |
a List of Channel
, all having |
| dispatch_operation |
a ChannelDispatchOperation or |
| context |
a AddDispatchOperationContext representing the context of this D-Bus call |
| user_data |
arbitrary user-supplied data passed to SimpleApprover |
Namespace: TelepathyGLib
Package: telepathy-glib