request_added


Description:

[ Version ( since = "0.11.6" ) ]
public signal void request_added (Account account, ChannelRequest request)

Emitted when a channels have been requested, and that if the request is successful, they will probably be handled by this Handler.

This signal is only fired if set_handler_request_notification has been called on self previously.

Parameters:

account

the Account on which the request was made, with TP_ACCOUNT_FEATURE_CORE, and any other features added via add_account_features or add_account_features, prepared if possible

request

a ChannelRequest having its object-path defined but is not guaranteed to be prepared.