|
|
|
|
|
| Description |
|
|
| Synopsis |
|
|
|
| Documentation |
|
| data TMType |
| Constructors | | TMinvalid | | | TMuint | | | TMint | | | TMuchar | | | TMchar | | | TMboolean | | | TMenum | | | TMflags | | | TMpointer | | | TMfloat | | | TMdouble | | | TMstring | | | TMobject | | | TMboxed | |
| | Instances | |
|
|
| 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 | |
|
|
| Produced by Haddock version 0.6 |