module GI.WebKit2WebExtension.Objects.DOMHTMLBodyElement where import Prelude () import Data.GI.Base.ShortPrelude import qualified Data.Text as T import qualified Data.ByteString.Char8 as B import qualified Data.Map as Map newtype DOMHTMLBodyElement = DOMHTMLBodyElement (ForeignPtr DOMHTMLBodyElement) instance GObject DOMHTMLBodyElement where class GObject o => DOMHTMLBodyElementK o instance (GObject o, IsDescendantOf DOMHTMLBodyElement o) => DOMHTMLBodyElementK o data DOMHTMLBodyElementALinkPropertyInfo data DOMHTMLBodyElementBackgroundPropertyInfo data DOMHTMLBodyElementBgColorPropertyInfo data DOMHTMLBodyElementLinkPropertyInfo data DOMHTMLBodyElementTextPropertyInfo data DOMHTMLBodyElementVLinkPropertyInfo