Skip to content
Snippets Groups Projects
Commit 9bee4615 authored by OlivierDuchateau's avatar OlivierDuchateau Committed by Ali Abdallah
Browse files

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"
parent 34d0a87a
No related branches found
No related tags found
No related merge requests found
......@@ -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 = \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment