webkit-0.11.0: Binding to the Webkit library.Source codeContentsIndex
Graphics.UI.Gtk.WebKit.SecurityOrigin
Portabilityportable (depends on GHC)
Stabilityprovisional
Maintainergtk2hs-users@lists.sourceforge.net
Contents
Types
Methods
Description
Access to the WebKit Web SecurityOrigin
Synopsis
data SecurityOrigin
securityOriginGetAllWebDatabases :: SecurityOriginClass self => self -> IO [WebDatabase]
securityOriginGetHost :: SecurityOriginClass self => self -> IO String
securityOriginGetPort :: SecurityOriginClass self => self -> IO Int
securityOriginGetProtocol :: SecurityOriginClass self => self -> IO String
securityOriginGetWebDatabaseQuota :: SecurityOriginClass self => self -> IO Int
securityOriginSetWebDatabaseQuota :: SecurityOriginClass self => self -> Int -> IO ()
securityOriginGetWebDatabaseUsage :: SecurityOriginClass self => self -> IO Int
Types
data SecurityOrigin Source
Methods
securityOriginGetAllWebDatabases :: SecurityOriginClass self => self -> IO [WebDatabase]Source
Returns the frame's security origin.
securityOriginGetHost :: SecurityOriginClass self => self -> IO StringSource
Returns the hostname for the security origin.
securityOriginGetPort :: SecurityOriginClass self => self -> IO IntSource
Returns the port for the security origin.
securityOriginGetProtocol :: SecurityOriginClass self => self -> IO StringSource
Returns the protocol for the security origin.
securityOriginGetWebDatabaseQuota :: SecurityOriginClass self => self -> IO IntSource
Returns the quota for Web Database storage of the security origin in bytes.
securityOriginSetWebDatabaseQuota :: SecurityOriginClass self => self -> Int -> IO ()Source
Adjust the quota for Web Database storage of the security origin
securityOriginGetWebDatabaseUsage :: SecurityOriginClass self => self -> IO IntSource
Returns the usage for Web Database storage of the security origin in bytes.
Produced by Haddock version 2.6.0