Method

PurplePresenceget_emoji

since: 3.0

Declaration [src]

const char*
purple_presence_get_emoji (
  PurplePresence* presence
)

Description [src]

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

Available since: 3.0

Gets propertyPurple.Presence:emoji

Return value

Type: const char*

The current emoji or NULL if none is set.

The data is owned by the instance.
The value is a NUL terminated UTF-8 string.