From bf3ee089cb57765c48065423027eb4fffbe297f1 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 25 Apr 2016 23:11:55 +0100 Subject: use the miscellaneous table warning entry change all the frontends to provide the warning callback in the miscelaneous table instead of using the warn_user function. Changing all the warn_user callsites still requires completion. --- utils/utils.h | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'utils/utils.h') diff --git a/utils/utils.h b/utils/utils.h index d87c9a0db..ec4bb5cbd 100644 --- a/utils/utils.h +++ b/utils/utils.h @@ -117,7 +117,15 @@ struct dirent; bool is_dir(const char *path); -/* Platform specific functions */ -void warn_user(const char *warning, const char *detail); +/** + * Warn the user of an event. + * + * \warning depricated interface, this calls the warning entry in the + * miscellaneous gui table and discards the return code. + * + * \param[in] message A warning looked up in the message translation table + * \param[in] detail Additional text to be displayed or NULL. + */ +void warn_user(const char *message, const char *detail); #endif -- cgit v1.2.3