org.purejava.appindicator.constants$29 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;
final class constants$29 {
// Suppresses default constructor, ensuring non-instantiability.
private constants$29() {}
static final VarHandle const$0 = constants$28.const$5.varHandle(MemoryLayout.PathElement.groupElement("data"));
static final VarHandle const$1 = constants$28.const$5.varHandle(MemoryLayout.PathElement.groupElement("len"));
static final StructLayout const$2 = MemoryLayout.structLayout(
RuntimeHelper.POINTER.withName("data"),
JAVA_INT.withName("len"),
MemoryLayout.paddingLayout(4)
).withName("_GByteArray");
static final VarHandle const$3 = constants$29.const$2.varHandle(MemoryLayout.PathElement.groupElement("data"));
static final VarHandle const$4 = constants$29.const$2.varHandle(MemoryLayout.PathElement.groupElement("len"));
static final StructLayout const$5 = MemoryLayout.structLayout(
RuntimeHelper.POINTER.withName("pdata"),
JAVA_INT.withName("len"),
MemoryLayout.paddingLayout(4)
).withName("_GPtrArray");
}