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)

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 TP_ACCOUNT_FEATURE_CORE prepared if possible

connection

a Connection having TP_CONNECTION_FEATURE_CORE prepared if possible

channels

a List of Channel , all having TP_CHANNEL_FEATURE_CORE prepared

dispatch_operation

a ChannelDispatchOperation or null; the dispatch_operation is not guaranteed to be prepared

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