|
Graphics.UI.Gtk.WebKit.WebDatabase | Portability | portable (depends on GHC) | Stability | provisional | Maintainer | gtk2hs-users@lists.sourceforge.net |
|
|
|
|
|
Description |
Access to the WebKit Web Database
|
|
Synopsis |
|
|
|
|
Types
|
|
|
|
Methods
|
|
webDatabaseGetDisplayName :: WebDatabaseClass self => self -> IO String | Source |
|
Returns the name of the WebDatabase as seen by the user.
|
|
webDatabaseGetExpectedSize :: WebDatabaseClass self => self -> IO Int | Source |
|
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 String | Source |
|
Returns the absolute filename to the WebKitWebDatabase file on disk.
|
|
webDatabaseGetName :: WebDatabaseClass self => self -> IO String | Source |
|
Returns the canonical name of the WebDatabase.
|
|
|
Returns the security origin of the WebKitWebDatabase.
|
|
webDatabaseGetSize :: WebDatabaseClass self => self -> IO Int | Source |
|
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 |