|
| Graphics.UI.Gtk.WebKit.SecurityOrigin | | Portability | portable (depends on GHC) | | Stability | provisional | | Maintainer | gtk2hs-users@lists.sourceforge.net |
|
|
|
|
|
| Description |
| Access to the WebKit Web SecurityOrigin
|
|
| Synopsis |
|
|
|
|
| Types
|
|
|
|
| Methods
|
|
|
| Returns the frame's security origin.
|
|
| securityOriginGetHost :: SecurityOriginClass self => self -> IO String | Source |
|
| Returns the hostname for the security origin.
|
|
| securityOriginGetPort :: SecurityOriginClass self => self -> IO Int | Source |
|
| Returns the port for the security origin.
|
|
| securityOriginGetProtocol :: SecurityOriginClass self => self -> IO String | Source |
|
| Returns the protocol for the security origin.
|
|
| securityOriginGetWebDatabaseQuota :: SecurityOriginClass self => self -> IO Int | Source |
|
| 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 Int | Source |
|
| Returns the usage for Web Database storage of the security origin in bytes.
|
|
| Produced by Haddock version 2.6.0 |