org.purejava.appindicator.constants$76 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.VarHandle;
import static java.lang.foreign.ValueLayout.JAVA_INT;
import static java.lang.foreign.ValueLayout.JAVA_LONG;
final class constants$76 {
// Suppresses default constructor, ensuring non-instantiability.
private constants$76() {}
static final VarHandle const$0 = constants$74.const$1.varHandle(MemoryLayout.PathElement.groupElement("__flags"));
static final StructLayout const$1 = MemoryLayout.structLayout(
MemoryLayout.unionLayout(
JAVA_LONG.withName("__value64"),
MemoryLayout.structLayout(
JAVA_INT.withName("__low"),
JAVA_INT.withName("__high")
).withName("__value32")
).withName("__wseq"),
MemoryLayout.unionLayout(
JAVA_LONG.withName("__value64"),
MemoryLayout.structLayout(
JAVA_INT.withName("__low"),
JAVA_INT.withName("__high")
).withName("__value32")
).withName("__g1_start"),
MemoryLayout.sequenceLayout(2, JAVA_INT).withName("__g_refs"),
MemoryLayout.sequenceLayout(2, JAVA_INT).withName("__g_size"),
JAVA_INT.withName("__g1_orig_size"),
JAVA_INT.withName("__wrefs"),
MemoryLayout.sequenceLayout(2, JAVA_INT).withName("__g_signals")
).withName("__pthread_cond_s");
static final VarHandle const$2 = constants$76.const$1.varHandle(MemoryLayout.PathElement.groupElement("__g1_orig_size"));
static final VarHandle const$3 = constants$76.const$1.varHandle(MemoryLayout.PathElement.groupElement("__wrefs"));
static final StructLayout const$4 = MemoryLayout.structLayout(
JAVA_INT.withName("__data")
).withName("__once_flag");
static final VarHandle const$5 = constants$76.const$4.varHandle(MemoryLayout.PathElement.groupElement("__data"));
}