summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-06-20 18:10:18 +0200
committerDave Davenport <qball@gmpclient.org>2017-06-20 18:10:18 +0200
commitda008484168b56b92646e7b5ddd676a1d17680d2 (patch)
tree65f53f602acad1faf6c53277536736191df6c576 /include
parent8375fbb5136c4aca009afa005d129ba580bf2cdc (diff)
Do better error reporting on configuration entries in rasi format.
Diffstat (limited to 'include')
-rw-r--r--include/xrmoptions.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/xrmoptions.h b/include/xrmoptions.h
index 0f50a410..791121a3 100644
--- a/include/xrmoptions.h
+++ b/include/xrmoptions.h
@@ -160,7 +160,10 @@ char ** config_parser_return_display_help ( unsigned int *length );
* Sets both the static as dynamic config option.
*
* @param p Property to set
+ * @param error Error msg when not found.
+ *
+ * @returns true when failed to set property.
*/
-void config_parse_set_property ( const Property *p );
+gboolean config_parse_set_property ( const Property *p, char **error );
/* @}*/
#endif