summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Johnson <mjj29@hecate.(none)>2006-10-10 12:48:37 +0100
committerMatthew Johnson <mjj29@hecate.(none)>2006-10-10 12:48:37 +0100
commitf3a95e0bb94cc7867fb94fad4fa84ff47c250693 (patch)
tree05690f288aee79cde3065c9f93e2824b7d3f014d
parent372e52bfd36d391dea8aee3d502f9c894274fbeb (diff)
new todo item
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index abd8d02..5de9a08 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,4 @@
* support Enums as UInt32s
* use native java backend
* support DBUS_TYPE_SIGNATURE as an argument type (it's a string, can be multiple types. Convert to a Class[])
+ * rewrite type system to pass Class's around with Variants to allow proper variant handling.