org.purejava.appindicator.constants$2 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of appindicator-gtk3-java Show documentation
Show all versions of appindicator-gtk3-java Show documentation
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$2 {
// Suppresses default constructor, ensuring non-instantiability.
private constants$2() {}
static final FunctionDescriptor gtk_window_set_title$FUNC = FunctionDescriptor.ofVoid(
Constants$root.C_POINTER$LAYOUT,
Constants$root.C_POINTER$LAYOUT
);
static final MethodHandle gtk_window_set_title$MH = RuntimeHelper.downcallHandle(
"gtk_window_set_title",
constants$2.gtk_window_set_title$FUNC
);
static final FunctionDescriptor gtk_window_add_accel_group$FUNC = FunctionDescriptor.ofVoid(
Constants$root.C_POINTER$LAYOUT,
Constants$root.C_POINTER$LAYOUT
);
static final MethodHandle gtk_window_add_accel_group$MH = RuntimeHelper.downcallHandle(
"gtk_window_add_accel_group",
constants$2.gtk_window_add_accel_group$FUNC
);
static final FunctionDescriptor gtk_window_set_icon$FUNC = FunctionDescriptor.ofVoid(
Constants$root.C_POINTER$LAYOUT,
Constants$root.C_POINTER$LAYOUT
);
static final MethodHandle gtk_window_set_icon$MH = RuntimeHelper.downcallHandle(
"gtk_window_set_icon",
constants$2.gtk_window_set_icon$FUNC
);
static final FunctionDescriptor gtk_window_set_icon_name$FUNC = FunctionDescriptor.ofVoid(
Constants$root.C_POINTER$LAYOUT,
Constants$root.C_POINTER$LAYOUT
);
static final MethodHandle gtk_window_set_icon_name$MH = RuntimeHelper.downcallHandle(
"gtk_window_set_icon_name",
constants$2.gtk_window_set_icon_name$FUNC
);
static final FunctionDescriptor gtk_window_set_default_size$FUNC = FunctionDescriptor.ofVoid(
Constants$root.C_POINTER$LAYOUT,
Constants$root.C_INT$LAYOUT,
Constants$root.C_INT$LAYOUT
);
static final MethodHandle gtk_window_set_default_size$MH = RuntimeHelper.downcallHandle(
"gtk_window_set_default_size",
constants$2.gtk_window_set_default_size$FUNC
);
static final FunctionDescriptor gtk_menu_shell_append$FUNC = FunctionDescriptor.ofVoid(
Constants$root.C_POINTER$LAYOUT,
Constants$root.C_POINTER$LAYOUT
);
static final MethodHandle gtk_menu_shell_append$MH = RuntimeHelper.downcallHandle(
"gtk_menu_shell_append",
constants$2.gtk_menu_shell_append$FUNC
);
}