|
| Graphics.UI.Gtk.WebKit.WebResource | | Portability | portable (depends on GHC) | | Stability | provisional | | Maintainer | gtk2hs-users@lists.sourceforge.net |
|
|
|
|
|
| Description |
Note:
Function webkit_web_resource_get_data haven't binding
no idea how to handle GString.
Access to the WebKit Web Resource
|
|
| Synopsis |
|
|
|
|
| Types
|
|
|
|
| Constructors
|
|
|
| Returns a new WebKitWebResource.
The encoding can be empty.
The frameName can be used if the resource represents contents of an
entire HTML frame, otherwise pass empty.
|
|
| Methods
|
|
| webResourceGetEncoding :: WebResourceClass self => self -> IO String | Source |
|
| Get encoding.
|
|
| webResourceGetFrameName :: WebResourceClass self => self -> IO String | Source |
|
| Get frame name.
|
|
| webResourceGetMimeType :: WebResourceClass self => self -> IO String | Source |
|
| Get mime type.
|
|
|
| Get uri.
|
|
| Produced by Haddock version 2.6.0 |