Channel.from_properties
Description:
[ CCode ( has_construct_function = false ) ]
[ Version ( deprecated = true , since = "0.7.19" ) ]
public Channel.from_properties (Connection conn, string object_path, HashTable<string,Value?> immutable_properties) throws Error
[ Version ( deprecated = true , since = "0.7.19" ) ]
public Channel.from_properties (Connection conn, string object_path, HashTable<string,Value?> immutable_properties) throws Error
Warning: Channel.from_properties is deprecated.
Note:
Use ensure_channel instead.
Parameters:
| conn |
a connection; may not be |
| object_path |
the object path of the channel; may not be |
| immutable_properties |
the immutable properties of the channel, as signalled by the NewChannel D-Bus signal or returned by the CreateChannel and EnsureChannel D-Bus methods: a mapping from strings (D-Bus interface name + "." + property name) to Value instances |
Returns:
|
a new channel proxy, or |