org.purejava.appindicator.constants$71 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.FunctionDescriptor;
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;
import static java.lang.foreign.ValueLayout.JAVA_LONG;
final class constants$71 {
// Suppresses default constructor, ensuring non-instantiability.
private constants$71() {}
static final FunctionDescriptor const$0 = FunctionDescriptor.of(JAVA_INT,
JAVA_INT,
RuntimeHelper.POINTER,
RuntimeHelper.POINTER,
RuntimeHelper.POINTER,
RuntimeHelper.POINTER,
RuntimeHelper.POINTER
);
static final MethodHandle const$1 = RuntimeHelper.downcallHandle(
"pselect",
constants$71.const$0
);
static final UnionLayout const$2 = MemoryLayout.unionLayout(
JAVA_LONG.withName("__value64"),
MemoryLayout.structLayout(
JAVA_INT.withName("__low"),
JAVA_INT.withName("__high")
).withName("__value32")
).withName("__atomic_wide_counter");
static final VarHandle const$3 = constants$71.const$2.varHandle(MemoryLayout.PathElement.groupElement("__value64"));
static final StructLayout const$4 = MemoryLayout.structLayout(
JAVA_INT.withName("__low"),
JAVA_INT.withName("__high")
).withName("");
static final VarHandle const$5 = constants$71.const$4.varHandle(MemoryLayout.PathElement.groupElement("__low"));
}