diff options
author | John (J5) Palmieri <johnp@redhat.com> | 2005-07-15 15:21:43 +0000 |
---|---|---|
committer | John (J5) Palmieri <johnp@redhat.com> | 2005-07-15 15:21:43 +0000 |
commit | a7595655fb892b4ecab852aeb971cf53bdff09cc (patch) | |
tree | 06dbb47a00b1fddec1bf8cc9b1c16dd019e2e376 /doc/TODO | |
parent | 16dbb17287c183c6f4e749a33fcffe6c03cb5766 (diff) | |
download | dbus-a7595655fb892b4ecab852aeb971cf53bdff09cc.tar.gz |
* bus/dispatch.c, test/test-service.c: Add testcase
for sending messages to oneself (TODO item).
* python/service.py (class Object): Swap ordering of bus_name
and object_path parameters to better support inheritance.
* doc/dbus-tutorial.xml: change Python docs to reflect change
in parameter ordering and fix the inheritance section.
* doc/TODO: remove sending message to oneself TODO item
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -12,10 +12,6 @@ Important for 1.0 dbus-marshal-recursive.c (this is mostly done now, just needs some cleanup) - - need to define bus behavior if you send a message to - yourself; is it an error, or allowed? If allowed, - we need to have a test for it in the test suite. - - just before 1.0, try a HAVE_INT64=0 build and be sure it runs - dbus-pending-call.c has some API and thread safety issues to review |