diff options
author | Havoc Pennington <hp@redhat.com> | 2003-07-07 00:47:01 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2003-07-07 00:47:01 +0000 |
commit | 3f1ad214b5e5c63697ee208d459b304a4ef6e79b (patch) | |
tree | 9912979a2b6989b66c6812f21c24cdde698d032c /ChangeLog | |
parent | 320aac6ce610bfdeedebc39d26a6d27e957275f9 (diff) | |
download | dbus-3f1ad214b5e5c63697ee208d459b304a4ef6e79b.tar.gz |
2003-07-06 Havoc Pennington <hp@pobox.com>
* dbus/dbus-marshal.c (_dbus_marshal_set_object_id): new function
(_dbus_marshal_object_id): new
(_dbus_demarshal_object_id): new
(_dbus_marshal_get_arg_end_pos): support object ID type, and
consolidate identical switch cases. Don't conditionalize handling
of DBUS_TYPE_UINT64, need to handle the type always.
(_dbus_marshal_validate_arg): consolidate identical cases, and
handle DBUS_TYPE_OBJECT_ID
* dbus/dbus-objectid.c: new file with DBusObjectID data type.
* dbus/dbus-protocol.h: add DBUS_TYPE_OBJECT_ID
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2003-07-06 Havoc Pennington <hp@pobox.com> + + * dbus/dbus-marshal.c (_dbus_marshal_set_object_id): new function + (_dbus_marshal_object_id): new + (_dbus_demarshal_object_id): new + (_dbus_marshal_get_arg_end_pos): support object ID type, and + consolidate identical switch cases. Don't conditionalize handling + of DBUS_TYPE_UINT64, need to handle the type always. + (_dbus_marshal_validate_arg): consolidate identical cases, and + handle DBUS_TYPE_OBJECT_ID + + * dbus/dbus-objectid.c: new file with DBusObjectID data type. + + * dbus/dbus-protocol.h: add DBUS_TYPE_OBJECT_ID + 2003-06-29 Havoc Pennington <hp@pobox.com> * mono/Test.cs (class Test): fire up a main loop and run it |