Method

PurplePresenceset_message

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

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.