git-svn-id: http://tint2.googlecode.com/svn/trunk@672 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
12 lines
240 B
C
12 lines
240 B
C
#ifndef PROPERTIES_RW
|
|
#define PROPERTIES_RW
|
|
|
|
#include <gtk/gtk.h>
|
|
|
|
char *get_current_theme_file_name();
|
|
gboolean config_is_manual(const char *path);
|
|
void config_read_file (const char *path);
|
|
void config_save_file(const char *path);
|
|
|
|
#endif
|