![JAR search and dependency download from the Maven repository](/logo.png)
org.purejava.appindicator.constants$1566 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_INT;
final class constants$1566 {
// Suppresses default constructor, ensuring non-instantiability.
private constants$1566() {}
static final MethodHandle const$0 = RuntimeHelper.upcallHandle(_PangoAttrShape.destroy_func.class, "apply", constants$13.const$1);
static final VarHandle const$1 = constants$1565.const$2.varHandle(MemoryLayout.PathElement.groupElement("destroy_func"));
static final StructLayout const$2 = MemoryLayout.structLayout(
MemoryLayout.structLayout(
RuntimeHelper.POINTER.withName("klass"),
JAVA_INT.withName("start_index"),
JAVA_INT.withName("end_index")
).withName("attr"),
RuntimeHelper.POINTER.withName("desc")
).withName("_PangoAttrFontDesc");
static final VarHandle const$3 = constants$1566.const$2.varHandle(MemoryLayout.PathElement.groupElement("desc"));
static final StructLayout const$4 = MemoryLayout.structLayout(
MemoryLayout.structLayout(
RuntimeHelper.POINTER.withName("klass"),
JAVA_INT.withName("start_index"),
JAVA_INT.withName("end_index")
).withName("attr"),
RuntimeHelper.POINTER.withName("features")
).withName("_PangoAttrFontFeatures");
static final VarHandle const$5 = constants$1566.const$4.varHandle(MemoryLayout.PathElement.groupElement("features"));
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy