Method

PurpleFileTransferget_content_type

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

Return value

Type: const char*

The content type.

The data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.