Gtk2HsContentsIndex
System.Glib.StoreValue
Description
Synopsis
data TMType
= TMinvalid
| TMuint
| TMint
| TMuchar
| TMchar
| TMboolean
| TMenum
| TMflags
| TMpointer
| TMfloat
| TMdouble
| TMstring
| TMobject
| TMboxed
data GenericValue
= GVuint CUInt
| GVint CInt
| GVuchar CUChar
| GVchar CChar
| GVboolean Bool
| GVenum Int
| GVflags Int
| GVpointer (Ptr ())
| GVfloat Float
| GVdouble Double
| GVstring (Maybe String)
| GVobject GObject
| GVboxed (Ptr ())
Documentation
data TMType
Constructors
TMinvalid
TMuint
TMint
TMuchar
TMchar
TMboolean
TMenum
TMflags
TMpointer
TMfloat
TMdouble
TMstring
TMobject
TMboxed
Instances
Enum TMType
data GenericValue

A union with information about the currently stored type.

  • Internally used by TreeStore.
Constructors
GVuint CUInt
GVint CInt
GVuchar CUChar
GVchar CChar
GVboolean Bool
GVenum Int
GVflags Int
GVpointer (Ptr ())
GVfloat Float
GVdouble Double
GVstring (Maybe String)
GVobject GObject
GVboxed (Ptr ())
Instances
Storable GenericValue
Produced by Haddock version 0.6