org.purejava.appindicator.constants$1696 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_DOUBLE;
final class constants$1696 {
// Suppresses default constructor, ensuring non-instantiability.
private constants$1696() {}
static final MethodHandle const$0 = RuntimeHelper.downcallHandle(
"cairo_text_cluster_allocate",
constants$24.const$0
);
static final MethodHandle const$1 = RuntimeHelper.downcallHandle(
"cairo_text_cluster_free",
constants$13.const$1
);
static final StructLayout const$2 = MemoryLayout.structLayout(
JAVA_DOUBLE.withName("x_bearing"),
JAVA_DOUBLE.withName("y_bearing"),
JAVA_DOUBLE.withName("width"),
JAVA_DOUBLE.withName("height"),
JAVA_DOUBLE.withName("x_advance"),
JAVA_DOUBLE.withName("y_advance")
).withName("cairo_text_extents_t");
static final VarHandle const$3 = constants$1696.const$2.varHandle(MemoryLayout.PathElement.groupElement("x_bearing"));
static final VarHandle const$4 = constants$1696.const$2.varHandle(MemoryLayout.PathElement.groupElement("y_bearing"));
static final VarHandle const$5 = constants$1696.const$2.varHandle(MemoryLayout.PathElement.groupElement("width"));
}