![JAR search and dependency download from the Maven repository](/logo.png)
org.purejava.appindicator.constants$1724 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.invoke.MethodHandle;
import static java.lang.foreign.ValueLayout.JAVA_DOUBLE;
final class constants$1724 {
// Suppresses default constructor, ensuring non-instantiability.
private constants$1724() {}
static final MethodHandle const$0 = RuntimeHelper.downcallHandle(
"cairo_surface_unmap_image",
constants$13.const$4
);
static final FunctionDescriptor const$1 = FunctionDescriptor.of(RuntimeHelper.POINTER,
RuntimeHelper.POINTER,
JAVA_DOUBLE,
JAVA_DOUBLE,
JAVA_DOUBLE,
JAVA_DOUBLE
);
static final MethodHandle const$2 = RuntimeHelper.downcallHandle(
"cairo_surface_create_for_rectangle",
constants$1724.const$1
);
static final MethodHandle const$3 = RuntimeHelper.downcallHandle(
"cairo_surface_create_observer",
constants$21.const$3
);
static final MethodHandle const$4 = RuntimeHelper.upcallHandle(cairo_surface_observer_callback_t.class, "apply", constants$14.const$3);
static final MethodHandle const$5 = RuntimeHelper.upcallHandle(cairo_surface_observer_add_paint_callback$func.class, "apply", constants$14.const$3);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy