org.purejava.appindicator.constants$208 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$208 {
// Suppresses default constructor, ensuring non-instantiability.
private constants$208() {}
static final StructLayout const$0 = MemoryLayout.structLayout(
RuntimeHelper.POINTER.withName("malloc"),
RuntimeHelper.POINTER.withName("realloc"),
RuntimeHelper.POINTER.withName("free"),
RuntimeHelper.POINTER.withName("calloc"),
RuntimeHelper.POINTER.withName("try_malloc"),
RuntimeHelper.POINTER.withName("try_realloc")
).withName("_GMemVTable");
static final MethodHandle const$1 = RuntimeHelper.upcallHandle(_GMemVTable.malloc.class, "apply", constants$63.const$3);
static final MethodHandle const$2 = RuntimeHelper.downcallHandle(
constants$63.const$3
);
static final VarHandle const$3 = constants$208.const$0.varHandle(MemoryLayout.PathElement.groupElement("malloc"));
static final MethodHandle const$4 = RuntimeHelper.upcallHandle(_GMemVTable.realloc.class, "apply", constants$21.const$1);
static final MethodHandle const$5 = RuntimeHelper.downcallHandle(
constants$21.const$1
);
}