Gtk2HsContentsIndex
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.
Synopsis
ptrToInt :: Ptr a -> Int
type GList = Ptr ()
fromGList :: GList -> IO [Ptr a]
toGList :: [Ptr a] -> IO GList
type GSList = Ptr ()
readGSList :: GSList -> IO [Ptr a]
fromGSList :: GSList -> IO [Ptr a]
fromGSListRev :: GSList -> IO [Ptr a]
toGSList :: [Ptr a] -> IO GSList
Produced by Haddock version 0.6