org.purejava.appindicator.constants$641 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.FunctionDescriptor;
import java.lang.foreign.MemoryLayout;
import java.lang.foreign.StructLayout;
import java.lang.foreign.UnionLayout;
import java.lang.invoke.MethodHandle;
import static java.lang.foreign.ValueLayout.JAVA_LONG;
final class constants$641 {
// Suppresses default constructor, ensuring non-instantiability.
private constants$641() {}
static final MethodHandle const$0 = RuntimeHelper.downcallHandle(
"g_value_set_object_take_ownership",
constants$13.const$4
);
static final FunctionDescriptor const$1 = FunctionDescriptor.of(JAVA_LONG,
JAVA_LONG,
RuntimeHelper.POINTER
);
static final MethodHandle const$2 = RuntimeHelper.downcallHandle(
"g_object_compat_control",
constants$641.const$1
);
static final MethodHandle const$3 = RuntimeHelper.downcallHandle(
"g_clear_object",
constants$13.const$1
);
static final StructLayout const$4 = MemoryLayout.structLayout(
MemoryLayout.unionLayout(
RuntimeHelper.POINTER.withName("p")
).withName("priv")
).withName("GWeakRef");
static final UnionLayout const$5 = MemoryLayout.unionLayout(
RuntimeHelper.POINTER.withName("p")
).withName("");
}