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

org.purejava.appindicator.constants$1601 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_INT;
final class constants$1601 {

    // Suppresses default constructor, ensuring non-instantiability.
    private constants$1601() {}
    static final MethodHandle const$0 = RuntimeHelper.downcallHandle(
        "pango_glyph_string_extents",
        constants$42.const$1
    );
    static final MethodHandle const$1 = RuntimeHelper.downcallHandle(
        "pango_glyph_string_get_width",
        constants$10.const$5
    );
    static final MethodHandle const$2 = RuntimeHelper.downcallHandle(
        "pango_glyph_string_extents_range",
        constants$987.const$4
    );
    static final MethodHandle const$3 = RuntimeHelper.downcallHandle(
        "pango_glyph_string_get_logical_widths",
        constants$1457.const$1
    );
    static final FunctionDescriptor const$4 = FunctionDescriptor.ofVoid(
        RuntimeHelper.POINTER,
        RuntimeHelper.POINTER,
        JAVA_INT,
        RuntimeHelper.POINTER,
        JAVA_INT,
        JAVA_INT,
        RuntimeHelper.POINTER
    );
    static final MethodHandle const$5 = RuntimeHelper.downcallHandle(
        "pango_glyph_string_index_to_x",
        constants$1601.const$4
    );
}






© 2015 - 2025 Weber Informatics LLC | Privacy Policy