|
| System.Glib.GValue | | Portability | portable (depends on GHC) | | Stability | provisional | | Maintainer | gtk2hs-users@lists.sourceforge.net |
|
|
|
|
|
| Description |
This module implements only the necessities for the GTK binding.
- Everything here is only used by TreeStore and friends.
|
|
| Synopsis |
|
|
|
| Documentation |
|
| newtype GValue |
|
|
| valueInit :: GValue -> GType -> IO () |
| Clear a GValue.
|
|
| valueUnset :: GValue -> IO () |
| Free the data in a GValue.
|
|
| valueGetType :: GValue -> IO GType |
| Get the type of the value stored in the GValue
|
|
| allocaGValue :: (GValue -> IO b) -> IO b |
| Temporarily allocate a GValue.
|
|
| Produced by Haddock version 0.7 |