glib-0.11.0: Binding to the GLIB library for Gtk2Hs.
Source code
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.
Everything here is only used by
Graphics.UI.Gtk.TreeList.TreeModel
and friends.
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
GType
Source
Get the type of the value stored in the GValue
allocaGValue
:: (
GValue
->
IO
b) ->
IO
b
Source
Temporarily allocate a GValue.
Produced by
Haddock
version 2.6.0