summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2004-11-27 02:18:36 +0000
committerHavoc Pennington <hp@redhat.com>2004-11-27 02:18:36 +0000
commit65090abbb9582d25a795f1dd835ea03973be75e7 (patch)
tree664656124f6e98fb5440ee14f8e3b2aa8b1cda74 /doc
parent9e289c6488545810dccfd4a23c5eb51d703722bd (diff)
2004-11-26 Havoc Pennington <hp@redhat.com>
* 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.
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO6
1 files changed, 6 insertions, 0 deletions
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
===