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

GObject-Introspection bindings generator for Java

Results 17 java-gi issues
Sort by recently updated
recently updated
newest added

See for example the return value of Gio `g_desktop_app_info_search`

enhancement

Bumps the non-breaking-changes group with 1 update: [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5). Updates `org.junit.jupiter:junit-jupiter` from 5.11.1 to 5.11.2 Release notes Sourced from org.junit.jupiter:junit-jupiter's releases. JUnit 5.11.2 = Platform 1.11.2 + Jupiter 5.11.2 + Vintage...

dependencies
java

Add Cojure examples to the java-gi-examples repository.

documentation
enhancement

Add Scala examples to the java-gi-examples repository.

documentation
enhancement

Gtk API documentation (gi-docgen) is in markdown format. To generate clean-looking Javadoc, java-gi runs a series of regular expressions to translate markdown formatting to HTML. This works well enough in...

enhancement

Add optional log statements that will log all function calls and parameters. See jextract for example: [https://github.com/openjdk/jextract/blob/master/doc/GUIDE.md#tracing](https://github.com/openjdk/jextract/blob/master/doc/GUIDE.md#tracing) I think it would be ideal to make this an option in the...

enhancement

Implement an annotation processor to find `@RegisteredType`- and `@GtkTemplate`-annotated classes, and save the names in a resource file. On startup, the static class initializers in the global GObject and Gtk...

enhancement

Can be implemented similar to GList and GSList. A GHashTable has two `` elements in the GIR file. See for example `gdk_pixbuf_get_options` and `g_uri_parse_params`.

enhancement

See for example `Resource.fromData()`.

enhancement

When a function returns `void` or `boolean`, and has only one visible "out" parameter that isn't optional (no `optional=0` GIR annotation): 1. Set the return type to the out-parameter type...

enhancement