Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

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

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

    No documentation available.

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

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

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

    No documentation available.

  4. g_list_free :: Ptr (GList a) -> IO ()

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

    Free the given GList.

  5. g_slist_free :: Ptr (GSList a) -> IO ()

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

    Free the given GSList.

  6. gvariantFromList :: IsGVariant a => [a] -> IO GVariant

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

    Given a list of elements construct a GVariant array containing them.

  7. gvariantToList :: IsGVariant a => GVariant -> IO (Maybe [a])

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

    Unpack a GVariant array into its elements.

  8. withManagedPtrList :: (HasCallStack, ManagedPtrNewtype a) => [a] -> ([Ptr a] -> IO c) -> IO c

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

    Perform an IO action taking a list of Ptr on a list of managed pointers.

  9. type family AttributeList a :: [(Symbol, Type)]

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

    The list of attributes defined for a given type. Each element of the list is a tuple, with the first element of the tuple the name of the attribute, and the second the type encoding the information of the attribute. This type will be an instance of AttrInfo.

  10. class HasAttributeList (a :: k)

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

    A constraint on a type, to be fulfilled whenever it has a type instance for AttributeList. This is here for nicer error reporting.

Page 68 of many | Previous | Next