Method
PurpleFileTransferManageradd
unstable since: 3.0
Declaration [src]
void
purple_file_transfer_manager_add (
PurpleFileTransferManager* manager,
PurpleFileTransfer* transfer
)
Description [src]
Adds transfer to manager.
When a transfer is added to PurpleFileTransferManager the manager will
keep track of the transfer and propagate all of its signals.
Available since: 3.0
Parameters
transfer-
Type:
PurpleFileTransferThe file transfer to add.
The data is owned by the caller of the method.