Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
gi-glib GI.GLib.Callbacks No description available in the introspection data.
type
MarkupParserTextFieldCallback = MarkupParseContext -> Text -> CSize -> IO ()gi-glib GI.GLib.Callbacks No description available in the introspection data.
-
gi-glib GI.GLib.Callbacks No description available in the introspection data.
type
MemVTableCallocFieldCallback = CSize -> CSize -> IO Ptr ()gi-glib GI.GLib.Callbacks No description available in the introspection data.
type
MemVTableFreeFieldCallback = Ptr () -> IO ()gi-glib GI.GLib.Callbacks No description available in the introspection data.
type
MemVTableMallocFieldCallback = CSize -> IO Ptr ()gi-glib GI.GLib.Callbacks No description available in the introspection data.
type
MemVTableReallocFieldCallback = Ptr () -> CSize -> IO Ptr ()gi-glib GI.GLib.Callbacks No description available in the introspection data.
type
MemVTableTryMallocFieldCallback = CSize -> IO Ptr ()gi-glib GI.GLib.Callbacks No description available in the introspection data.
type
MemVTableTryReallocFieldCallback = Ptr () -> CSize -> IO Ptr ()gi-glib GI.GLib.Callbacks No description available in the introspection data.
type
RegexEvalCallback = MatchInfo -> String -> IO Boolgi-glib GI.GLib.Callbacks Specifies the type of the function passed to regexReplaceEval. It is called for each occurrence of the pattern in the string passed to regexReplaceEval, and it should append the replacement to result. Since: 2.14