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

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

System.Glib.StoreValue

Description

 
Synopsis

Documentation

data GenericValue Source #

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 Text) 
GVobject GObject