Method

PurpleFileTransferset_content_type

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

Parameters

content_type

Type: const char*

The new content type.

The argument can be NULL.
The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.