summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2005-06-16 19:57:31 +0000
committerColin Walters <walters@verbum.org>2005-06-16 19:57:31 +0000
commit679018f00c7277ecd6272cb1be5dfdedf134c422 (patch)
treeb756901fb5068dd7da54e3b525a52570196207a6
parent887a1dc0e385b43b98318f6ccfdbed73c07d13ba (diff)
2005-06-16 Colin Walters <walters@verbum.org>
* doc/TODO: Update for GLib bindings.
-rw-r--r--ChangeLog4
-rw-r--r--doc/TODO8
2 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cfbe86e5..2f6b058c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2005-06-16 Colin Walters <walters@verbum.org>
+ * doc/TODO: Update for GLib bindings.
+
+2005-06-16 Colin Walters <walters@verbum.org>
+
* glib/dbus-binding-tool-glib.c:
* glib/dbus-gobject.c:
* glib/dbus-gproxy.c: Add Nokia copyright; Patch
diff --git a/doc/TODO b/doc/TODO
index e88d78f2..3c0e6cb3 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -30,7 +30,13 @@ Important for 1.0 GLib Bindings
- Annotations for "do not take ownership of this return value" on server
- - Fix signals
+ - Fix/test signals
+
+ - Don't autoexport signals and properties; use metadata either in
+ code (preferable) or annotation in XML
+
+ - Fix TYPE_OBJECT_PATH marshalling; see:
+ http://lists.freedesktop.org/archives/dbus/2005-June/002774.html
- Fix errors - need to get specific error back, not UnmappedError crap