webkit-0.14.1.0: Binding to the Webkit library.

Safe HaskellNone
LanguageHaskell98

Graphics.UI.Gtk.WebKit.DOM.Blob

Documentation

slice :: (MonadIO m, BlobClass self, GlibString string) => self -> Int64 -> Int64 -> Maybe string -> m (Maybe Blob) Source

getSize :: (MonadIO m, BlobClass self) => self -> m Word64 Source