glib-0.13.8.2: Binding to the GLIB library for Gtk2Hs.
Maintainergtk2hs-users@lists.sourceforge.net
Stabilityprovisional
Portabilityportable (depends on GHC)
Safe HaskellSafe-Inferred
LanguageHaskell98

System.Glib.GList

Description

Defines functions to extract data from a GList and to produce a GList from a list of pointers.

  • The same for GSList.

Documentation

type GList = Ptr () Source #

withGList :: [Ptr a] -> (GSList -> IO b) -> IO b Source #

type GSList = Ptr () Source #

withGSList :: [Ptr a] -> (GSList -> IO b) -> IO b Source #