org.purejava.appindicator.constants$115 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.VarHandle;
import static java.lang.foreign.ValueLayout.*;
final class constants$115 {
// Suppresses default constructor, ensuring non-instantiability.
private constants$115() {}
static final VarHandle const$0 = constants$114.const$4.varHandle(MemoryLayout.PathElement.groupElement("si_errno"));
static final VarHandle const$1 = constants$114.const$4.varHandle(MemoryLayout.PathElement.groupElement("si_code"));
static final VarHandle const$2 = constants$114.const$4.varHandle(MemoryLayout.PathElement.groupElement("__pad0"));
static final UnionLayout const$3 = MemoryLayout.unionLayout(
MemoryLayout.sequenceLayout(28, JAVA_INT).withName("_pad"),
MemoryLayout.structLayout(
JAVA_INT.withName("si_pid"),
JAVA_INT.withName("si_uid")
).withName("_kill"),
MemoryLayout.structLayout(
JAVA_INT.withName("si_tid"),
JAVA_INT.withName("si_overrun"),
MemoryLayout.unionLayout(
JAVA_INT.withName("sival_int"),
RuntimeHelper.POINTER.withName("sival_ptr")
).withName("si_sigval")
).withName("_timer"),
MemoryLayout.structLayout(
JAVA_INT.withName("si_pid"),
JAVA_INT.withName("si_uid"),
MemoryLayout.unionLayout(
JAVA_INT.withName("sival_int"),
RuntimeHelper.POINTER.withName("sival_ptr")
).withName("si_sigval")
).withName("_rt"),
MemoryLayout.structLayout(
JAVA_INT.withName("si_pid"),
JAVA_INT.withName("si_uid"),
JAVA_INT.withName("si_status"),
MemoryLayout.paddingLayout(4),
JAVA_LONG.withName("si_utime"),
JAVA_LONG.withName("si_stime")
).withName("_sigchld"),
MemoryLayout.structLayout(
RuntimeHelper.POINTER.withName("si_addr"),
JAVA_SHORT.withName("si_addr_lsb"),
MemoryLayout.paddingLayout(6),
MemoryLayout.unionLayout(
MemoryLayout.structLayout(
RuntimeHelper.POINTER.withName("_lower"),
RuntimeHelper.POINTER.withName("_upper")
).withName("_addr_bnd"),
JAVA_INT.withName("_pkey")
).withName("_bounds")
).withName("_sigfault"),
MemoryLayout.structLayout(
JAVA_LONG.withName("si_band"),
JAVA_INT.withName("si_fd"),
MemoryLayout.paddingLayout(4)
).withName("_sigpoll"),
MemoryLayout.structLayout(
RuntimeHelper.POINTER.withName("_call_addr"),
JAVA_INT.withName("_syscall"),
JAVA_INT.withName("_arch")
).withName("_sigsys")
).withName("");
static final StructLayout const$4 = MemoryLayout.structLayout(
JAVA_INT.withName("si_pid"),
JAVA_INT.withName("si_uid")
).withName("");
static final VarHandle const$5 = constants$115.const$4.varHandle(MemoryLayout.PathElement.groupElement("si_pid"));
}