Class

PurpleNotificationLink

unstable since: 3.0

[]

Description [src]

final class Purple.NotificationLink : Purple.Notification
{
  /* No available fields */
}

A PurpleNotification that contains a link for more information.

Available since: 3.0

[]

Constructors

purple_notification_link_new

Creates a new PurpleNotification with a link to link_uri.

unstable since: 3.0

[]

Instance methods

purple_notification_link_get_link_text

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

unstable since: 3.0

purple_notification_link_get_link_uri

The link URI.

unstable since: 3.0

Methods inherited from PurpleNotification (18)
Methods inherited from GObject (43)
[]

Properties

Purple.NotificationLink:link-text

The text to display instead of the URI.

unstable since: 3.0

Purple.NotificationLink:link-uri

The URI for this notification.

unstable since: 3.0

Properties inherited from PurpleNotification (9)
[]

Signals

Signals inherited from PurpleNotification (1)
Signals inherited from GObject (1)

Class structure