![JAR search and dependency download from the Maven repository](/logo.png)
org.purejava.appindicator.constants$65 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.JAVA_INT;
import static java.lang.foreign.ValueLayout.JAVA_LONG;
final class constants$65 {
// Suppresses default constructor, ensuring non-instantiability.
private constants$65() {}
static final MethodHandle const$0 = RuntimeHelper.downcallHandle(
"g_bit_nth_msf",
constants$64.const$5
);
static final MethodHandle const$1 = RuntimeHelper.downcallHandle(
"g_bit_storage",
constants$26.const$2
);
static final StructLayout const$2 = MemoryLayout.structLayout(
JAVA_INT.withName("quot"),
JAVA_INT.withName("rem")
).withName("div_t");
static final VarHandle const$3 = constants$65.const$2.varHandle(MemoryLayout.PathElement.groupElement("quot"));
static final VarHandle const$4 = constants$65.const$2.varHandle(MemoryLayout.PathElement.groupElement("rem"));
static final StructLayout const$5 = MemoryLayout.structLayout(
JAVA_LONG.withName("quot"),
JAVA_LONG.withName("rem")
).withName("ldiv_t");
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy