org.purejava.appindicator.constants$575 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.*;
final class constants$575 {
// Suppresses default constructor, ensuring non-instantiability.
private constants$575() {}
static final VarHandle const$0 = constants$573.const$1.varHandle(MemoryLayout.PathElement.groupElement("value_is_valid"));
static final StructLayout const$1 = MemoryLayout.structLayout(
RuntimeHelper.POINTER.withName("name"),
MemoryLayout.structLayout(
JAVA_LONG.withName("g_type"),
MemoryLayout.sequenceLayout(2, MemoryLayout.unionLayout(
JAVA_INT.withName("v_int"),
JAVA_INT.withName("v_uint"),
JAVA_LONG.withName("v_long"),
JAVA_LONG.withName("v_ulong"),
JAVA_LONG.withName("v_int64"),
JAVA_LONG.withName("v_uint64"),
JAVA_FLOAT.withName("v_float"),
JAVA_DOUBLE.withName("v_double"),
RuntimeHelper.POINTER.withName("v_pointer")
).withName("")).withName("data")
).withName("value")
).withName("_GParameter");
static final VarHandle const$2 = constants$575.const$1.varHandle(MemoryLayout.PathElement.groupElement("name"));
static final MethodHandle const$3 = RuntimeHelper.downcallHandle(
"g_param_spec_ref",
constants$5.const$2
);
static final MethodHandle const$4 = RuntimeHelper.downcallHandle(
"g_param_spec_unref",
constants$13.const$1
);
static final MethodHandle const$5 = RuntimeHelper.downcallHandle(
"g_param_spec_sink",
constants$13.const$1
);
}