summaryrefslogtreecommitdiffstats
path: root/include/rofi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rofi.h')
-rw-r--r--include/rofi.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/rofi.h b/include/rofi.h
index fad90e49..bfa66d28 100644
--- a/include/rofi.h
+++ b/include/rofi.h
@@ -37,6 +37,12 @@ unsigned int rofi_get_num_enabled_modi ( void );
const Mode * rofi_get_mode ( unsigned int index );
/**
+ * @param str A GString with an error message to display.
+ *
+ * Queue an error.
+ */
+void rofi_add_error_message ( GString *str );
+/**
* @param code the code to return
*
* Return value are used for integrating dmenu rofi in scripts.