glib-0.13.11.0: Binding to the GLIB library for Gtk2Hs.
Maintainergtk2hs-users@lists.sourceforge.net
Stabilityprovisional
Portabilityportable (depends on GHC)
Safe HaskellSafe-Inferred
LanguageHaskell98

System.Glib.StoreValue

Description

 
Synopsis

Documentation

data TMType Source #

Instances

Instances details
Enum TMType Source # 
Instance details

Defined in System.Glib.StoreValue

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