Method

PurpleNotificationLinkget_link_text

unstable since: 3.0

Declaration [src]

const char*
purple_notification_link_get_link_text (
  PurpleNotificationLink* notification
)

Description [src]

The link text if set otherwise, the value of PurpleNotificationLink:link-uri.

Available since: 3.0

Return value

Type: const char*

The link text if set, otherwise the link URI.

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