summaryrefslogtreecommitdiff
path: root/client/dconf.h
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2010-05-22 17:07:31 -0400
committerRyan Lortie <desrt@desrt.ca>2010-05-22 17:07:31 -0400
commita7053e1dd9c4e24cb4c915af047214e7c75e1464 (patch)
treeb068438fe3696651f1120bf95c98ce3fc236f6a8 /client/dconf.h
parentaa1ce03e2541bf625d25b120f86442c2a6b8ad58 (diff)
downloaddconf-a7053e1dd9c4e24cb4c915af047214e7c75e1464.tar.gz
refactor, add client library, add 'dconf' command
Only very preliminary functionality for all of these.
Diffstat (limited to 'client/dconf.h')
-rw-r--r--client/dconf.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/client/dconf.h b/client/dconf.h
new file mode 100644
index 0000000..46cff3a
--- /dev/null
+++ b/client/dconf.h
@@ -0,0 +1,9 @@
+#ifndef _dconf_h_
+#define _dconf_h_
+
+#include <dconf-resetlist.h>
+#include <dconf-paths.h>
+#include <dconf-readtype.h>
+#include <dconf-client.h>
+
+#endif /* _dconf_h_ */