Method
PurpleFileTransferget_filename
unstable since: 3.0
[−]
Declaration [src]
const char*
purple_file_transfer_get_filename (
PurpleFileTransfer* transfer
)
[−]
Description [src]
Gets the base filename from transfer
.
Available since: 3.0
Gets property | Purple.FileTransfer:filename |
[−]
Return value
Type: const char*
The base filename.
The returned data is owned by the instance. |
The value is a NUL terminated UTF-8 string. |