|
System.Glib.StoreValue | Portability | portable (depends on GHC) | Stability | provisional | Maintainer | gtk2hs-users@lists.sourceforge.net |
|
|
|
Description |
|
|
Synopsis |
|
|
|
Documentation |
|
data TMType |
Constructors | TMinvalid | | TMuint | | TMint | | TMboolean | | TMenum | | TMflags | | TMfloat | | TMdouble | | TMstring | | TMobject | |
| Instances | |
|
|
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 |