Safe Haskell | None |
---|---|
Language | Haskell98 |
Graphics.UI.Gtk.WebKit.DOM.DOMApplicationCache
Documentation
domApplicationCacheUpdate :: DOMApplicationCacheClass self => self -> IO ()
domApplicationCacheSwapCache :: DOMApplicationCacheClass self => self -> IO ()
domApplicationCacheAbort :: DOMApplicationCacheClass self => self -> IO ()
domApplicationCacheDispatchEvent :: (DOMApplicationCacheClass self, EventClass evt) => self -> Maybe evt -> IO Bool
domApplicationCacheGetStatus :: DOMApplicationCacheClass self => self -> IO Word
domApplicationCacheOnchecking :: DOMApplicationCacheClass self => Signal self (EventM UIEvent self ())
domApplicationCacheOnerror :: DOMApplicationCacheClass self => Signal self (EventM UIEvent self ())
domApplicationCacheOnnoupdate :: DOMApplicationCacheClass self => Signal self (EventM UIEvent self ())
domApplicationCacheOndownloading :: DOMApplicationCacheClass self => Signal self (EventM UIEvent self ())
domApplicationCacheOnprogress :: DOMApplicationCacheClass self => Signal self (EventM UIEvent self ())
domApplicationCacheOnupdateready :: DOMApplicationCacheClass self => Signal self (EventM UIEvent self ())
domApplicationCacheOncached :: DOMApplicationCacheClass self => Signal self (EventM UIEvent self ())
domApplicationCacheOnobsolete :: DOMApplicationCacheClass self => Signal self (EventM UIEvent self ())
data DOMApplicationCache
class GObjectClass o => DOMApplicationCacheClass o
castToDOMApplicationCache :: GObjectClass obj => obj -> DOMApplicationCache