Method

PurpleFileTransferget_message

unstable since: 3.0

Declaration [src]

const char*
purple_file_transfer_get_message (
  PurpleFileTransfer* transfer
)

Description [src]

The message that was sent with the file transfer if the protocol supports sending one.

Available since: 3.0

Return value

Type: const char*

The message sent with the transfer.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.