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.
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.
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.
constructObjectPropertyPtrGList :: String -> [Ptr a] -> IO (GValueConstruct o)haskell-gi-base Data.GI.Base.Properties No documentation available.
getObjectPropertyPtrGList :: GObject a => a -> String -> IO [Ptr b]haskell-gi-base Data.GI.Base.Properties No documentation available.