java-gi icon indicating copy to clipboard operation
java-gi copied to clipboard

Register interfaces and enums

Open jwharm opened this issue 1 year ago • 0 comments

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.

jwharm avatar Aug 31 '24 15:08 jwharm