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

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

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 GType Source

Get the type of the value stored in the GValue

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

Temporarily allocate a GValue.