All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.purejava.appindicator.constants$1527 Maven / Gradle / Ivy

There is a newer version: 1.4.2
Show newest version
// 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;
import static java.lang.foreign.ValueLayout.JAVA_INT;
final class constants$1527 {

    // Suppresses default constructor, ensuring non-instantiability.
    private constants$1527() {}
    static final MethodHandle const$0 = RuntimeHelper.downcallHandle(
        "pango_coverage_get",
        constants$11.const$4
    );
    static final MethodHandle const$1 = RuntimeHelper.downcallHandle(
        "pango_coverage_set",
        constants$467.const$3
    );
    static final MethodHandle const$2 = RuntimeHelper.downcallHandle(
        "pango_coverage_max",
        constants$13.const$4
    );
    static final MethodHandle const$3 = RuntimeHelper.downcallHandle(
        "pango_coverage_to_bytes",
        constants$14.const$3
    );
    static final MethodHandle const$4 = RuntimeHelper.downcallHandle(
        "pango_coverage_from_bytes",
        constants$21.const$3
    );
    static final FunctionDescriptor const$5 = FunctionDescriptor.of(JAVA_INT,
        JAVA_DOUBLE
    );
    static final MethodHandle const$6 = RuntimeHelper.downcallHandle(
        "pango_units_from_double",
        constants$1527.const$5
    );
}






© 2015 - 2025 Weber Informatics LLC | Privacy Policy