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

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

There is a newer version: 1.4.1
Show newest version
// 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;

import static java.lang.foreign.ValueLayout.JAVA_INT;
final class constants$1563 {

    // Suppresses default constructor, ensuring non-instantiability.
    private constants$1563() {}
    static final VarHandle const$0 = constants$1562.const$1.varHandle(MemoryLayout.PathElement.groupElement("destroy"));
    static final MethodHandle const$1 = RuntimeHelper.upcallHandle(_PangoAttrClass.equal.class, "apply", constants$9.const$0);
    static final VarHandle const$2 = constants$1562.const$1.varHandle(MemoryLayout.PathElement.groupElement("equal"));
    static final StructLayout const$3 = MemoryLayout.structLayout(
        MemoryLayout.structLayout(
            RuntimeHelper.POINTER.withName("klass"),
            JAVA_INT.withName("start_index"),
            JAVA_INT.withName("end_index")
        ).withName("attr"),
        RuntimeHelper.POINTER.withName("value")
    ).withName("_PangoAttrString");
    static final VarHandle const$4 = constants$1563.const$3.varHandle(MemoryLayout.PathElement.groupElement("value"));
    static final StructLayout const$5 = MemoryLayout.structLayout(
        MemoryLayout.structLayout(
            RuntimeHelper.POINTER.withName("klass"),
            JAVA_INT.withName("start_index"),
            JAVA_INT.withName("end_index")
        ).withName("attr"),
        RuntimeHelper.POINTER.withName("value")
    ).withName("_PangoAttrLanguage");
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy