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