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

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

System.Glib.StoreValue

Description

 

Synopsis

Documentation

data GenericValue

A union with information about the currently stored type.

Constructors

GVuint Word 
GVint Int 
GVboolean Bool 
GVenum Int 
GVflags Int 
GVfloat Float 
GVdouble Double 
GVstring (Maybe String) 
GVobject GObject