Top |
guint64 | webkit_notification_get_id () |
const gchar * | webkit_notification_get_title () |
const gchar * | webkit_notification_get_body () |
const gchar * | webkit_notification_get_tag () |
void | webkit_notification_close () |
void | webkit_notification_clicked () |
guint64
webkit_notification_get_id (WebKitNotification *notification
);
const gchar *
webkit_notification_get_title (WebKitNotification *notification
);
const gchar *
webkit_notification_get_body (WebKitNotification *notification
);
const gchar *
webkit_notification_get_tag (WebKitNotification *notification
);
“tag”
property“tag” gchar *
The tag identifier for the notification.
Flags: Read
Default value: NULL
“title”
property“title” gchar *
The title for the notification.
Flags: Read
Default value: NULL
“clicked”
signalvoid user_function (WebKitNotification *webkitnotification, gpointer user_data)
Flags: Run Last
“closed”
signalvoid user_function (WebKitNotification *webkitnotification, gpointer user_data)
Flags: Run Last