summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2013-07-31 11:30:13 +0200
committerMurray Cumming <murrayc@murrayc.com>2013-07-31 11:30:13 +0200
commitf01e87ddef378c1bb21463e515a3107ec7acaa7b (patch)
tree8aba5db4e418c0a35fcbd07a28073904a56d8716
parentac76d8876270b367239fca7960129bf5dbb1eaf2 (diff)
downloadglibmm-f01e87ddef378c1bb21463e515a3107ec7acaa7b.tar.gz
Regex: Add get_max_lookbehind().
-rw-r--r--glib/src/regex.hg2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/src/regex.hg b/glib/src/regex.hg
index 33b1701b..1b0d5e85 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)