glib-0.11.0: Binding to the GLIB library for Gtk2Hs.Source codeContentsIndex
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 = CUInt
typeInstanceIsA :: Ptr () -> GType -> Bool
Documentation
type GType = CUIntSource
typeInstanceIsA :: Ptr () -> GType -> BoolSource

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

  • Internally used by Hierarchy.
Produced by Haddock version 2.6.1