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.

  1. type MarkupParserStartElementFieldCallback_WithClosures = MarkupParseContext -> Text -> Text -> Text -> Ptr () -> IO ()

    gi-glib GI.GLib.Callbacks

    No description available in the introspection data.

  2. type MarkupParserTextFieldCallback = MarkupParseContext -> Text -> CSize -> IO ()

    gi-glib GI.GLib.Callbacks

    No description available in the introspection data.

  3. type MarkupParserTextFieldCallback_WithClosures = MarkupParseContext -> Text -> CSize -> Ptr () -> IO ()

    gi-glib GI.GLib.Callbacks

    No description available in the introspection data.

  4. type MemVTableCallocFieldCallback = CSize -> CSize -> IO Ptr ()

    gi-glib GI.GLib.Callbacks

    No description available in the introspection data.

  5. type MemVTableFreeFieldCallback = Ptr () -> IO ()

    gi-glib GI.GLib.Callbacks

    No description available in the introspection data.

  6. type MemVTableMallocFieldCallback = CSize -> IO Ptr ()

    gi-glib GI.GLib.Callbacks

    No description available in the introspection data.

  7. type MemVTableReallocFieldCallback = Ptr () -> CSize -> IO Ptr ()

    gi-glib GI.GLib.Callbacks

    No description available in the introspection data.

  8. type MemVTableTryMallocFieldCallback = CSize -> IO Ptr ()

    gi-glib GI.GLib.Callbacks

    No description available in the introspection data.

  9. type MemVTableTryReallocFieldCallback = Ptr () -> CSize -> IO Ptr ()

    gi-glib GI.GLib.Callbacks

    No description available in the introspection data.

  10. type RegexEvalCallback = MatchInfo -> String -> IO Bool

    gi-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

Page 364 of many | Previous | Next