InstallMissingMediaPluginsPermissionRequest

WebKitInstallMissingMediaPluginsPermissionRequest represents a request for permission to decide whether WebKit should try to start a helper application to install missing media plugins when the media backend couldn't play a media because the required plugins were not available.

When a WebKitInstallMissingMediaPluginsPermissionRequest is not handled by the user, it is allowed by default.

Constructors

this
this(WebKitInstallMissingMediaPluginsPermissionRequest* webKitInstallMissingMediaPluginsPermissionRequest, bool ownedRef)

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

Members

Functions

getDescription
string getDescription()

Gets the description about the missing plugins provided by the media backend when a media couldn't be played.

getInstallMissingMediaPluginsPermissionRequestStruct
WebKitInstallMissingMediaPluginsPermissionRequest* getInstallMissingMediaPluginsPermissionRequestStruct(bool transferOwnership)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

Mixins

__anonymous
mixin PermissionRequestT!(WebKitInstallMissingMediaPluginsPermissionRequest)
Undocumented in source.

Static functions

getType
GType getType()

Variables

webKitInstallMissingMediaPluginsPermissionRequest
WebKitInstallMissingMediaPluginsPermissionRequest* webKitInstallMissingMediaPluginsPermissionRequest;

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

Since

2.10