BaseClientClassHandleChannelsImpl


Description:

[ CCode ( has_target = false ) ]
[ Version ( since = "0.11.6" ) ]
public delegate void BaseClientClassHandleChannelsImpl (BaseClient client, Account account, Connection connection, List<Channel> channels, List<ChannelRequest> requests_satisfied, int64 user_action_time, HandleChannelsContext context)

Signature of the implementation of the HandleChannels method.

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

Parameters:

client

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

requests_satisfied

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

user_action_time

the time at which user action occurred, or one of the special values USER_ACTION_TIME_NOT_USER_ACTION or TP_USER_ACTION_TIME_CURRENT_TIME (see user_action_time for details)

context

a HandleChannelsContext representing the context of this D-Bus call


Namespace: TelepathyGLib
Package: telepathy-glib