request_removed


Description:

[ Version ( since = "0.11.6" ) ]
public signal void request_removed (ChannelRequest request, string error, string message)

Emitted when a request has failed and should be disregarded.

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

Parameters:

request

the ChannelRequest being removed

error

the name of the D-Bus error with which the request failed.

message

any message supplied with the D-Bus error.