glib-0.11.0: Binding to the GLIB library for Gtk2Hs.ContentsIndex
System.Glib.GType
Portabilityportable (depends on GHC)
Stabilityprovisional
Maintainergtk2hs-users@lists.sourceforge.net
Description
This module implements only the necessities for the GTK binding.
Synopsis
type GType = CULong
typeInstanceIsA :: Ptr () -> GType -> Bool
Documentation
type GType = CULong
typeInstanceIsA :: Ptr () -> GType -> Bool

Check if an object is of the specific type or derived from it.

  • Internally used by Hierarchy.
Produced by Haddock version 2.4.2