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

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

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 bSource

type GSList = Ptr ()Source

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