handle_channels
Description:
public virtual void handle_channels (Account account, Connection connection, List<Channel> channels, List<ChannelRequest> requests_satisfied, int64 user_action_time, HandleChannelsContext context)
Parameters:
this |
a BaseClient instance |
account |
a Account with |
connection |
a Connection with |
channels |
a List of Channel
, each with |
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
|
context |
a HandleChannelsContext representing the context of this D-Bus call |