![JAR search and dependency download from the Maven repository](/logo.png)
org.purejava.appindicator.constants$142 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_BYTE;
import static java.lang.foreign.ValueLayout.JAVA_LONG;
final class constants$142 {
// Suppresses default constructor, ensuring non-instantiability.
private constants$142() {}
static final VarHandle const$0 = constants$140.const$5.varHandle(MemoryLayout.PathElement.groupElement("pr_gid"));
static final VarHandle const$1 = constants$140.const$5.varHandle(MemoryLayout.PathElement.groupElement("pr_pid"));
static final VarHandle const$2 = constants$140.const$5.varHandle(MemoryLayout.PathElement.groupElement("pr_ppid"));
static final VarHandle const$3 = constants$140.const$5.varHandle(MemoryLayout.PathElement.groupElement("pr_pgrp"));
static final VarHandle const$4 = constants$140.const$5.varHandle(MemoryLayout.PathElement.groupElement("pr_sid"));
static final StructLayout const$5 = 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("mcontext_t");
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy