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

org.purejava.appindicator.constants$1134 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.MemoryLayout;
import java.lang.foreign.StructLayout;
import java.lang.invoke.MethodHandle;

import static java.lang.foreign.ValueLayout.JAVA_LONG;
final class constants$1134 {

    // Suppresses default constructor, ensuring non-instantiability.
    private constants$1134() {}
    static final MethodHandle const$0 = RuntimeHelper.downcallHandle(
        "g_list_store_find_with_equal_func",
        constants$34.const$5
    );
    static final MethodHandle const$1 = RuntimeHelper.upcallHandle(g_list_store_find_with_equal_func_full$equal_func.class, "apply", constants$12.const$2);
    static final MethodHandle const$2 = RuntimeHelper.downcallHandle(
        "g_list_store_find_with_equal_func_full",
        constants$165.const$2
    );
    static final StructLayout const$3 = MemoryLayout.structLayout(
        MemoryLayout.structLayout(
            JAVA_LONG.withName("g_type"),
            JAVA_LONG.withName("g_instance_type")
        ).withName("g_iface"),
        RuntimeHelper.POINTER.withName("load"),
        RuntimeHelper.POINTER.withName("load_async"),
        RuntimeHelper.POINTER.withName("load_finish")
    ).withName("_GLoadableIconIface");
    static final MethodHandle const$4 = RuntimeHelper.upcallHandle(_GLoadableIconIface.load.class, "apply", constants$855.const$5);
    static final MethodHandle const$5 = RuntimeHelper.downcallHandle(
        constants$855.const$5
    );
}






© 2015 - 2025 Weber Informatics LLC | Privacy Policy