webkit-0.11.0: Binding to the Webkit library.Source codeContentsIndex
Graphics.UI.Gtk.WebKit.WebResource
Portabilityportable (depends on GHC)
Stabilityprovisional
Maintainergtk2hs-users@lists.sourceforge.net
Contents
Types
Constructors
Methods
Description

Note:

Function webkit_web_resource_get_data haven't binding no idea how to handle GString.

Access to the WebKit Web Resource

Synopsis
data WebResource
webResourceNew :: String -> Int -> String -> String -> String -> String -> IO WebResource
webResourceGetEncoding :: WebResourceClass self => self -> IO String
webResourceGetFrameName :: WebResourceClass self => self -> IO String
webResourceGetMimeType :: WebResourceClass self => self -> IO String
webResourceGetUri :: WebResourceClass self => self -> IO String
Types
data WebResource Source
Constructors
webResourceNew :: String -> Int -> String -> String -> String -> String -> IO WebResourceSource
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 StringSource
Get encoding.
webResourceGetFrameName :: WebResourceClass self => self -> IO StringSource
Get frame name.
webResourceGetMimeType :: WebResourceClass self => self -> IO StringSource
Get mime type.
webResourceGetUri :: WebResourceClass self => self -> IO StringSource
Get uri.
Produced by Haddock version 2.6.0