diff options
author | Kjell Ahlstedt <kjellahlstedt@gmail.com> | 2017-06-12 15:46:51 +0200 |
---|---|---|
committer | Kjell Ahlstedt <kjellahlstedt@gmail.com> | 2017-06-12 15:46:51 +0200 |
commit | f6e4fd327f5113bbfef94b5d8c01584d5c03f790 (patch) | |
tree | 5d443c1b77404b29a812ed1e0ade924c75e0c3de /glib/src/glib_docs_override.xml | |
parent | 3795f0d0601de86f3657da3e9a915e1f61e1cf6f (diff) | |
download | glibmm-f6e4fd327f5113bbfef94b5d8c01584d5c03f790.tar.gz |
Glib::OptionEntry: Use _WRAP_ENUM for Glib::OptionEntry::Flags
It's changed from a plain enum to a scoped enum.
Diffstat (limited to 'glib/src/glib_docs_override.xml')
-rw-r--r-- | glib/src/glib_docs_override.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/glib/src/glib_docs_override.xml b/glib/src/glib_docs_override.xml index 6a038971..f9eba41c 100644 --- a/glib/src/glib_docs_override.xml +++ b/glib/src/glib_docs_override.xml @@ -18,6 +18,8 @@ <substitute_enumerator_name from_prefix="G_TIME_TYPE_" to_prefix="Glib::TimeType::" /> <substitute_enumerator_name from_prefix="G_UNICODE_BREAK_" to_prefix="Glib::UnicodeBreakType::" /> <substitute_enumerator_name from_prefix="G_NORMALIZE_" to_prefix="Glib::NormalizeMode::" /> + <!-- enum GOptionArg is not wrapped. Don't substitute. --> + <substitute_enumerator_name from_prefix="G_OPTION_ARG_" to_prefix="G_OPTION_ARG_" /> <!-- These are preprocessor defines. Don't substitute. --> <substitute_enumerator_name from="G_PARAM_STATIC_STRINGS" to="G_PARAM_STATIC_STRINGS" /> <substitute_enumerator_name from_prefix="G_VARIANT_TYPE_" to_prefix="G_VARIANT_TYPE_" /> |