![JAR search and dependency download from the Maven repository](/logo.png)
org.purejava.appindicator.constants$2531 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.foreign.UnionLayout;
import java.lang.invoke.VarHandle;
import static java.lang.foreign.ValueLayout.*;
final class constants$2531 {
// Suppresses default constructor, ensuring non-instantiability.
private constants$2531() {}
static final VarHandle const$0 = constants$2530.const$5.varHandle(MemoryLayout.PathElement.groupElement("arg_type"));
static final UnionLayout const$1 = MemoryLayout.unionLayout(
JAVA_LONG.withName("long_data"),
JAVA_DOUBLE.withName("double_data"),
RuntimeHelper.POINTER.withName("string_data")
).withName("");
static final VarHandle const$2 = constants$2531.const$1.varHandle(MemoryLayout.PathElement.groupElement("long_data"));
static final VarHandle const$3 = constants$2531.const$1.varHandle(MemoryLayout.PathElement.groupElement("double_data"));
static final VarHandle const$4 = constants$2531.const$1.varHandle(MemoryLayout.PathElement.groupElement("string_data"));
static final StructLayout const$5 = MemoryLayout.structLayout(
RuntimeHelper.POINTER.withName("next"),
RuntimeHelper.POINTER.withName("signal_name"),
JAVA_INT.withName("n_args"),
MemoryLayout.paddingLayout(4),
RuntimeHelper.POINTER.withName("args")
).withName("_GtkBindingSignal");
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy