summaryrefslogtreecommitdiff
path: root/gio/src/credentials.hg
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2020-04-04 12:37:19 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2020-04-04 12:37:19 +0800
commit7fe1ec2fc855172059829437a6380029fa8b5d14 (patch)
tree06b856f80b98a8d273f45d85a6e6716973ef7dc2 /gio/src/credentials.hg
parentb2713109348711e1ddb87be33c08d55b7dc8aada (diff)
downloadglibmm-7fe1ec2fc855172059829437a6380029fa8b5d14.tar.gz
gio/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 GIOMM_API'.
Diffstat (limited to 'gio/src/credentials.hg')
-rw-r--r--gio/src/credentials.hg2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/src/credentials.hg b/gio/src/credentials.hg
index 8c0cf966..2d81b2ad 100644
--- a/gio/src/credentials.hg
+++ b/gio/src/credentials.hg
@@ -56,7 +56,7 @@ protected:
_IGNORE(g_credentials_new)
public:
- _WRAP_ENUM(Type, GCredentialsType, NO_GTYPE)
+ _WRAP_ENUM(Type, GCredentialsType, NO_GTYPE, decl_prefix GIOMM_API)
_WRAP_CREATE()