![JAR search and dependency download from the Maven repository](/logo.png)
org.purejava.appindicator.constants$248 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;
final class constants$248 {
// Suppresses default constructor, ensuring non-instantiability.
private constants$248() {}
static final VarHandle const$0 = constants$247.const$3.varHandle(MemoryLayout.PathElement.groupElement("revents"));
static final MethodHandle const$1 = RuntimeHelper.downcallHandle(
"g_poll",
constants$49.const$0
);
static final StructLayout const$2 = MemoryLayout.structLayout(
RuntimeHelper.POINTER.withName("data"),
RuntimeHelper.POINTER.withName("next")
).withName("_GSList");
static final VarHandle const$3 = constants$248.const$2.varHandle(MemoryLayout.PathElement.groupElement("data"));
static final VarHandle const$4 = constants$248.const$2.varHandle(MemoryLayout.PathElement.groupElement("next"));
static final MethodHandle const$5 = RuntimeHelper.downcallHandle(
"g_slist_alloc",
constants$35.const$2
);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy