#include <libgnome/gnome-config.h>
|
gboolean
gnome_config_has_section
(const gchar*
path);
gboolean
gnome_config_private_has_section
(const
gchar*
path);
void
gnome_config_drop_all
(void);
void
gnome_config_sync
(void);
void gnome_config_sync_file
(const
gchar*
path);
void
gnome_config_private_sync_file
(const
gchar*
path);
void gnome_config_drop_file
(const
gchar*
path);
void
gnome_config_private_drop_file
(const
gchar*
path);
void
gnome_config_clean_file
(const gchar*
path);
void
gnome_config_private_clean_file
(const
gchar*
path);
void
gnome_config_clean_section
(const gchar*
path);
void
gnome_config_private_clean_section
(const
gchar*
path);
void gnome_config_clean_key
(const
gchar*
path);
void
gnome_config_private_clean_key
(const
gchar*
path);
gchar*
gnome_config_get_real_path
(const gchar*
path);
gchar*
gnome_config_private_get_real_path
(const
gchar*
path);
void
gnome_config_push_prefix
(const gchar*
path);
void
gnome_config_pop_prefix
(void);