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

org.purejava.appindicator.constants$395 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.FunctionDescriptor;
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;
import static java.lang.foreign.ValueLayout.JAVA_LONG;
final class constants$395 {

    // Suppresses default constructor, ensuring non-instantiability.
    private constants$395() {}
    static final FunctionDescriptor const$0 = FunctionDescriptor.ofVoid(
        RuntimeHelper.POINTER,
        JAVA_INT,
        JAVA_LONG,
        RuntimeHelper.POINTER,
        RuntimeHelper.POINTER
    );
    static final MethodHandle const$1 = RuntimeHelper.downcallHandle(
        "g_qsort_with_data",
        constants$395.const$0
    );
    static final StructLayout const$2 = MemoryLayout.structLayout(
        RuntimeHelper.POINTER.withName("head"),
        RuntimeHelper.POINTER.withName("tail"),
        JAVA_INT.withName("length"),
        MemoryLayout.paddingLayout(4)
    ).withName("_GQueue");
    static final VarHandle const$3 = constants$395.const$2.varHandle(MemoryLayout.PathElement.groupElement("head"));
    static final VarHandle const$4 = constants$395.const$2.varHandle(MemoryLayout.PathElement.groupElement("tail"));
    static final VarHandle const$5 = constants$395.const$2.varHandle(MemoryLayout.PathElement.groupElement("length"));
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy