GNOME Bugzilla – Bug 638470
Override request: g_markup_escape_text
Last modified: 2011-01-02 00:15:20 UTC
In Python, it should work to just use GLib.markup_escape_text("foo") instead of GLib.markup_escape_text("foo", -1)
Not sure what to do in that case. We already discussed a similar issue in bug 622123.
Thanks for pointing me to that bug. It indeed sounds like the exact same issue. Having a solution based directly on introspection annotations would be a lot more generic than adding overrides for individual functions, too. I'm closing this one as duplicate. *** This bug has been marked as a duplicate of bug 622123 ***