summaryrefslogtreecommitdiff
path: root/engine/dconf-engine-profile.h
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2012-07-08 10:38:54 -0400
committerRyan Lortie <desrt@desrt.ca>2012-07-08 10:38:54 -0400
commit1423837362f2253270e2f6ddd9f05ca1c10f8771 (patch)
tree15d92909e4301a056ee578f2681baaa699460f8d /engine/dconf-engine-profile.h
parentbffe7ec02ea515f85dfdb037da5d8d160be1199c (diff)
downloaddconf-1423837362f2253270e2f6ddd9f05ca1c10f8771.tar.gz
profile parser: firm up and document semantics
Clean up the profile parser, firming up the semantics of exactly what happens in all cases. Document it. There are now no more cases of aborting due to failures caused while opening, parsing or initialising the profile. Lines of arbitrary length are also supported.
Diffstat (limited to 'engine/dconf-engine-profile.h')
-rw-r--r--engine/dconf-engine-profile.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engine/dconf-engine-profile.h b/engine/dconf-engine-profile.h
index 19935e8..fb04e15 100644
--- a/engine/dconf-engine-profile.h
+++ b/engine/dconf-engine-profile.h
@@ -26,6 +26,7 @@
#include "dconf-engine-source.h"
G_GNUC_INTERNAL
-DConfEngineSource ** dconf_engine_profile_get_default (gint *n_sources);
+DConfEngineSource ** dconf_engine_profile_open (const gchar *profile,
+ gint *n_sources);
#endif