summaryrefslogtreecommitdiffstats
path: root/doc/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index 8c578882..ca359573 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -107,3 +107,7 @@
- dbus_message_iter_init_array_iterator has "iter" and "iterator"
in the same function name
+
+ - the GLib bindings varargs take DBUS_TYPE_WHATEVER and
+ return stuff allocated with dbus_malloc(); should this
+ be made more "G" at some expense in code duplication?