Method

PurpleNotificationget_id

since: 3.0

Declaration [src]

const char*
purple_notification_get_id (
  PurpleNotification* notification
)

Description [src]

Gets the identifier of notification.

Available since: 3.0

Gets propertyPurple.Notification:id

Return value

Type: const char*

The identifier of notification.

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