Maintainer | gtk2hs-users@lists.sourceforge.net |
---|---|
Stability | provisional |
Portability | portable (depends on GHC) |
Safe Haskell | Safe-Inferred |
Language | Haskell98 |
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
readGSList :: GSList -> IO [Ptr a] Source #
fromGSList :: GSList -> IO [Ptr a] Source #
fromGSListRev :: GSList -> IO [Ptr a] Source #
withGSList :: [Ptr a] -> (GSList -> IO b) -> IO b Source #