diff options
author | Matthew Johnson <mjj29@hecate.(none)> | 2006-10-10 12:48:37 +0100 |
---|---|---|
committer | Matthew Johnson <mjj29@hecate.(none)> | 2006-10-10 12:48:37 +0100 |
commit | f3a95e0bb94cc7867fb94fad4fa84ff47c250693 (patch) | |
tree | 05690f288aee79cde3065c9f93e2824b7d3f014d | |
parent | 372e52bfd36d391dea8aee3d502f9c894274fbeb (diff) |
new todo item
-rw-r--r-- | TODO | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |