observe_channels


Description:

[ NoWrapper ]
public virtual void observe_channels (Account account, Connection connection, List<Channel> channels, ChannelDispatchOperation? dispatch_operation, List<ChannelRequest> requests, ObserveChannelsContext context)

Parameters:

this

a BaseClient instance

account

a Account with TP_ACCOUNT_FEATURE_CORE, and any other features added via add_account_features or add_account_features, prepared if possible

connection

a Connection with TP_CONNECTION_FEATURE_CORE, and any other features added via add_connection_features, or add_connection_features, prepared if possible

channels

a List of Channel , each with TP_CHANNEL_FEATURE_CORE, and any other features added via add_channel_features or add_channel_features, prepared if possible

dispatch_operation

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

requests

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

context

a ObserveChannelsContext representing the context of this D-Bus call