webkit-0.13.0.2: Binding to the Webkit library.

Safe HaskellNone

Graphics.UI.Gtk.WebKit.DOM.HTMLMetaElement

Documentation

htmlMetaElementSetContent :: (HTMLMetaElementClass self, GlibString string) => self -> string -> IO ()Source

htmlMetaElementGetContent :: (HTMLMetaElementClass self, GlibString string) => self -> IO stringSource

htmlMetaElementSetHttpEquiv :: (HTMLMetaElementClass self, GlibString string) => self -> string -> IO ()Source

htmlMetaElementSetName :: (HTMLMetaElementClass self, GlibString string) => self -> string -> IO ()Source

htmlMetaElementGetName :: (HTMLMetaElementClass self, GlibString string) => self -> IO stringSource

htmlMetaElementSetScheme :: (HTMLMetaElementClass self, GlibString string) => self -> string -> IO ()Source

htmlMetaElementGetScheme :: (HTMLMetaElementClass self, GlibString string) => self -> IO stringSource