![JAR search and dependency download from the Maven repository](/logo.png)
org.purejava.appindicator.constants$2 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_LONG;
final class constants$2 {
// Suppresses default constructor, ensuring non-instantiability.
private constants$2() {}
static final VarHandle const$0 = constants$0.const$3.varHandle(MemoryLayout.PathElement.groupElement("tm_isdst"));
static final VarHandle const$1 = constants$0.const$3.varHandle(MemoryLayout.PathElement.groupElement("tm_gmtoff"));
static final VarHandle const$2 = constants$0.const$3.varHandle(MemoryLayout.PathElement.groupElement("tm_zone"));
static final StructLayout const$3 = MemoryLayout.structLayout(
JAVA_LONG.withName("tv_sec"),
JAVA_LONG.withName("tv_nsec")
).withName("timespec");
static final VarHandle const$4 = constants$2.const$3.varHandle(MemoryLayout.PathElement.groupElement("tv_sec"));
static final VarHandle const$5 = constants$2.const$3.varHandle(MemoryLayout.PathElement.groupElement("tv_nsec"));
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy