gi-gobject-0.2.44.12: GI/GObject/Interfaces/TypePlugin.hs-boot
module GI.GObject.Interfaces.TypePlugin 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 TypePlugin = TypePlugin (ForeignPtr TypePlugin) class ForeignPtrNewtype a => TypePluginK a instance (ForeignPtrNewtype o, IsDescendantOf TypePlugin o) => TypePluginK o