GNOME Bugzilla – Bug 474134
Unfinished Glib::Regex API
Last modified: 2007-09-12 14:12:53 UTC
Glib::Regex, the GRegex wrapper class in glibmm, is incomplete and some functions are inapproriately named.
Created attachment 95036 [details] [review] Patch to turn *_full() methods into overloads. Changes contained in this patch: 2007-09-06 Daniel Elstner <danielk@openismus.com> * glib/src/regex.{ccg,hg} (Regex): Some cosmetic cleanup. Also replace C-style casts in default argument values with static_cast<>. (escape_string): Wrap missing function. (match_full): Rename to and add as overloads of match(). (match_all_full): Rename to and add as overloads of match_all(). (split_full): Rename to and add as overloads of split().
Committed.