summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.