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. g_list_free :: Ptr (GList a) -> IO ()

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

    Free the given GList.

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

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

    Free the given GSList.

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

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

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

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

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

    Unpack a GVariant array into its elements.

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

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

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

  8. type family SignalList a :: [(Symbol, Type)]

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

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

  9. constructObjectPropertyPtrGList :: String -> [Ptr a] -> IO (GValueConstruct o)

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

    No documentation available.

  10. getObjectPropertyPtrGList :: GObject a => a -> String -> IO [Ptr b]

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

    No documentation available.

Page 68 of many | Previous | Next