Method
PurpleFileTransferset_content_type
unstable since: 3.0
[−]
Declaration [src]
void
purple_file_transfer_set_content_type (
PurpleFileTransfer* transfer,
const char* content_type
)
[−]
Description [src]
Sets the content type of transfer
to content_type
.
Available since: 3.0
Sets property | Purple.FileTransfer:content-type |
[−]
Parameters
content_type
-
Type:
const char*
The new content type.
The argument can be NULL
.The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.