summaryrefslogtreecommitdiffstats
path: root/dbus/dbus.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-07-08 05:07:32 +0000
committerHavoc Pennington <hp@redhat.com>2003-07-08 05:07:32 +0000
commitd8abf955f5bff3e83cabd267883039f7a42c98c3 (patch)
tree8c3f33fcb6fac2593f44bf5cf8cd48f7a46dce1f /dbus/dbus.h
parent3f1ad214b5e5c63697ee208d459b304a4ef6e79b (diff)
2003-07-08 Havoc Pennington <hp@pobox.com>
* dbus/dbus-object.h: sketch out an API for registering objects with a connection, that allows us to use as little as 24 bytes per object and lets application code represent an object in any conceivable way. * dbus/dbus-object-registry.c: implement the hard bits of the DBusConnection aspect of object API. Not yet wired up.
Diffstat (limited to 'dbus/dbus.h')
-rw-r--r--dbus/dbus.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbus/dbus.h b/dbus/dbus.h
index 38db4f5b..d83a4a50 100644
--- a/dbus/dbus.h
+++ b/dbus/dbus.h
@@ -38,6 +38,7 @@
#include <dbus/dbus-macros.h>
#include <dbus/dbus-message.h>
#include <dbus/dbus-message-handler.h>
+#include <dbus/dbus-object.h>
#include <dbus/dbus-objectid.h>
#include <dbus/dbus-protocol.h>
#include <dbus/dbus-server.h>