FileTransferChannel


Description:

[ CCode ( has_construct_function = false ) ]
[ Version ( deprecated = true , since = "0.15.5" ) ]
public FileTransferChannel (Connection conn, string object_path, HashTable<string,Value?> immutable_properties) throws Error

Warning: FileTransferChannel is deprecated.

Convenient function to create a new FileTransferChannel

Note:

Use ensure_channel instead.

Parameters:

conn

a Connection; may not be null

object_path

the object path of the channel; may not be null

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 FileTransferChannel