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.

  1. mapGList :: (Ptr a -> IO b) -> Ptr (GList (Ptr a)) -> IO ()

    haskell-gi-base Data.GI.Base.BasicConversions

    No documentation available.

  2. mapGSList :: (Ptr a -> IO b) -> Ptr (GSList (Ptr a)) -> IO ()

    haskell-gi-base Data.GI.Base.BasicConversions

    No documentation available.

  3. 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.

  4. 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.

  5. unpackGList :: Ptr (GList (Ptr a)) -> IO [Ptr a]

    haskell-gi-base Data.GI.Base.BasicConversions

    Given a GSList construct the corresponding Haskell list.

  6. unpackGSList :: Ptr (GSList (Ptr a)) -> IO [Ptr a]

    haskell-gi-base Data.GI.Base.BasicConversions

    Given a GSList construct the corresponding Haskell list.

  7. data GList a

    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.

  8. GList :: Ptr (GList a) -> GList a

    haskell-gi-base Data.GI.Base.BasicTypes

    No documentation available.

  9. data GSList a

    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.

  10. GSList :: Ptr (GSList a) -> GSList a

    haskell-gi-base Data.GI.Base.BasicTypes

    No documentation available.

Page 67 of many | Previous | Next