ChannelDispatchOperation
Description:
[ CCode ( has_construct_function = false ) ]
[ Version ( deprecated = true ) ]
public ChannelDispatchOperation (DBusDaemon bus_daemon, string object_path, HashTable<void*,void*> immutable_properties) throws Error
[ Version ( deprecated = true ) ]
public ChannelDispatchOperation (DBusDaemon bus_daemon, string object_path, HashTable<void*,void*> immutable_properties) throws Error
Warning: ChannelDispatchOperation is deprecated.
Convenience function to create a new channel dispatch operation proxy.
Note:
Since 0.19.9.
New code should get ChannelDispatchOperation objects from a BaseClient
The immutable_properties
argument is not yet used.
Parameters:
bus_daemon |
Proxy for the D-Bus daemon |
object_path |
The non-NULL object path of this channel dispatch operation |
immutable_properties |
As many as are known of the immutable D-Bus properties of this channel dispatch operation, or |
Returns:
a new reference to an channel dispatch operation proxy, or |