[ CCode ( has_construct_function = false ) ]
[ Version ( deprecated = true , since = "0.13.2" ) ]
public StreamTubeChannel (Connection conn, string object_path, HashTable<string,Value?> immutable_properties) throws Error
Warning: StreamTubeChannel is deprecated.
Creates a new StreamTubeChannel proxy object from the provided path and properties.
Use ensure_channel instead.
Most developers will not need to use this function; use AutomaticProxyFactory to automatically create StreamTubeChannel proxy objects.
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 |
a newly-created StreamTubeChannel proxy |