Class
IdeTransferManager
[−]
Description
final class Ide.TransferManager : GObject.Object
implements Gio.ListModel {
/* No available fields */
}
No description available.
[−]
Instance methods
ide_transfer_manager_execute_async
This is a convenience function that will queue transfer
into the transfer
manager and execute callback upon completion of the transfer. The success
or failure GError
will be propagated to the caller via ide_transfer_manager_execute_finish().
[+]
Methods inherited from GListModel (5)
[−]
Properties
Ide.TransferManager:progress
A double between and including 0.0 and 1.0 describing the progress of all tasks.
[−]
Signals
Ide.TransferManager::all-transfers-completed
This signal is emitted when all of the transfers have completed or failed.
Ide.TransferManager::transfer-completed
This signal is emitted when a transfer has completed successfully.
Ide.TransferManager::transfer-failed
This signal is emitted when a transfer has failed to complete successfully.
[+]
Signals inherited from GListModel (1)
[+]