org.purejava.appindicator.constants$542 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of libappindicator-gtk3-java-full Show documentation
Show all versions of libappindicator-gtk3-java-full Show documentation
Java bindings for libappindicator-gtk3 in 100% pure Java
// Generated by jextract
package org.purejava.appindicator;
import java.lang.foreign.MemoryLayout;
import java.lang.foreign.StructLayout;
import java.lang.invoke.MethodHandle;
import java.lang.invoke.VarHandle;
import static java.lang.foreign.ValueLayout.JAVA_INT;
final class constants$542 {
// Suppresses default constructor, ensuring non-instantiability.
private constants$542() {}
static final MethodHandle const$0 = RuntimeHelper.downcallHandle(
"g_static_rw_lock_free",
constants$13.const$1
);
static final MethodHandle const$1 = RuntimeHelper.upcallHandle(g_private_new$notify.class, "apply", constants$13.const$1);
static final MethodHandle const$2 = RuntimeHelper.downcallHandle(
"g_private_new",
constants$5.const$2
);
static final StructLayout const$3 = MemoryLayout.structLayout(
JAVA_INT.withName("index")
).withName("_GStaticPrivate");
static final VarHandle const$4 = constants$542.const$3.varHandle(MemoryLayout.PathElement.groupElement("index"));
static final MethodHandle const$5 = RuntimeHelper.downcallHandle(
"g_static_private_init",
constants$13.const$1
);
}