NotificationPermissionRequest

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.

Constructors

this
this(WebKitNotificationPermissionRequest* webKitNotificationPermissionRequest, bool ownedRef)

Sets our main struct and passes it to the parent class.

Members

Functions

getNotificationPermissionRequestStruct
WebKitNotificationPermissionRequest* getNotificationPermissionRequestStruct(bool transferOwnership)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

Mixins

__anonymous
mixin PermissionRequestT!(WebKitNotificationPermissionRequest)
Undocumented in source.

Static functions

getType
GType getType()

Variables

webKitNotificationPermissionRequest
WebKitNotificationPermissionRequest* webKitNotificationPermissionRequest;

the main Gtk struct

Inherited Members

From PermissionRequestIF

getPermissionRequestStruct
WebKitPermissionRequest* getPermissionRequestStruct(bool transferOwnership)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

getType
GType getType()
allow
void allow()

Allow the action which triggered this request.

deny
void deny()

Deny the action which triggered this request.

Meta