SimpleObserverObserveChannelsImpl


Description:

[ CCode ( instance_pos = 7.9 ) ]
[ Version ( since = "0.11.5" ) ]
public delegate void SimpleObserverObserveChannelsImpl (SimpleObserver observer, Account account, Connection connection, List<Channel> channels, ChannelDispatchOperation? dispatch_operation, List<ChannelRequest> requests, ObserveChannelsContext context)

Signature of the implementation of the ObserveChannels method.

This function must call either accept, delay or fail on context before it returns.

Parameters:

observer

a SimpleObserver 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 if possible

dispatch_operation

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

requests

a List of ChannelRequest, all having their object-path defined but are not guaranteed to be prepared.

context

a ObserveChannelsContext representing the context of this D-Bus call

user_data

arbitrary user-supplied data passed to SimpleObserver


Namespace: TelepathyGLib
Package: telepathy-glib