glib-0.11.2: Binding to the GLIB library for Gtk2Hs.

Portabilityportable (depends on GHC)
Stabilityprovisional
Maintainergtk2hs-users@lists.sourceforge.net

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

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

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