diff options
author | Havoc Pennington <hp@redhat.com> | 2003-06-22 20:46:17 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2003-06-22 20:46:17 +0000 |
commit | 958805418359aca169cd363a4a3279f0fdab753c (patch) | |
tree | ef4d016dad313df8ad0c6f86cd715067a67c82a3 /ChangeLog | |
parent | 6843ad31769c088ca259020fd9ea8dfb3a51f68e (diff) |
2003-06-22 Havoc Pennington <hp@pobox.com>
* mono/Message.cs: implement Message.Wrap() that ensures we only
have a single C# wrapper per DBusMessage, assuming it works which
it probably doesn't.
* dbus/dbus-message.c (dbus_message_allocate_data_slot): new
(dbus_message_free_data_slot): new
(dbus_message_set_data): new
(dbus_message_get_data): new
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ 2003-06-22 Havoc Pennington <hp@pobox.com> + * mono/Message.cs: implement Message.Wrap() that ensures we only + have a single C# wrapper per DBusMessage, assuming it works which + it probably doesn't. + + * dbus/dbus-message.c (dbus_message_allocate_data_slot): new + (dbus_message_free_data_slot): new + (dbus_message_set_data): new + (dbus_message_get_data): new + +2003-06-22 Havoc Pennington <hp@pobox.com> + * dbus/dbus-dataslot.c (_dbus_data_slot_allocator_unref) (_dbus_data_slot_allocator_alloc): rework these to keep a reference count on each slot and automatically manage a global |