Method

PurpleSavedPresenceset_message

since: 3.0

Declaration [src]

void
purple_saved_presence_set_message (
  PurpleSavedPresence* presence,
  const char* message
)

Description [src]

Sets the message of presence to message. If message is NULL the message is cleared.

Available since: 3.0

Parameters

message

Type: const char*

The new message.

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