![JAR search and dependency download from the Maven repository](/logo.png)
org.purejava.appindicator.constants$1413 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.MethodHandle;
import java.lang.invoke.VarHandle;
import static java.lang.foreign.ValueLayout.*;
final class constants$1413 {
// Suppresses default constructor, ensuring non-instantiability.
private constants$1413() {}
static final StructLayout const$0 = MemoryLayout.structLayout(
MemoryLayout.structLayout(
MemoryLayout.structLayout(
JAVA_LONG.withName("g_type")
).withName("g_type_class"),
RuntimeHelper.POINTER.withName("construct_properties"),
RuntimeHelper.POINTER.withName("constructor"),
RuntimeHelper.POINTER.withName("set_property"),
RuntimeHelper.POINTER.withName("get_property"),
RuntimeHelper.POINTER.withName("dispose"),
RuntimeHelper.POINTER.withName("finalize"),
RuntimeHelper.POINTER.withName("dispatch_properties_changed"),
RuntimeHelper.POINTER.withName("notify"),
RuntimeHelper.POINTER.withName("constructed"),
JAVA_LONG.withName("flags"),
JAVA_LONG.withName("n_construct_properties"),
RuntimeHelper.POINTER.withName("pspecs"),
JAVA_LONG.withName("n_pspecs"),
MemoryLayout.sequenceLayout(3, RuntimeHelper.POINTER).withName("pdummy")
).withName("parent_class")
).withName("_GZlibDecompressorClass");
static final MethodHandle const$1 = RuntimeHelper.downcallHandle(
"g_zlib_decompressor_get_type",
constants$3.const$5
);
static final MethodHandle const$2 = RuntimeHelper.downcallHandle(
"g_zlib_decompressor_new",
constants$24.const$0
);
static final MethodHandle const$3 = RuntimeHelper.downcallHandle(
"g_zlib_decompressor_get_file_info",
constants$5.const$2
);
static final UnionLayout const$4 = MemoryLayout.unionLayout(
JAVA_INT.withName("u32"),
JAVA_INT.withName("i32"),
MemoryLayout.sequenceLayout(2, JAVA_SHORT).withName("u16"),
MemoryLayout.sequenceLayout(2, JAVA_SHORT).withName("i16"),
MemoryLayout.sequenceLayout(4, JAVA_BYTE).withName("u8"),
MemoryLayout.sequenceLayout(4, JAVA_BYTE).withName("i8")
).withName("_hb_var_int_t");
static final VarHandle const$5 = constants$1413.const$4.varHandle(MemoryLayout.PathElement.groupElement("u32"));
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy