From a7595655fb892b4ecab852aeb971cf53bdff09cc Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Fri, 15 Jul 2005 15:21:43 +0000 Subject: * 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 --- doc/TODO | 4 ---- 1 file changed, 4 deletions(-) (limited to 'doc/TODO') diff --git a/doc/TODO b/doc/TODO index 03e156dc..4218c9aa 100644 --- a/doc/TODO +++ b/doc/TODO @@ -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 -- cgit