webkitgtk3-0.12.5.1: Binding to the Webkit library.

Safe HaskellNone

Graphics.UI.Gtk.WebKit.DOM.Navigator

Documentation

navigatorJavaEnabled :: NavigatorClass self => self -> IO BoolSource

navigatorGetStorageUpdates :: NavigatorClass self => self -> IO ()Source

navigatorGetAppCodeName :: NavigatorClass self => self -> IO StringSource

navigatorGetAppName :: NavigatorClass self => self -> IO StringSource

navigatorGetAppVersion :: NavigatorClass self => self -> IO StringSource

navigatorGetLanguage :: NavigatorClass self => self -> IO StringSource

navigatorGetUserAgent :: NavigatorClass self => self -> IO StringSource

navigatorGetPlatform :: NavigatorClass self => self -> IO StringSource

navigatorGetPlugins :: NavigatorClass self => self -> IO (Maybe DOMPluginArray)Source

navigatorGetMimeTypes :: NavigatorClass self => self -> IO (Maybe DOMMimeTypeArray)Source

navigatorGetProduct :: NavigatorClass self => self -> IO StringSource

navigatorGetProductSub :: NavigatorClass self => self -> IO StringSource

navigatorGetVendor :: NavigatorClass self => self -> IO StringSource

navigatorGetVendorSub :: NavigatorClass self => self -> IO StringSource

navigatorGetCookieEnabled :: NavigatorClass self => self -> IO BoolSource

navigatorGetOnLine :: NavigatorClass self => self -> IO BoolSource