java-gi
java-gi copied to clipboard
Register interfaces and enums
Currently a Java class can be registered in the GObject type system with a call to Types.register(MyClass.class). This should be extended to also register interfaces and enumerations.