org.purejava.appindicator.constants$99 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.foreign.UnionLayout;
import java.lang.invoke.MethodHandle;
import java.lang.invoke.VarHandle;
import static java.lang.foreign.ValueLayout.JAVA_INT;
final class constants$99 {
// Suppresses default constructor, ensuring non-instantiability.
private constants$99() {}
static final MethodHandle const$0 = RuntimeHelper.downcallHandle(
constants$5.const$2
);
static final UnionLayout const$1 = MemoryLayout.unionLayout(
RuntimeHelper.POINTER.withName("p"),
MemoryLayout.sequenceLayout(2, JAVA_INT).withName("i")
).withName("_GMutex");
static final VarHandle const$2 = constants$99.const$1.varHandle(MemoryLayout.PathElement.groupElement("p"));
static final StructLayout const$3 = MemoryLayout.structLayout(
RuntimeHelper.POINTER.withName("p"),
MemoryLayout.sequenceLayout(2, JAVA_INT).withName("i")
).withName("_GRWLock");
static final VarHandle const$4 = constants$99.const$3.varHandle(MemoryLayout.PathElement.groupElement("p"));
static final StructLayout const$5 = MemoryLayout.structLayout(
RuntimeHelper.POINTER.withName("p"),
MemoryLayout.sequenceLayout(2, JAVA_INT).withName("i")
).withName("_GCond");
}