org.purejava.appindicator.constants$137 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.JAVA_LONG;
final class constants$137 {
// Suppresses default constructor, ensuring non-instantiability.
private constants$137() {}
static final MethodHandle const$0 = RuntimeHelper.downcallHandle(
"utimes",
constants$9.const$0
);
static final MethodHandle const$1 = RuntimeHelper.downcallHandle(
"lutimes",
constants$9.const$0
);
static final MethodHandle const$2 = RuntimeHelper.downcallHandle(
"futimes",
constants$9.const$2
);
static final StructLayout const$3 = MemoryLayout.structLayout(
MemoryLayout.sequenceLayout(31, JAVA_LONG).withName("regs"),
JAVA_LONG.withName("sp"),
JAVA_LONG.withName("pc"),
JAVA_LONG.withName("pstate")
).withName("user_regs_struct");
static final VarHandle const$4 = constants$137.const$3.varHandle(MemoryLayout.PathElement.groupElement("sp"));
static final VarHandle const$5 = constants$137.const$3.varHandle(MemoryLayout.PathElement.groupElement("pc"));
}