summaryrefslogtreecommitdiff
path: root/xfconf
diff options
context:
space:
mode:
authorOlivier Duchateau <duchateau.olivier@gmail.com>2019-09-10 18:18:21 +0200
committerRomain Bouvier <skunnyk@alteroot.org>2020-04-24 12:31:09 +0200
commitbe28cc4d969e32cef872b4f8d57105ef70643e1d (patch)
tree492fbcbf8691a26001d6472a22a6ad68f6958b62 /xfconf
parent19c3566a50f0b062d06b055e785e2ad08ec40f3b (diff)
downloadxfconf-be28cc4d969e32cef872b4f8d57105ef70643e1d.tar.gz
Bug #15951: Fix 'xfconf_get_error_quark' introspecting warning
- During introspecting phase, we get this warning: "Warning: Xfconf: (ErrorQuarkFunction)get_error_quark: xfconf_get_error_quark: Couldn't find corresponding enumeration"
Diffstat (limited to 'xfconf')
-rw-r--r--xfconf/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/xfconf/Makefile.am b/xfconf/Makefile.am
index e49c325..a7caf56 100644
--- a/xfconf/Makefile.am
+++ b/xfconf/Makefile.am
@@ -67,6 +67,7 @@ INTROSPECTION_SCANNER_ARGS = \
--warn-all \
-DLIBXFCONF_COMPILATION \
--symbol-prefix=xfconf_g_ \
+ --symbol-prefix=xfconf_get_ \
--symbol-prefix=xfconf_ \
--c-include=xfconf/xfconf.h
INTROSPECTION_COMPILER_ARGS = \