Functions
mateconf_resolve_address ()
MateConfSource *
mateconf_resolve_address (const gchar *address,
GError **err);
mateconf_source_free ()
void
mateconf_source_free (MateConfSource *source);
mateconf_sources_new_from_addresses ()
MateConfSources *
mateconf_sources_new_from_addresses (GSList *addresses,
GError **err);
mateconf_sources_free ()
void
mateconf_sources_free (MateConfSources *sources);
mateconf_sources_query_value ()
MateConfValue *
mateconf_sources_query_value (MateConfSources *sources,
const gchar *key,
const gchar **locales,
gboolean use_schema_default,
gboolean *value_is_default,
gboolean *value_is_writable,
gchar **schema_name,
GError **err);
mateconf_sources_unset_value ()
void
mateconf_sources_unset_value (MateConfSources *sources,
const gchar *key,
const gchar *locale,
MateConfSources **modified_sources,
GError **err);
mateconf_sources_all_entries ()
GSList *
mateconf_sources_all_entries (MateConfSources *sources,
const gchar *dir,
const gchar **locales,
GError **err);
mateconf_sources_all_dirs ()
GSList *
mateconf_sources_all_dirs (MateConfSources *sources,
const gchar *dir,
GError **err);
mateconf_sources_dir_exists ()
gboolean
mateconf_sources_dir_exists (MateConfSources *sources,
const gchar *dir,
GError **err);
mateconf_sources_remove_dir ()
void
mateconf_sources_remove_dir (MateConfSources *sources,
const gchar *dir,
GError **err);
mateconf_sources_set_schema ()
void
mateconf_sources_set_schema (MateConfSources *sources,
const gchar *key,
const gchar *schema_key,
GError **err);
mateconf_sources_sync_all ()
gboolean
mateconf_sources_sync_all (MateConfSources *sources,
GError **err);
mateconf_sources_query_default_value ()
MateConfValue *
mateconf_sources_query_default_value (MateConfSources *sources,
const gchar *key,
const gchar **locales,
gboolean *is_writable,
GError **err);