null actions are now handled gracefully instead of segfaulting the JVM
Added the widget builder API, also fixed the main API which was broken due to using the JNIEnv across threads
Ignored .settings

heads

tip
browse log

clone

read-only
https://hg.sr.ht/~scoopta/WofiJ
read/write
ssh://hg@hg.sr.ht/~scoopta/WofiJ

#WofiJ

WofiJ is a Java API for Wofi

#Dependencies

wofi
openjdk-11-jdk
pkg-config
meson

#Building

hg clone https://hg.sr.ht/~scoopta/WofiJ
cd WofiJ/src
meson -Djdk_home=$JAVA_HOME -Dmode_class=org/example/MyMode ../build
ninja -C ../build