]> err.no Git - mapper/blob - src/config-gconf.h
Move some variables around
[mapper] / src / config-gconf.h
1 #ifndef _CONFIG_GCONF_H
2 #define _CONFIG_GCONF_H
3
4 #include <gconf/gconf-client.h>
5 #include "filter.h"
6 #include "mapper-types.h"
7
8 GConfClient *gconf_client;
9
10 void config_init(void);
11 gboolean config_save_repo(void);
12 gboolean config_load_repo(void);
13 RepoData *config_parse_repo(gchar *str);
14 gboolean config_save_home(void);
15 gboolean config_save(void);
16 void config_update_proxy(void);
17
18 gboolean config_save_filter(GpsTrackFilter *f);
19
20 #endif