glib-0.11.2: Binding to the GLIB library for Gtk2Hs.Source codeContentsIndex
System.Glib.GValue
Portabilityportable (depends on GHC)
Stabilityprovisional
Maintainergtk2hs-users@lists.sourceforge.net
Description

This module implements only the necessities for the GTK binding.

Synopsis
newtype GValue = GValue (Ptr GValue)
valueInit :: GValue -> GType -> IO ()
valueGetType :: GValue -> IO GType
allocaGValue :: (GValue -> IO b) -> IO b
Documentation
newtype GValue Source
Constructors
GValue (Ptr GValue)
valueInit :: GValue -> GType -> IO ()Source
Clear a GValue.
valueGetType :: GValue -> IO GTypeSource
Get the type of the value stored in the GValue
allocaGValue :: (GValue -> IO b) -> IO bSource
Temporarily allocate a GValue.
Produced by Haddock version 2.6.1