Method

WebKit2Notificationget_tag

Declaration [src]

const gchar*
webkit_notification_get_tag (
  WebKitNotification* notification
)

Description [src]

Obtains the tag identifier for the notification.

Available since:2.16

Return value

Returns: const gchar*
 

The tag for the notification.

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