summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Duchateau <duchateau.olivier@gmail.com>2019-09-10 18:18:21 +0200
committerAli Abdallah <aabdallah@suse.de>2020-05-06 14:41:35 +0200
commit9bee4615ad6af1623525cc744403ba74c37c9739 (patch)
tree5ad2289b2ca9bc381f44b353d85da93f4c6806b8
parent34d0a87a82a5a76114d52dbd420bd50f11325189 (diff)
downloadxfconf-9bee4615ad6af1623525cc744403ba74c37c9739.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"
-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 = \