summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-12-16 09:28:13 +0100
committerDave Davenport <qball@gmpclient.org>2016-12-16 09:28:13 +0100
commitb8e58b0342d267fc88a4649b45bc702ed82e91ab (patch)
treeca87a7b019081f4d9776c17a04700dc0e7e040f7 /include
parentefd1e07755c7e6b2f3e66eed73fc4c932851d529 (diff)
Make parser more flexible, allow global properties to be anywhere in file and allow multiple similar entries.
Diffstat (limited to 'include')
-rw-r--r--include/theme.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/theme.h b/include/theme.h
index 2eac4601..a78d08f2 100644
--- a/include/theme.h
+++ b/include/theme.h
@@ -58,6 +58,7 @@ Property *rofi_theme_property_create ( PropertyType type );
void rofi_theme_property_free ( Property *p );
void rofi_theme_free ( Widget * );
void rofi_theme_parse_file ( const char *file );
+void rofi_theme_widget_add_properties ( Widget *widget, GHashTable *table );
/**
* Public API