![JAR search and dependency download from the Maven repository](/logo.png)
org.purejava.appindicator.constants$650 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$650 {
// Suppresses default constructor, ensuring non-instantiability.
private constants$650() {}
static final VarHandle const$0 = constants$649.const$3.varHandle(MemoryLayout.PathElement.groupElement("value_nick"));
static final StructLayout const$1 = MemoryLayout.structLayout(
JAVA_INT.withName("value"),
MemoryLayout.paddingLayout(4),
RuntimeHelper.POINTER.withName("value_name"),
RuntimeHelper.POINTER.withName("value_nick")
).withName("_GFlagsValue");
static final VarHandle const$2 = constants$650.const$1.varHandle(MemoryLayout.PathElement.groupElement("value"));
static final VarHandle const$3 = constants$650.const$1.varHandle(MemoryLayout.PathElement.groupElement("value_name"));
static final VarHandle const$4 = constants$650.const$1.varHandle(MemoryLayout.PathElement.groupElement("value_nick"));
static final MethodHandle const$5 = RuntimeHelper.downcallHandle(
"g_enum_get_value",
constants$21.const$3
);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy