org.purejava.appindicator.constants$1209 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_LONG;
final class constants$1209 {
// Suppresses default constructor, ensuring non-instantiability.
private constants$1209() {}
static final MethodHandle const$0 = RuntimeHelper.downcallHandle(
"g_permission_impl_update",
constants$1131.const$1
);
static final StructLayout const$1 = MemoryLayout.structLayout(
MemoryLayout.structLayout(
JAVA_LONG.withName("g_type"),
JAVA_LONG.withName("g_instance_type")
).withName("g_iface"),
RuntimeHelper.POINTER.withName("can_poll"),
RuntimeHelper.POINTER.withName("is_readable"),
RuntimeHelper.POINTER.withName("create_source"),
RuntimeHelper.POINTER.withName("read_nonblocking")
).withName("_GPollableInputStreamInterface");
static final MethodHandle const$2 = RuntimeHelper.upcallHandle(_GPollableInputStreamInterface.can_poll.class, "apply", constants$10.const$5);
static final VarHandle const$3 = constants$1209.const$1.varHandle(MemoryLayout.PathElement.groupElement("can_poll"));
static final MethodHandle const$4 = RuntimeHelper.upcallHandle(_GPollableInputStreamInterface.is_readable.class, "apply", constants$10.const$5);
static final VarHandle const$5 = constants$1209.const$1.varHandle(MemoryLayout.PathElement.groupElement("is_readable"));
}