summaryrefslogtreecommitdiff
path: root/gio/gio.h
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2010-05-06 14:13:59 -0400
committerDavid Zeuthen <davidz@redhat.com>2010-05-06 14:21:32 -0400
commitd0a14469d09d5fe23de219ba293fd4a266b02ced (patch)
tree0a2e2f1d566ff0f0ceb1d3ebe9f9cf6cd5263ab9 /gio/gio.h
parent81e98c399e11d7621c91ff2911ef4f92c7a382e5 (diff)
Initial GDBus code-drop from GDBus-standalone repo
Things compile and the test-suite passes. Still need to hook up gio.symbols and docs. There are still a bunch of TODOs left in the sources that needs to be addressed. Signed-off-by: David Zeuthen <davidz@redhat.com>
Diffstat (limited to 'gio/gio.h')
-rw-r--r--gio/gio.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/gio/gio.h b/gio/gio.h
index ac0dc7fbf..ca55cd674 100644
--- a/gio/gio.h
+++ b/gio/gio.h
@@ -97,6 +97,22 @@
#include <gio/gzlibcompressor.h>
#include <gio/gzlibdecompressor.h>
+#include <gio/gdbusutils.h>
+#include <gio/gdbusaddress.h>
+#include <gio/gdbusmessage.h>
+#include <gio/gdbusconnection.h>
+#include <gio/gdbuserror.h>
+#include <gio/gdbusnameowning.h>
+#include <gio/gdbusnamewatching.h>
+#include <gio/gdbusproxywatching.h>
+#include <gio/gdbusproxy.h>
+#include <gio/gdbusintrospection.h>
+#include <gio/gdbusmethodinvocation.h>
+#include <gio/gdbusserver.h>
+#include <gio/gcredentials.h>
+#include <gio/gunixcredentialsmessage.h>
+#include <gio/gdbusauthobserver.h>
+
#undef __GIO_GIO_H_INSIDE__
#endif /* __G_IO_H__ */