Method

PurplePresenceset_emoji

since: 3.0

Declaration [src]

void
purple_presence_set_emoji (
  PurplePresence* presence,
  const char* emoji
)

Description [src]

Sets the current emoji, sometimes referred to as a mood, of presence to emoji.

Available since: 3.0

Sets propertyPurple.Presence:emoji

Parameters

emoji

Type: const char*

The new emoji to set.

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