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

org.purejava.appindicator.constants$5 Maven / Gradle / Ivy

Go to download

Java bindings for libayatana-appindicator and libappindicator-gtk3 in 100% pure Java

The newest version!
// Generated by jextract

package org.purejava.appindicator;

import java.lang.invoke.MethodHandle;
import java.lang.foreign.*;

final class constants$5 {

    // Suppresses default constructor, ensuring non-instantiability.
    private constants$5() {}
    static final FunctionDescriptor gtk_action_get_name$FUNC = FunctionDescriptor.of(Constants$root.C_POINTER$LAYOUT,
        Constants$root.C_POINTER$LAYOUT
    );
    static final MethodHandle gtk_action_get_name$MH = RuntimeHelper.downcallHandle(
        "gtk_action_get_name",
        constants$5.gtk_action_get_name$FUNC
    );
    static final FunctionDescriptor gtk_action_group_new$FUNC = FunctionDescriptor.of(Constants$root.C_POINTER$LAYOUT,
        Constants$root.C_POINTER$LAYOUT
    );
    static final MethodHandle gtk_action_group_new$MH = RuntimeHelper.downcallHandle(
        "gtk_action_group_new",
        constants$5.gtk_action_group_new$FUNC
    );
    static final FunctionDescriptor gtk_action_group_add_action$FUNC = FunctionDescriptor.ofVoid(
        Constants$root.C_POINTER$LAYOUT,
        Constants$root.C_POINTER$LAYOUT
    );
    static final MethodHandle gtk_action_group_add_action$MH = RuntimeHelper.downcallHandle(
        "gtk_action_group_add_action",
        constants$5.gtk_action_group_add_action$FUNC
    );
    static final FunctionDescriptor gtk_action_group_add_actions$FUNC = FunctionDescriptor.ofVoid(
        Constants$root.C_POINTER$LAYOUT,
        Constants$root.C_POINTER$LAYOUT,
        Constants$root.C_INT$LAYOUT,
        Constants$root.C_POINTER$LAYOUT
    );
    static final MethodHandle gtk_action_group_add_actions$MH = RuntimeHelper.downcallHandle(
        "gtk_action_group_add_actions",
        constants$5.gtk_action_group_add_actions$FUNC
    );
    static final FunctionDescriptor gtk_table_new$FUNC = FunctionDescriptor.of(Constants$root.C_POINTER$LAYOUT,
        Constants$root.C_INT$LAYOUT,
        Constants$root.C_INT$LAYOUT,
        Constants$root.C_INT$LAYOUT
    );
    static final MethodHandle gtk_table_new$MH = RuntimeHelper.downcallHandle(
        "gtk_table_new",
        constants$5.gtk_table_new$FUNC
    );
    static final FunctionDescriptor gtk_table_attach$FUNC = FunctionDescriptor.ofVoid(
        Constants$root.C_POINTER$LAYOUT,
        Constants$root.C_POINTER$LAYOUT,
        Constants$root.C_INT$LAYOUT,
        Constants$root.C_INT$LAYOUT,
        Constants$root.C_INT$LAYOUT,
        Constants$root.C_INT$LAYOUT,
        Constants$root.C_INT$LAYOUT,
        Constants$root.C_INT$LAYOUT,
        Constants$root.C_INT$LAYOUT,
        Constants$root.C_INT$LAYOUT
    );
    static final MethodHandle gtk_table_attach$MH = RuntimeHelper.downcallHandle(
        "gtk_table_attach",
        constants$5.gtk_table_attach$FUNC
    );
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy