org.purejava.appindicator.constants$7 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.MemorySegment;
import java.lang.invoke.MethodHandle;
import java.lang.invoke.VarHandle;
import static java.lang.foreign.ValueLayout.JAVA_INT;
import static java.lang.foreign.ValueLayout.JAVA_LONG;
final class constants$7 {
// Suppresses default constructor, ensuring non-instantiability.
private constants$7() {}
static final VarHandle const$0 = JAVA_INT.varHandle();
static final MemorySegment const$1 = RuntimeHelper.lookupGlobalVariable("__daylight", JAVA_INT);
static final VarHandle const$2 = JAVA_LONG.varHandle();
static final MemorySegment const$3 = RuntimeHelper.lookupGlobalVariable("__timezone", JAVA_LONG);
static final MemorySegment const$4 = RuntimeHelper.lookupGlobalVariable("tzname", constants$6.const$5);
static final FunctionDescriptor const$5 = FunctionDescriptor.ofVoid();
static final MethodHandle const$6 = RuntimeHelper.downcallHandle(
"tzset",
constants$7.const$5
);
}