Method

PurpleBadgeget_description

unstable since: 3.0

Declaration [src]

const char*
purple_badge_get_description (
  PurpleBadge* badge
)

Description [src]

Gets the description of badge.

This can be used by user interfaces to tell the user what this badge represents.

Available since: 3.0

Return value

Type: const char*

The description of badge.

The returned data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.