Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
-
gi-pango GI.Pango.Callbacks Wrap the callback into a GClosure.
mk_FontsetForeachFunc :: C_FontsetForeachFunc -> IO (FunPtr C_FontsetForeachFunc)gi-pango GI.Pango.Callbacks Generate a function pointer callable from C code, from a C_FontsetForeachFunc.
noFontsetForeachFunc :: Maybe FontsetForeachFuncgi-pango GI.Pango.Callbacks A convenience synonym for Nothing :: Maybe FontsetForeachFunc.
noFontsetForeachFunc_WithClosures :: Maybe FontsetForeachFunc_WithClosuresgi-pango GI.Pango.Callbacks A convenience synonym for Nothing :: Maybe FontsetForeachFunc_WithClosures.