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

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

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

    // Suppresses default constructor, ensuring non-instantiability.
    private constants$1215() {}
    static final MethodHandle const$0 = RuntimeHelper.downcallHandle(
        "g_pollable_stream_write",
        constants$1214.const$5
    );
    static final FunctionDescriptor const$1 = FunctionDescriptor.of(JAVA_INT,
        RuntimeHelper.POINTER,
        RuntimeHelper.POINTER,
        JAVA_LONG,
        JAVA_INT,
        RuntimeHelper.POINTER,
        RuntimeHelper.POINTER,
        RuntimeHelper.POINTER
    );
    static final MethodHandle const$2 = RuntimeHelper.downcallHandle(
        "g_pollable_stream_write_all",
        constants$1215.const$1
    );
    static final MethodHandle const$3 = RuntimeHelper.downcallHandle(
        "g_power_profile_monitor_get_type",
        constants$3.const$5
    );
    static final StructLayout const$4 = MemoryLayout.structLayout(
        MemoryLayout.structLayout(
            JAVA_LONG.withName("g_type"),
            JAVA_LONG.withName("g_instance_type")
        ).withName("g_iface")
    ).withName("_GPowerProfileMonitorInterface");
    static final MethodHandle const$5 = RuntimeHelper.downcallHandle(
        "g_power_profile_monitor_dup_default",
        constants$35.const$2
    );
}






© 2015 - 2025 Weber Informatics LLC | Privacy Policy