[glibmm] Regex: Add get_max_lookbehind().



commit f01e87ddef378c1bb21463e515a3107ec7acaa7b
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Jul 31 11:30:13 2013 +0200

    Regex: Add get_max_lookbehind().

 glib/src/regex.hg |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib/src/regex.hg b/glib/src/regex.hg
index 33b1701..1b0d5e8 100644
--- a/glib/src/regex.hg
+++ b/glib/src/regex.hg
@@ -105,7 +105,7 @@ public:
   _WRAP_METHOD(int get_max_backref() const, g_regex_get_max_backref)
   _WRAP_METHOD(int get_capture_count() const, g_regex_get_capture_count)
   _WRAP_METHOD(bool get_has_cr_or_lf() const, g_regex_get_has_cr_or_lf)
-
+  _WRAP_METHOD(int get_max_lookbehind() const, g_regex_get_max_lookbehind)
   _WRAP_METHOD(int get_string_number(const Glib::ustring& name) const, g_regex_get_string_number)
   _WRAP_METHOD(RegexCompileFlags get_compile_flags() const, g_regex_get_compile_flags)
   _WRAP_METHOD(RegexMatchFlags get_match_flags() const, g_regex_get_match_flags)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]