org.purejava.appindicator.constants$664 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.VarHandle;
import static java.lang.foreign.ValueLayout.JAVA_INT;
import static java.lang.foreign.ValueLayout.JAVA_LONG;
final class constants$664 {
// Suppresses default constructor, ensuring non-instantiability.
private constants$664() {}
static final StructLayout const$0 = MemoryLayout.structLayout(
MemoryLayout.structLayout(
MemoryLayout.structLayout(
RuntimeHelper.POINTER.withName("g_class")
).withName("g_type_instance"),
RuntimeHelper.POINTER.withName("name"),
JAVA_INT.withName("flags"),
MemoryLayout.paddingLayout(4),
JAVA_LONG.withName("value_type"),
JAVA_LONG.withName("owner_type"),
RuntimeHelper.POINTER.withName("_nick"),
RuntimeHelper.POINTER.withName("_blurb"),
RuntimeHelper.POINTER.withName("qdata"),
JAVA_INT.withName("ref_count"),
JAVA_INT.withName("param_id")
).withName("parent_instance")
).withName("_GParamSpecBoxed");
static final StructLayout const$1 = MemoryLayout.structLayout(
MemoryLayout.structLayout(
MemoryLayout.structLayout(
RuntimeHelper.POINTER.withName("g_class")
).withName("g_type_instance"),
RuntimeHelper.POINTER.withName("name"),
JAVA_INT.withName("flags"),
MemoryLayout.paddingLayout(4),
JAVA_LONG.withName("value_type"),
JAVA_LONG.withName("owner_type"),
RuntimeHelper.POINTER.withName("_nick"),
RuntimeHelper.POINTER.withName("_blurb"),
RuntimeHelper.POINTER.withName("qdata"),
JAVA_INT.withName("ref_count"),
JAVA_INT.withName("param_id")
).withName("parent_instance")
).withName("_GParamSpecPointer");
static final StructLayout const$2 = MemoryLayout.structLayout(
MemoryLayout.structLayout(
MemoryLayout.structLayout(
RuntimeHelper.POINTER.withName("g_class")
).withName("g_type_instance"),
RuntimeHelper.POINTER.withName("name"),
JAVA_INT.withName("flags"),
MemoryLayout.paddingLayout(4),
JAVA_LONG.withName("value_type"),
JAVA_LONG.withName("owner_type"),
RuntimeHelper.POINTER.withName("_nick"),
RuntimeHelper.POINTER.withName("_blurb"),
RuntimeHelper.POINTER.withName("qdata"),
JAVA_INT.withName("ref_count"),
JAVA_INT.withName("param_id")
).withName("parent_instance"),
RuntimeHelper.POINTER.withName("element_spec"),
JAVA_INT.withName("fixed_n_elements"),
MemoryLayout.paddingLayout(4)
).withName("_GParamSpecValueArray");
static final VarHandle const$3 = constants$664.const$2.varHandle(MemoryLayout.PathElement.groupElement("element_spec"));
static final VarHandle const$4 = constants$664.const$2.varHandle(MemoryLayout.PathElement.groupElement("fixed_n_elements"));
static final StructLayout const$5 = MemoryLayout.structLayout(
MemoryLayout.structLayout(
MemoryLayout.structLayout(
RuntimeHelper.POINTER.withName("g_class")
).withName("g_type_instance"),
RuntimeHelper.POINTER.withName("name"),
JAVA_INT.withName("flags"),
MemoryLayout.paddingLayout(4),
JAVA_LONG.withName("value_type"),
JAVA_LONG.withName("owner_type"),
RuntimeHelper.POINTER.withName("_nick"),
RuntimeHelper.POINTER.withName("_blurb"),
RuntimeHelper.POINTER.withName("qdata"),
JAVA_INT.withName("ref_count"),
JAVA_INT.withName("param_id")
).withName("parent_instance")
).withName("_GParamSpecObject");
}