Portability | portable (depends on GHC) |
---|---|
Stability | provisional |
Maintainer | [email protected] |
System.Glib.StoreValue
Description
- data TMType
- data GenericValue
- valueSetGenericValue :: GValue -> GenericValue -> IO ()
- valueGetGenericValue :: GValue -> IO GenericValue
Documentation
data GenericValue Source
A union with information about the currently stored type.
- Internally used by Graphics.UI.Gtk.TreeList.TreeModel.
valueSetGenericValue :: GValue -> GenericValue -> IO ()Source