Method
PurpleFileTransferget_content_type
unstable since: 3.0
[−]
Declaration [src]
const char*
purple_file_transfer_get_content_type (
PurpleFileTransfer* transfer
)
[−]
Description [src]
Gets the content type of the file being transferred.
Available since: 3.0
Gets property | Purple.FileTransfer:content-type |
[−]
Return value
Type: const char*
The content type.
The returned data is owned by the instance. |
The return value can be NULL . |
The value is a NUL terminated UTF-8 string. |