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

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

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

    // Suppresses default constructor, ensuring non-instantiability.
    private constants$2263() {}
    static final MethodHandle const$0 = RuntimeHelper.downcallHandle(
        "gtk_accel_map_get",
        constants$35.const$2
    );
    static final StructLayout const$1 = MemoryLayout.structLayout(
        MemoryLayout.structLayout(
            MemoryLayout.structLayout(
                MemoryLayout.structLayout(
                    RuntimeHelper.POINTER.withName("g_class")
                ).withName("g_type_instance"),
                JAVA_INT.withName("ref_count"),
                MemoryLayout.paddingLayout(4),
                RuntimeHelper.POINTER.withName("qdata")
            ).withName("parent"),
            RuntimeHelper.POINTER.withName("description"),
            RuntimeHelper.POINTER.withName("name"),
            RuntimeHelper.POINTER.withName("accessible_parent"),
            JAVA_INT.withName("role"),
            MemoryLayout.paddingLayout(4),
            RuntimeHelper.POINTER.withName("relation_set"),
            JAVA_INT.withName("layer"),
            MemoryLayout.paddingLayout(4)
        ).withName("parent"),
        RuntimeHelper.POINTER.withName("priv")
    ).withName("_GtkAccessible");
    static final VarHandle const$2 = constants$2263.const$1.varHandle(MemoryLayout.PathElement.groupElement("priv"));
    static final StructLayout const$3 = MemoryLayout.structLayout(
        MemoryLayout.structLayout(
            MemoryLayout.structLayout(
                MemoryLayout.structLayout(
                    JAVA_LONG.withName("g_type")
                ).withName("g_type_class"),
                RuntimeHelper.POINTER.withName("construct_properties"),
                RuntimeHelper.POINTER.withName("constructor"),
                RuntimeHelper.POINTER.withName("set_property"),
                RuntimeHelper.POINTER.withName("get_property"),
                RuntimeHelper.POINTER.withName("dispose"),
                RuntimeHelper.POINTER.withName("finalize"),
                RuntimeHelper.POINTER.withName("dispatch_properties_changed"),
                RuntimeHelper.POINTER.withName("notify"),
                RuntimeHelper.POINTER.withName("constructed"),
                JAVA_LONG.withName("flags"),
                JAVA_LONG.withName("n_construct_properties"),
                RuntimeHelper.POINTER.withName("pspecs"),
                JAVA_LONG.withName("n_pspecs"),
                MemoryLayout.sequenceLayout(3, RuntimeHelper.POINTER).withName("pdummy")
            ).withName("parent"),
            RuntimeHelper.POINTER.withName("get_name"),
            RuntimeHelper.POINTER.withName("get_description"),
            RuntimeHelper.POINTER.withName("get_parent"),
            RuntimeHelper.POINTER.withName("get_n_children"),
            RuntimeHelper.POINTER.withName("ref_child"),
            RuntimeHelper.POINTER.withName("get_index_in_parent"),
            RuntimeHelper.POINTER.withName("ref_relation_set"),
            RuntimeHelper.POINTER.withName("get_role"),
            RuntimeHelper.POINTER.withName("get_layer"),
            RuntimeHelper.POINTER.withName("get_mdi_zorder"),
            RuntimeHelper.POINTER.withName("ref_state_set"),
            RuntimeHelper.POINTER.withName("set_name"),
            RuntimeHelper.POINTER.withName("set_description"),
            RuntimeHelper.POINTER.withName("set_parent"),
            RuntimeHelper.POINTER.withName("set_role"),
            RuntimeHelper.POINTER.withName("connect_property_change_handler"),
            RuntimeHelper.POINTER.withName("remove_property_change_handler"),
            RuntimeHelper.POINTER.withName("initialize"),
            RuntimeHelper.POINTER.withName("children_changed"),
            RuntimeHelper.POINTER.withName("focus_event"),
            RuntimeHelper.POINTER.withName("property_change"),
            RuntimeHelper.POINTER.withName("state_change"),
            RuntimeHelper.POINTER.withName("visible_data_changed"),
            RuntimeHelper.POINTER.withName("active_descendant_changed"),
            RuntimeHelper.POINTER.withName("get_attributes"),
            RuntimeHelper.POINTER.withName("get_object_locale"),
            RuntimeHelper.POINTER.withName("pad1")
        ).withName("parent_class"),
        RuntimeHelper.POINTER.withName("connect_widget_destroyed"),
        RuntimeHelper.POINTER.withName("widget_set"),
        RuntimeHelper.POINTER.withName("widget_unset"),
        RuntimeHelper.POINTER.withName("_gtk_reserved3"),
        RuntimeHelper.POINTER.withName("_gtk_reserved4")
    ).withName("_GtkAccessibleClass");
    static final MethodHandle const$4 = RuntimeHelper.upcallHandle(_GtkAccessibleClass.connect_widget_destroyed.class, "apply", constants$13.const$1);
    static final VarHandle const$5 = constants$2263.const$3.varHandle(MemoryLayout.PathElement.groupElement("connect_widget_destroyed"));
}






© 2015 - 2025 Weber Informatics LLC | Privacy Policy