Method

PurpleSavedPresenceset_emoji

since: 3.0

Declaration [src]

void
purple_saved_presence_set_emoji (
  PurpleSavedPresence* presence,
  const char* emoji
)

Description [src]

Sets the emoji of presence to emoji. If emoji is NULL, the emoji will be cleared.

Available since: 3.0

Parameters

emoji

Type: const char*

The new emoji.

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