Portability | portable (depends on GHC) |
---|---|
Stability | provisional |
Maintainer | gtk2hs-users@lists.sourceforge.net |
Safe Haskell | None |
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