glib-0.13.4.1: 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 #

Constructors

GValue (Ptr GValue) 

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

Clear a GValue.

valueGetType :: GValue -> IO GType #

Get the type of the value stored in the GValue

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

Temporarily allocate a GValue.