webkit-0.11.0: Binding to the Webkit library.Source codeContentsIndex
Graphics.UI.Gtk.WebKit.WebDatabase
Portabilityportable (depends on GHC)
Stabilityprovisional
Maintainergtk2hs-users@lists.sourceforge.net
Contents
Types
Methods
Description
Access to the WebKit Web Database
Synopsis
data WebDatabase
webDatabaseGetDisplayName :: WebDatabaseClass self => self -> IO String
webDatabaseGetExpectedSize :: WebDatabaseClass self => self -> IO Int
webDatabaseGetFilename :: WebDatabaseClass self => self -> IO String
webDatabaseGetName :: WebDatabaseClass self => self -> IO String
webDatabaseGetSecurityOrigin :: WebDatabaseClass self => self -> IO SecurityOrigin
webDatabaseGetSize :: WebDatabaseClass self => self -> IO Int
webDatabaseRemove :: WebDatabaseClass self => self -> IO ()
Types
data WebDatabase Source
Methods
webDatabaseGetDisplayName :: WebDatabaseClass self => self -> IO StringSource
Returns the name of the WebDatabase as seen by the user.
webDatabaseGetExpectedSize :: WebDatabaseClass self => self -> IO IntSource
Returns the expected size of the Database in bytes as defined by the web author. The Web Database standard allows web authors to specify an expected size of the database to optimize the user experience.
webDatabaseGetFilename :: WebDatabaseClass self => self -> IO StringSource
Returns the absolute filename to the WebKitWebDatabase file on disk.
webDatabaseGetName :: WebDatabaseClass self => self -> IO StringSource
Returns the canonical name of the WebDatabase.
webDatabaseGetSecurityOrigin :: WebDatabaseClass self => self -> IO SecurityOriginSource
Returns the security origin of the WebKitWebDatabase.
webDatabaseGetSize :: WebDatabaseClass self => self -> IO IntSource
Returns the actual size of the WebDatabase space on disk in bytes.
webDatabaseRemove :: WebDatabaseClass self => self -> IO ()Source
Removes the WebDatabase from its security origin and destroys all data stored in the database.
Produced by Haddock version 2.6.0