GNOME Bugzilla – Bug 419371
Wrap pcre_fullinfo() in GRegex
Last modified: 2007-04-30 16:36:17 UTC
GtkSourceView needs at least an equivalent to PCRE_INFO_BACKREFMAX and PCRE_INFO_CAPTURECOUNT, maybe adding accessors like g_regex_get_max_backref() g_regex_get_capture_count().
Created attachment 85161 [details] [review] a patch
Marco, any further comments from you ? Otherwise, I'm going to commit my patch soon.
Your patch is ok, I didn't add any comment waiting for a decision on bug #419368. If you want get_max_backref() and get_capture_count() now just commit it, otherwise I can modify and commit it after closing bug #419368.
Created attachment 86515 [details] [review] Another patch Modified patch that can be applied after attachment #86309 [details] when comment #419368 will be closed.
2007-04-30 Matthias Clasen <mclasen@redhat.com> * glib/glib.symbols: * glib/gregex.[hc]: Add g_regex_get_max_backref() and g_regex_get_capture_count(). (#419371, Marco Barisione)