glib-0.11.0: Binding to the GLIB library for Gtk2Hs.Source codeContentsIndex
System.Glib.GList
Portabilityportable (depends on GHC)
Stabilityprovisional
Maintainergtk2hs-users@lists.sourceforge.net
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
readGList :: GList -> IO [Ptr a]Source
fromGList :: GList -> IO [Ptr a]Source
toGList :: [Ptr a] -> IO GListSource
withGList :: [Ptr a] -> (GSList -> IO b) -> IO bSource
type GSList = Ptr ()Source
readGSList :: GSList -> IO [Ptr a]Source
fromGSList :: GSList -> IO [Ptr a]Source
fromGSListRev :: GSList -> IO [Ptr a]Source
toGSList :: [Ptr a] -> IO GSListSource
withGSList :: [Ptr a] -> (GSList -> IO b) -> IO bSource
Produced by Haddock version 2.6.0