Method
PurplePresenceset_message
unstable since: 3.0
[−]
Declaration [src]
void
purple_presence_set_message (
PurplePresence* presence,
const char* message
)
[−]
Description [src]
Sets the status message of presence
to message
.
Available since: 3.0
Sets property | Purple.Presence: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.