summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/theme.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/theme.h b/include/theme.h
index ae1fdf5d..6030b0e0 100644
--- a/include/theme.h
+++ b/include/theme.h
@@ -410,4 +410,9 @@ ThemeWidget *rofi_theme_find_widget ( const char *name, const char *state, gbool
*/
Property *rofi_theme_find_property ( ThemeWidget *widget, PropertyType type, const char *property, gboolean exact );
+/**
+ * Checks if a theme is set, or is empty.
+ * @returns TRUE when empty.
+ */
+gboolean rofi_theme_is_empty ( void );
#endif