[glibmm] RegEx: Add the get_has_cr_or_lf() method.



commit 2f382211f52ab2ae806eeb1a6cc5cd72047a15e4
Author: Josà Alburquerque <jaalburqu svn gnome org>
Date:   Sun Sep 30 22:59:50 2012 -0400

    RegEx: Add the get_has_cr_or_lf() method.
    
    	* glib/src/regex.hg:

 ChangeLog         |    6 ++++++
 glib/src/regex.hg |    2 ++
 2 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 9695a05..cab17c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-09-30  Josà Alburquerque  <jaalburquerque gmail com>
+
+	RegEx: Add the get_has_cr_or_lf() method.
+
+	* glib/src/regex.hg:
+
 2012-09-25  Josà Alburquerque  <jaalburquerque gmail com>
 
 	gmmproc: Make the output param feature work for single indirection.
diff --git a/glib/src/regex.hg b/glib/src/regex.hg
index b0d788c..63f0dff 100644
--- a/glib/src/regex.hg
+++ b/glib/src/regex.hg
@@ -104,6 +104,8 @@ public:
   _WRAP_METHOD(Glib::ustring get_pattern() const, g_regex_get_pattern)
   _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_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]