org.purejava.appindicator.constants$313 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.*;
final class constants$313 {
// Suppresses default constructor, ensuring non-instantiability.
private constants$313() {}
static final StructLayout const$0 = MemoryLayout.structLayout(
JAVA_INT.withName("ref_count"),
MemoryLayout.paddingLayout(4),
RuntimeHelper.POINTER.withName("funcs"),
RuntimeHelper.POINTER.withName("encoding"),
RuntimeHelper.POINTER.withName("read_cd"),
RuntimeHelper.POINTER.withName("write_cd"),
RuntimeHelper.POINTER.withName("line_term"),
JAVA_INT.withName("line_term_len"),
MemoryLayout.paddingLayout(4),
JAVA_LONG.withName("buf_size"),
RuntimeHelper.POINTER.withName("read_buf"),
RuntimeHelper.POINTER.withName("encoded_read_buf"),
RuntimeHelper.POINTER.withName("write_buf"),
MemoryLayout.sequenceLayout(6, JAVA_BYTE).withName("partial_write_buf"),
MemoryLayout.paddingLayout(2),
RuntimeHelper.POINTER.withName("reserved1"),
RuntimeHelper.POINTER.withName("reserved2")
).withName("_GIOChannel");
static final VarHandle const$1 = constants$313.const$0.varHandle(MemoryLayout.PathElement.groupElement("ref_count"));
static final VarHandle const$2 = constants$313.const$0.varHandle(MemoryLayout.PathElement.groupElement("funcs"));
static final VarHandle const$3 = constants$313.const$0.varHandle(MemoryLayout.PathElement.groupElement("encoding"));
static final VarHandle const$4 = constants$313.const$0.varHandle(MemoryLayout.PathElement.groupElement("read_cd"));
static final VarHandle const$5 = constants$313.const$0.varHandle(MemoryLayout.PathElement.groupElement("write_cd"));
}