GNOME Bugzilla – Bug 669865
g_regex_fetch()
Last modified: 2012-02-16 18:45:42 UTC
On http://developer.gnome.org/glib/2.30/glib-regex-syntax.html in the section "Subpatterns" it says "g_regex_fetch()", but that function doesn't exist. I think the correct function name ist "g_match_info_fetch()".
The following fix has been pushed: 52f3431 Docs: fix reference to nonexisting function