swog icon indicating copy to clipboard operation
swog copied to clipboard

Scala wrapper generator for interop with C, C++, Objective-C, and script languages.

Results 11 swog issues
Sort by recently updated
recently updated
newest added

Default args in constructor of CObj classes are currently not possible: ``` @CObj class GtkWindow(windowType: GtkWindowType = GtkWindow.TOPLEVEL) ``` results in ``` scala.scalanative.util.UnsupportedException: methods in extern objects must have extern...

bug