packages feed

gi-gtk-0.3.16.12: GI/Gtk/Interfaces/Buildable.hs-boot

module GI.Gtk.Interfaces.Buildable 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 Buildable = Buildable (ForeignPtr Buildable)
instance GObject Buildable where
class GObject o => BuildableK o
instance (GObject o, IsDescendantOf Buildable o) => BuildableK o