gi-webkit2-4.0.7: WebKit2 bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2.Enums

Contents

Description

 

Synopsis

Documentation

catchSnapshotError :: IO a -> (SnapshotError -> GErrorMessage -> IO a) -> IO a Source #

handleSnapshotError :: (SnapshotError -> GErrorMessage -> IO a) -> IO a -> IO a Source #

catchPrintError :: IO a -> (PrintError -> GErrorMessage -> IO a) -> IO a Source #

handlePrintError :: (PrintError -> GErrorMessage -> IO a) -> IO a -> IO a Source #

catchPolicyError :: IO a -> (PolicyError -> GErrorMessage -> IO a) -> IO a Source #

handlePolicyError :: (PolicyError -> GErrorMessage -> IO a) -> IO a -> IO a Source #

catchPluginError :: IO a -> (PluginError -> GErrorMessage -> IO a) -> IO a Source #

handlePluginError :: (PluginError -> GErrorMessage -> IO a) -> IO a -> IO a Source #

catchNetworkError :: IO a -> (NetworkError -> GErrorMessage -> IO a) -> IO a Source #

handleNetworkError :: (NetworkError -> GErrorMessage -> IO a) -> IO a -> IO a Source #

catchJavascriptError :: IO a -> (JavascriptError -> GErrorMessage -> IO a) -> IO a Source #

handleJavascriptError :: (JavascriptError -> GErrorMessage -> IO a) -> IO a -> IO a Source #

catchFaviconDatabaseError :: IO a -> (FaviconDatabaseError -> GErrorMessage -> IO a) -> IO a Source #

handleFaviconDatabaseError :: (FaviconDatabaseError -> GErrorMessage -> IO a) -> IO a -> IO a Source #

catchDownloadError :: IO a -> (DownloadError -> GErrorMessage -> IO a) -> IO a Source #

handleDownloadError :: (DownloadError -> GErrorMessage -> IO a) -> IO a -> IO a Source #

Exported types

data UserScriptInjectionTime Source #

Instances

Enum UserScriptInjectionTime Source # 
Eq UserScriptInjectionTime Source # 
Ord UserScriptInjectionTime Source # 
Show UserScriptInjectionTime Source # 
BoxedEnum UserScriptInjectionTime Source # 

data UserContentInjectedFrames Source #

Instances

Enum UserContentInjectedFrames Source # 
Eq UserContentInjectedFrames Source # 
Ord UserContentInjectedFrames Source # 
Show UserContentInjectedFrames Source # 
BoxedEnum UserContentInjectedFrames Source # 

data ScriptDialogType Source #

data PrintOperationResponse Source #

Instances

Enum PrintOperationResponse Source # 
Eq PrintOperationResponse Source # 
Ord PrintOperationResponse Source # 
Show PrintOperationResponse Source # 
BoxedEnum PrintOperationResponse Source # 

data PolicyDecisionType Source #

data InsecureContentEvent Source #

Instances

Enum InsecureContentEvent Source # 
Eq InsecureContentEvent Source # 
Ord InsecureContentEvent Source # 
Show InsecureContentEvent Source # 
BoxedEnum InsecureContentEvent Source # 

data FaviconDatabaseError Source #

Instances

Enum FaviconDatabaseError Source # 
Eq FaviconDatabaseError Source # 
Ord FaviconDatabaseError Source # 
Show FaviconDatabaseError Source # 
GErrorClass FaviconDatabaseError Source # 
BoxedEnum FaviconDatabaseError Source # 

data CredentialPersistence Source #

Instances

Enum CredentialPersistence Source # 
Eq CredentialPersistence Source # 
Ord CredentialPersistence Source # 
Show CredentialPersistence Source # 
BoxedEnum CredentialPersistence Source # 

data CookiePersistentStorage Source #

Instances

Enum CookiePersistentStorage Source # 
Eq CookiePersistentStorage Source # 
Ord CookiePersistentStorage Source # 
Show CookiePersistentStorage Source # 
BoxedEnum CookiePersistentStorage Source # 

data CookieAcceptPolicy Source #

data ContextMenuAction Source #

data AuthenticationScheme Source #

Instances

Enum AuthenticationScheme Source # 
Eq AuthenticationScheme Source # 
Ord AuthenticationScheme Source # 
Show AuthenticationScheme Source # 
BoxedEnum AuthenticationScheme Source #