| glib-0.11.0: Binding to the GLIB library for Gtk2Hs. | Contents | Index |
|
System.Glib.GList | Portability | portable (depends on GHC) | Stability | provisional | Maintainer | gtk2hs-users@lists.sourceforge.net |
|
|
|
Description |
Defines functions to extract data from a GList and to produce a GList from
a list of pointers.
|
|
|
Documentation |
|
type GList = Ptr () |
|
readGList :: GList -> IO [Ptr a] |
|
fromGList :: GList -> IO [Ptr a] |
|
toGList :: [Ptr a] -> IO GList |
|
withGList :: [Ptr a] -> (GSList -> IO b) -> IO b |
|
type GSList = Ptr () |
|
readGSList :: GSList -> IO [Ptr a] |
|
fromGSList :: GSList -> IO [Ptr a] |
|
fromGSListRev :: GSList -> IO [Ptr a] |
|
toGSList :: [Ptr a] -> IO GSList |
|
withGSList :: [Ptr a] -> (GSList -> IO b) -> IO b |
|
Produced by Haddock version 2.4.2 |