Class

WebKit2NotificationPermissionRequest

Description [src]

class WebKit2.NotificationPermissionRequest : GObject.Object {
  parent: GObject
}

A permission request for displaying web notifications.

WebKitNotificationPermissionRequest represents a request for permission to decide whether WebKit should provide the user with notifications through the Web Notification API.

When a WebKitNotificationPermissionRequest is not handled by the user, it is denied by default.

Available since:2.8

Ancestors

  • GObject

Class structure

struct WebKit2NotificationPermissionRequestClass {
  GObjectClass parent_class;
  
}
Class members
parent_class
GObjectClass
  No description available.