jextract wayland-client
Thiago Milczarek Sayão
thiago.sayao at gmail.com
Sun Apr 21 16:58:26 UTC 2024
Hi,
I'm trying to make a java wayland client (currently as a proof of concept).
I've attempted to generate the bindings like this:
jextract --output src -t org.freedesktop.wayland.client --header-class-name
WlClient -lwayland-client /usr/include/wayland-client.h
But the wl_xxx types seem to not be supported as it outputs:
WARNING: Skipping wl_registry (type Declared(wl_registry) is not supported)
I've probably hit a current limitation. Is it expected to work in the
future?
Thanks.
-- Thiago.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/jextract-dev/attachments/20240421/55fb8094/attachment.htm>
More information about the jextract-dev
mailing list