Method

NotifyNotificationget_activation_token

Declaration [src]

const char*
notify_notification_get_activation_token (
  NotifyNotification* notification
)

Description [src]

Gets the activation token of the notification.

If an an action is currently being activated, return the activation token. This function is intended to be used in a ActionCallback to get the activation token for the activated action, if the notification daemon supports it.

Available since:0.7.10

Return value

Returns: utf8
 

The current activation token, or NULL if none.

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