ChannelRequest


Description:

[ CCode ( has_construct_function = false ) ]
[ Version ( deprecated = true ) ]
public ChannelRequest (DBusDaemon bus_daemon, string object_path, HashTable<void*,void*> immutable_properties) throws Error

Warning: ChannelRequest is deprecated.

Convenience function to create a new channel request proxy.

Note:

Since 0.19.9.

New code should get ChannelRequest objects from a BaseClient

If the channel request was newly created, the client making the request is responsible for calling tp_cli_channel_request_call_proceed when it is ready for the channel request to proceed.

Parameters:

bus_daemon

Proxy for the D-Bus daemon

object_path

The non-NULL object path of this channel request

immutable_properties

As many as are known of the immutable D-Bus properties of this channel request, or null if none are known

Returns:

a new reference to an channel request proxy, or null if object_path is not syntactically valid or the channel dispatcher is not running