tint2/src/tint2conf/properties_rw.h
2017-04-13 14:07:23 +02:00

11 lines
234 B
C

#ifndef PROPERTIES_RW
#define PROPERTIES_RW
#include <gtk/gtk.h>
char *get_current_theme_path();
gboolean config_is_manual(const char *path);
void config_read_file(const char *path);
void config_save_file(const char *path);
#endif