You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: