Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2003-07-12 Havoc Pennington <hp@pobox.com> | Havoc Pennington | 2003-07-12 | 1 | -10/+11 |
| | | | | | | | | | | | * dbus/dbus-object-registry.c: implement unit test, fix bugs discovered in process * dbus/dbus-connection.c: remove handler_table and register_handler(), add DBusObjectRegistry usage * dbus/dbus-objectid.c (dbus_object_id_is_null) (dbus_object_id_set_null): new functions | ||||
* | 2003-07-08 Havoc Pennington <hp@pobox.com> | Havoc Pennington | 2003-07-08 | 1 | -0/+50 |
* 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. |