glib-0.12.0: Binding to the GLIB library for Gtk2Hs.

Portabilityportable (depends on GHC)
Stabilityprovisional
Maintainergtk2hs-users@lists.sourceforge.net

System.Glib.GValue

Description

This module implements only the necessities for the GTK binding.

Synopsis

Documentation

newtype GValue Source

Constructors

GValue (Ptr GValue) 

valueInit :: GValue -> GType -> IO ()Source

Clear a GValue.

valueGetType :: GValue -> IO GTypeSource

Get the type of the value stored in the GValue

allocaGValue :: (GValue -> IO b) -> IO bSource

Temporarily allocate a GValue.