Hoogle Search
Within LTS Haskell 24.12 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
mapGList :: (Ptr a -> IO b) -> Ptr (GList (Ptr a)) -> IO ()haskell-gi-base Data.GI.Base.BasicConversions No documentation available.
mapGSList :: (Ptr a -> IO b) -> Ptr (GSList (Ptr a)) -> IO ()haskell-gi-base Data.GI.Base.BasicConversions No documentation available.
packGList :: [Ptr a] -> IO (Ptr (GList (Ptr a)))haskell-gi-base Data.GI.Base.BasicConversions Given a Haskell list of items, construct a GList with those values.
packGSList :: [Ptr a] -> IO (Ptr (GSList (Ptr a)))haskell-gi-base Data.GI.Base.BasicConversions Given a Haskell list of items, construct a GSList with those values.
unpackGList :: Ptr (GList (Ptr a)) -> IO [Ptr a]haskell-gi-base Data.GI.Base.BasicConversions Given a GSList construct the corresponding Haskell list.
unpackGSList :: Ptr (GSList (Ptr a)) -> IO [Ptr a]haskell-gi-base Data.GI.Base.BasicConversions Given a GSList construct the corresponding Haskell list.
-
haskell-gi-base Data.GI.Base.BasicTypes A GList, mapped to a list on the Haskell side. Marshalling is done in Data.GI.Base.BasicConversions.
GList :: Ptr (GList a) -> GList ahaskell-gi-base Data.GI.Base.BasicTypes No documentation available.
-
haskell-gi-base Data.GI.Base.BasicTypes A GSList, mapped to a list on the Haskell side. Marshalling is done in Data.GI.Base.BasicConversions.
GSList :: Ptr (GSList a) -> GSList ahaskell-gi-base Data.GI.Base.BasicTypes No documentation available.