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

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

    // Suppresses default constructor, ensuring non-instantiability.
    private constants$1226() {}
    static final VarHandle const$0 = constants$1223.const$4.varHandle(MemoryLayout.PathElement.groupElement("_g_reserved7"));
    static final MethodHandle const$1 = RuntimeHelper.downcallHandle(
        "g_proxy_address_enumerator_get_type",
        constants$3.const$5
    );
    static final StructLayout const$2 = MemoryLayout.structLayout(
        MemoryLayout.structLayout(
            JAVA_LONG.withName("g_type"),
            JAVA_LONG.withName("g_instance_type")
        ).withName("g_iface"),
        RuntimeHelper.POINTER.withName("is_supported"),
        RuntimeHelper.POINTER.withName("lookup"),
        RuntimeHelper.POINTER.withName("lookup_async"),
        RuntimeHelper.POINTER.withName("lookup_finish")
    ).withName("_GProxyResolverInterface");
    static final MethodHandle const$3 = RuntimeHelper.upcallHandle(_GProxyResolverInterface.is_supported.class, "apply", constants$10.const$5);
    static final VarHandle const$4 = constants$1226.const$2.varHandle(MemoryLayout.PathElement.groupElement("is_supported"));
    static final MethodHandle const$5 = RuntimeHelper.upcallHandle(_GProxyResolverInterface.lookup.class, "apply", constants$39.const$1);
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy