webkit-0.14.2.0: Binding to the Webkit library.
Graphics.UI.Gtk.WebKit.DOM.Blob
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 #
data Blob Source #
Instances
Methods
(==) :: Blob -> Blob -> Bool #
(/=) :: Blob -> Blob -> Bool #
compare :: Blob -> Blob -> Ordering #
(<) :: Blob -> Blob -> Bool #
(<=) :: Blob -> Blob -> Bool #
(>) :: Blob -> Blob -> Bool #
(>=) :: Blob -> Blob -> Bool #
max :: Blob -> Blob -> Blob #
min :: Blob -> Blob -> Blob #
toGObject :: Blob -> GObject #
unsafeCastGObject :: GObject -> Blob #
castToBlob :: GObjectClass obj => obj -> Blob Source #
gTypeBlob :: GType Source #
class GObjectClass o => BlobClass o Source #
toBlob :: BlobClass o => o -> Blob Source #