2003-07-08 Havoc Pennington <hp@pobox.com>
authorHavoc Pennington <hp@redhat.com>
Tue, 8 Jul 2003 05:07:32 +0000 (05:07 +0000)
committerHavoc Pennington <hp@redhat.com>
Tue, 8 Jul 2003 05:07:32 +0000 (05:07 +0000)
commitd8abf955f5bff3e83cabd267883039f7a42c98c3
tree8c3f33fcb6fac2593f44bf5cf8cd48f7a46dce1f
parent3f1ad214b5e5c63697ee208d459b304a4ef6e79b
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.
13 files changed:
ChangeLog
dbus/Makefile.am
dbus/dbus-connection-internal.h
dbus/dbus-connection.c
dbus/dbus-connection.h
dbus/dbus-object-registry.c [new file with mode: 0644]
dbus/dbus-object-registry.h [new file with mode: 0644]
dbus/dbus-object.c [new file with mode: 0644]
dbus/dbus-object.h [new file with mode: 0644]
dbus/dbus-objectid.h
dbus/dbus-test.c
dbus/dbus-test.h
dbus/dbus.h