summaryrefslogtreecommitdiff
path: root/glib/src/optionentry.hg
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2020-04-04 12:31:41 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2020-04-04 12:31:41 +0800
commitb2713109348711e1ddb87be33c08d55b7dc8aada (patch)
tree838cfaf6b0f68b49370c47e87415eeae7bbccc60 /glib/src/optionentry.hg
parent0c9a0f8acffe1fe9201b2c65deba5544d8f1dd94 (diff)
downloadglibmm-b2713109348711e1ddb87be33c08d55b7dc8aada.tar.gz
glib/src/*.hg: Mark all _WRAP_ENUM() with decl_prefix
As per Kjell's suggestions, make things more future-proof by marking all _WRAP_ENUM()'s with 'decl_prefix GLIBMM_API'.
Diffstat (limited to 'glib/src/optionentry.hg')
-rw-r--r--glib/src/optionentry.hg2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/src/optionentry.hg b/glib/src/optionentry.hg
index 9e9a4133..6cd9a942 100644
--- a/glib/src/optionentry.hg
+++ b/glib/src/optionentry.hg
@@ -43,7 +43,7 @@ class GLIBMM_API OptionEntry
_CLASS_GENERIC(OptionEntry, GOptionEntry)
public:
- _WRAP_ENUM(Flags, GOptionFlags, NO_GTYPE)
+ _WRAP_ENUM(Flags, GOptionFlags, NO_GTYPE, decl_prefix GLIBMM_API)
OptionEntry();
OptionEntry(const OptionEntry& src);