From 65090abbb9582d25a795f1dd835ea03973be75e7 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Sat, 27 Nov 2004 02:18:36 +0000 Subject: 2004-11-26 Havoc Pennington * test/glib/test-profile.c: add with_bus mode to profile echoes that go through the bus. * test/glib/run-test.sh: add ability to run test-profile * bus/dbus-daemon-1.1.in: fix to say that SIGHUP causes partial config file reload. --- doc/TODO | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') diff --git a/doc/TODO b/doc/TODO index 1158262f..8c59bb78 100644 --- a/doc/TODO +++ b/doc/TODO @@ -58,6 +58,12 @@ Important for 1.0 (though they are kind of a pita to pass in as size_t with the varargs, so maybe not - what does glib do with g_object_get()?) + - rename the service thing. unique service names (":1") and well-known + ("org.foo.bar") should have different names probably; something like + "address" for the unique and "alias" for the well-known, or + "application id" for the unique and "common name" or "published + name" for the well-known; not sure yet. + Important for 1.0 GLib Bindings === -- cgit