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

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

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

    // Suppresses default constructor, ensuring non-instantiability.
    private constants$641() {}
    static final MethodHandle const$0 = RuntimeHelper.downcallHandle(
        "g_value_set_object_take_ownership",
        constants$13.const$4
    );
    static final FunctionDescriptor const$1 = FunctionDescriptor.of(JAVA_LONG,
        JAVA_LONG,
        RuntimeHelper.POINTER
    );
    static final MethodHandle const$2 = RuntimeHelper.downcallHandle(
        "g_object_compat_control",
        constants$641.const$1
    );
    static final MethodHandle const$3 = RuntimeHelper.downcallHandle(
        "g_clear_object",
        constants$13.const$1
    );
    static final StructLayout const$4 = MemoryLayout.structLayout(
        MemoryLayout.unionLayout(
            RuntimeHelper.POINTER.withName("p")
        ).withName("priv")
    ).withName("GWeakRef");
    static final UnionLayout const$5 = MemoryLayout.unionLayout(
        RuntimeHelper.POINTER.withName("p")
    ).withName("");
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy