channel_request


Description:

public ChannelRequest channel_request { get; }

The ChannelRequest used to request the channel, or null if the channel has not be requested yet.

This can be useful for example to compare with the ChannelRequest objects received from the requests_satisfied argument of SimpleHandlerHandleChannelsImpl to check if the client is asked to handle the channel it just requested.

Note that the ChannelRequest objects may be different while still representing the same ChannelRequest on D-Bus. You have to compare them using their object paths (tp_proxy_get_object_path()).

Since 0.13.13