TextChannel
Description:
[ CCode ( has_construct_function = false ) ]
[ Version ( deprecated = true , since = "0.13.10" ) ]
public TextChannel (Connection conn, string object_path, HashTable<string,Value?> immutable_properties) throws Error
[ Version ( deprecated = true , since = "0.13.10" ) ]
public TextChannel (Connection conn, string object_path, HashTable<string,Value?> immutable_properties) throws Error
Warning: TextChannel is deprecated.
Convenient function to create a new TextChannel
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 newly created TextChannel |