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.
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.
g_list_free :: Ptr (GList a) -> IO ()haskell-gi-base Data.GI.Base.BasicTypes Free the given GList.
g_slist_free :: Ptr (GSList a) -> IO ()haskell-gi-base Data.GI.Base.BasicTypes Free the given GSList.
gvariantFromList :: IsGVariant a => [a] -> IO GVarianthaskell-gi-base Data.GI.Base.GVariant Given a list of elements construct a GVariant array containing them.
gvariantToList :: IsGVariant a => GVariant -> IO (Maybe [a])haskell-gi-base Data.GI.Base.GVariant Unpack a GVariant array into its elements.
withManagedPtrList :: (HasCallStack, ManagedPtrNewtype a) => [a] -> ([Ptr a] -> IO c) -> IO chaskell-gi-base Data.GI.Base.ManagedPtr Perform an IO action taking a list of Ptr on a list of managed pointers.
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.
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.