Method
PurpleFileTransferget_account
unstable since: 3.0
Declaration [src]
PurpleAccount*
purple_file_transfer_get_account (
PurpleFileTransfer* transfer
)
Description [src]
Gets the PurpleAccount
that transfer
was created with to transfer a file.
Available since: 3.0
Gets property | Purple.FileTransfer:account |
Return value
Type: PurpleAccount
The account.
The returned data is owned by the instance. |