summaryrefslogtreecommitdiffstats
path: root/include/theme.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2018-06-12 12:00:00 +0200
committerDave Davenport <qball@gmpclient.org>2018-06-12 12:00:00 +0200
commitb8592f8b99c25dcdd1f3b5ef2f00412c29b4bc73 (patch)
treed65584a430b377fcefd1eb722acc1645a9da2569 /include/theme.h
parentb837c3fdffa74b7524db22bbbb03da2c87a13d3f (diff)
Documentation updates.
* theme, * view, * textbox * helper
Diffstat (limited to 'include/theme.h')
-rw-r--r--include/theme.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/theme.h b/include/theme.h
index feb6d06b..7d98eeec 100644
--- a/include/theme.h
+++ b/include/theme.h
@@ -280,6 +280,15 @@ 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 );
+/**
+ * @param widget The widget to query
+ * @param property The property to query.
+ * @param pad The default value.
+ *
+ * Obtain list of elements (strings) of the widget.
+ *
+ * @returns a GList holding the names in the list of this property for this widget.
+ */
GList *rofi_theme_get_list ( const widget *widget, const char * property, const char *defaults );
/**
* Checks if a theme is set, or is empty.