org.purejava.appindicator.constants$127 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.FunctionDescriptor;
import java.lang.foreign.MemoryLayout;
import java.lang.foreign.UnionLayout;
import java.lang.invoke.MethodHandle;
import java.lang.invoke.VarHandle;
import static java.lang.foreign.ValueLayout.JAVA_INT;
final class constants$127 {
// Suppresses default constructor, ensuring non-instantiability.
private constants$127() {}
static final UnionLayout const$0 = MemoryLayout.unionLayout(
RuntimeHelper.POINTER.withName("sa_handler"),
RuntimeHelper.POINTER.withName("sa_sigaction")
).withName("");
static final MethodHandle const$1 = RuntimeHelper.upcallHandle(sigaction.__sigaction_handler.sa_handler.class, "apply", constants$80.const$1);
static final VarHandle const$2 = constants$127.const$0.varHandle(MemoryLayout.PathElement.groupElement("sa_handler"));
static final FunctionDescriptor const$3 = FunctionDescriptor.ofVoid(
JAVA_INT,
RuntimeHelper.POINTER,
RuntimeHelper.POINTER
);
static final MethodHandle const$4 = RuntimeHelper.upcallHandle(sigaction.__sigaction_handler.sa_sigaction.class, "apply", constants$127.const$3);
static final MethodHandle const$5 = RuntimeHelper.downcallHandle(
constants$127.const$3
);
}