![JAR search and dependency download from the Maven repository](/logo.png)
org.purejava.appindicator.constants$499 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$499 {
// Suppresses default constructor, ensuring non-instantiability.
private constants$499() {}
static final MethodHandle const$0 = RuntimeHelper.upcallHandle(g_completion_set_compare$strncmp_func.class, "apply", constants$18.const$2);
static final MethodHandle const$1 = RuntimeHelper.downcallHandle(
"g_completion_set_compare",
constants$13.const$4
);
static final MethodHandle const$2 = RuntimeHelper.downcallHandle(
"g_completion_free",
constants$13.const$1
);
static final StructLayout const$3 = MemoryLayout.structLayout(
JAVA_INT.withName("len")
).withName("_GTuples");
static final VarHandle const$4 = constants$499.const$3.varHandle(MemoryLayout.PathElement.groupElement("len"));
static final MethodHandle const$5 = RuntimeHelper.downcallHandle(
"g_relation_new",
constants$24.const$0
);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy