diff options
-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. |