summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
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
===