jwharm / java-gi

GObject-Introspection bindings generator for Java
GNU Lesser General Public License v2.1
84 stars 7 forks source link

Register interfaces and enums #127

Open jwharm opened 1 month ago

jwharm commented 1 month ago

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.