summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-object.c
Commit message (Collapse)AuthorAgeFilesLines
* 2003-07-13 Havoc Pennington <hp@pobox.com>Havoc Pennington2003-07-171-1/+2
| | | | | * dbus/dbus-object.h (struct DBusObjectVTable): add padding fields to DBusObjectVTable and DBusObjectInfo
* 2003-07-08 Havoc Pennington <hp@pobox.com>Havoc Pennington2003-07-091-3/+321
| | | | | | | | | * dbus/dbus-object.c: implement some of this * dbus/dbus-object-registry.c (_dbus_object_registry_add_and_unlock): fill in the object_id out param (_dbus_object_registry_new): handle OOM
* 2003-07-08 Havoc Pennington <hp@pobox.com>Havoc Pennington2003-07-081-0/+27
* 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.