Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
ghc-internal GHC.Internal.System.Mem Triggers an immediate major garbage collection.
-
ghc-internal GHC.Internal.System.Mem Triggers an immediate major garbage collection.
-
ghc-internal GHC.Internal.System.Mem Triggers an immediate minor garbage collection.
-
ghc-internal GHC.Internal.System.Posix.Internals No documentation available.
checkForInteriorNuls :: FilePath -> CStringLen -> IO ()ghc-internal GHC.Internal.System.Posix.Internals Check an encoded FilePath for internal NUL octets as these are disallowed in POSIX filepaths. See #13660.
type
C_FontsetForeachFunc = Ptr Fontset -> Ptr Font -> Ptr () -> IO CIntgi-pango GI.Pango.Callbacks Type for the callback on the (unwrapped) C side.
type
FontsetForeachFunc = Fontset -> Font -> IO Boolgi-pango GI.Pango.Callbacks Callback used when enumerating fonts in a fontset. See fontsetForeach. Since: 1.4
type
FontsetForeachFunc_WithClosures = Fontset -> Font -> Ptr () -> IO Boolgi-pango GI.Pango.Callbacks Callback used when enumerating fonts in a fontset. See fontsetForeach. Since: 1.4
drop_closures_FontsetForeachFunc :: FontsetForeachFunc -> FontsetForeachFunc_WithClosuresgi-pango GI.Pango.Callbacks A simple wrapper that ignores the closure arguments.
-
gi-pango GI.Pango.Callbacks Given a pointer to a foreign C function, wrap it into a function callable from Haskell.