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