tint2conf: Better theme management

This commit is contained in:
o9000
2015-07-12 17:01:44 +02:00
parent 04fe80b498
commit 90805cb526
4 changed files with 127 additions and 17 deletions

View File

@@ -10,7 +10,7 @@ enum { COL_THEME_FILE = 0, COL_THEME_NAME, COL_SNAPSHOT, NB_COL, };
GtkWidget *create_view();
void custom_list_append(const gchar *name);
void custom_list_append(const gchar *path);
#endif