| glib-0.11.0: Binding to the GLIB library for Gtk2Hs. | Contents | Index |
|
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.
|
|
Synopsis |
|
|
|
Documentation |
|
newtype GValue |
|
|
valueInit :: GValue -> GType -> IO () |
Clear 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 2.4.2 |