[glibmm] OptionContext: Add get/set_strict_posix().



commit fcd80be4a050f9ff72925ccbf3ae7ee50f862987
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Mar 3 08:50:38 2015 +0100

    OptionContext: Add get/set_strict_posix().

 glib/src/optioncontext.hg |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/glib/src/optioncontext.hg b/glib/src/optioncontext.hg
index 60c3549..321bb66 100644
--- a/glib/src/optioncontext.hg
+++ b/glib/src/optioncontext.hg
@@ -105,6 +105,9 @@ public:
   _WRAP_METHOD(void set_ignore_unknown_options(bool ignore_unknown = true), 
g_option_context_set_ignore_unknown_options)
   _WRAP_METHOD(bool get_ignore_unknown_options() const, g_option_context_get_ignore_unknown_options)
 
+  _WRAP_METHOD(void set_strict_posix(bool strict_posix = true), g_option_context_set_strict_posix)
+  _WRAP_METHOD(bool get_strict_posix() const, g_option_context_get_strict_posix)
+
 #m4 _CONVERSION(`char**&',`gchar***',`&($3)')
   _WRAP_METHOD(bool parse(int& argc, char**& argv), g_option_context_parse, errthrow)
 


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