Gtk2HsContentsIndex
System.Glib.StoreValue
Portabilityportable (depends on GHC)
Stabilityprovisional
Maintainergtk2hs-users@lists.sourceforge.net
Description
Synopsis
data TMType
= TMinvalid
| TMuint
| TMint
| TMboolean
| TMenum
| TMflags
| TMfloat
| TMdouble
| TMstring
| TMobject
data GenericValue
= GVuint Word
| GVint Int
| GVboolean Bool
| GVenum Int
| GVflags Int
| GVfloat Float
| GVdouble Double
| GVstring (Maybe String)
| GVobject GObject
valueSetGenericValue :: GValue -> GenericValue -> IO ()
valueGetGenericValue :: GValue -> IO GenericValue
Documentation
data TMType
Constructors
TMinvalid
TMuint
TMint
TMboolean
TMenum
TMflags
TMfloat
TMdouble
TMstring
TMobject
show/hide Instances
Enum TMType
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
valueSetGenericValue :: GValue -> GenericValue -> IO ()
valueGetGenericValue :: GValue -> IO GenericValue
Produced by Haddock version 0.8