org.purejava.appindicator.constants$139 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.*;
final class constants$139 {
// Suppresses default constructor, ensuring non-instantiability.
private constants$139() {}
static final VarHandle const$0 = constants$138.const$4.varHandle(MemoryLayout.PathElement.groupElement("si_code"));
static final VarHandle const$1 = constants$138.const$4.varHandle(MemoryLayout.PathElement.groupElement("si_errno"));
static final StructLayout const$2 = MemoryLayout.structLayout(
MemoryLayout.structLayout(
JAVA_INT.withName("si_signo"),
JAVA_INT.withName("si_code"),
JAVA_INT.withName("si_errno")
).withName("pr_info"),
JAVA_SHORT.withName("pr_cursig"),
MemoryLayout.paddingLayout(2),
JAVA_LONG.withName("pr_sigpend"),
JAVA_LONG.withName("pr_sighold"),
JAVA_INT.withName("pr_pid"),
JAVA_INT.withName("pr_ppid"),
JAVA_INT.withName("pr_pgrp"),
JAVA_INT.withName("pr_sid"),
MemoryLayout.structLayout(
JAVA_LONG.withName("tv_sec"),
JAVA_LONG.withName("tv_usec")
).withName("pr_utime"),
MemoryLayout.structLayout(
JAVA_LONG.withName("tv_sec"),
JAVA_LONG.withName("tv_usec")
).withName("pr_stime"),
MemoryLayout.structLayout(
JAVA_LONG.withName("tv_sec"),
JAVA_LONG.withName("tv_usec")
).withName("pr_cutime"),
MemoryLayout.structLayout(
JAVA_LONG.withName("tv_sec"),
JAVA_LONG.withName("tv_usec")
).withName("pr_cstime"),
MemoryLayout.sequenceLayout(34, JAVA_LONG).withName("pr_reg"),
JAVA_INT.withName("pr_fpvalid"),
MemoryLayout.paddingLayout(4)
).withName("elf_prstatus");
static final VarHandle const$3 = constants$139.const$2.varHandle(MemoryLayout.PathElement.groupElement("pr_cursig"));
static final VarHandle const$4 = constants$139.const$2.varHandle(MemoryLayout.PathElement.groupElement("pr_sigpend"));
static final VarHandle const$5 = constants$139.const$2.varHandle(MemoryLayout.PathElement.groupElement("pr_sighold"));
}