![JAR search and dependency download from the Maven repository](/logo.png)
org.purejava.appindicator.constants$130 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.*;
final class constants$130 {
// Suppresses default constructor, ensuring non-instantiability.
private constants$130() {}
static final StructLayout const$0 = MemoryLayout.structLayout(
MemoryLayout.sequenceLayout(16, JAVA_LONG).withName("fds_bits")
).withName("__kernel_fd_set");
static final MethodHandle const$1 = RuntimeHelper.upcallHandle(__kernel_sighandler_t.class, "apply", constants$80.const$1);
static final StructLayout const$2 = MemoryLayout.structLayout(
MemoryLayout.sequenceLayout(2, JAVA_INT).withName("val")
).withName("__kernel_fsid_t");
static final StructLayout const$3 = MemoryLayout.structLayout(
JAVA_LONG.withName("fault_address"),
MemoryLayout.sequenceLayout(31, JAVA_LONG).withName("regs"),
JAVA_LONG.withName("sp"),
JAVA_LONG.withName("pc"),
JAVA_LONG.withName("pstate"),
MemoryLayout.paddingLayout(8),
MemoryLayout.sequenceLayout(4096, JAVA_BYTE).withName("__reserved")
).withName("sigcontext");
static final VarHandle const$4 = constants$130.const$3.varHandle(MemoryLayout.PathElement.groupElement("fault_address"));
static final VarHandle const$5 = constants$130.const$3.varHandle(MemoryLayout.PathElement.groupElement("sp"));
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy