webkit-0.11.0: Binding to the Webkit library.

Portabilityportable (depends on GHC)
Stabilityprovisional
Maintainergtk2hs-users@lists.sourceforge.net

Graphics.UI.Gtk.WebKit.SecurityOrigin

Contents

Description

Access to the WebKit Web SecurityOrigin

Synopsis

Types

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.