request_added
Description:
[ Version ( since = "0.11.6" ) ]
public signal void request_added (Account account, ChannelRequest request)
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 |
request |
a ChannelRequest having its object-path defined but is not guaranteed to be prepared. |