Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15:Update
webkit2gtk3.29343
webkit2gtk3-prebuilt-atspi.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File webkit2gtk3-prebuilt-atspi.patch of Package webkit2gtk3.29343
diff -urpN webkitgtk-2.36.0.gstreamer/Source/WebCore/accessibility/atspi/AccessibilityAtspiInterfaces.c webkitgtk-2.36.0.glib/Source/WebCore/accessibility/atspi/AccessibilityAtspiInterfaces.c --- webkitgtk-2.36.0.gstreamer/Source/WebCore/accessibility/atspi/AccessibilityAtspiInterfaces.c 1969-12-31 18:00:00.000000000 -0600 +++ webkitgtk-2.36.0.glib/Source/WebCore/accessibility/atspi/AccessibilityAtspiInterfaces.c 2022-03-21 12:51:06.035378483 -0500 @@ -0,0 +1,8944 @@ +/* + * This file is generated by gdbus-codegen, do not modify it. + * + * The license of this code is the same as for the D-Bus interface description + * it was derived from. Note that it links to GLib, so must comply with the + * LGPL linking clauses. + */ + +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + +#include "AccessibilityAtspiInterfaces.h" + +#include <string.h> + +/* ------------------------------------------------------------------------ */ +/* Definitions for org.a11y.atspi.Accessible */ + +const GDBusArgInfo webkit_accessible_interface__get_child_at_index_method_in_args__index_arg = +{ + -1, /* ref count */ + (gchar *) "index", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_accessible_interface__get_child_at_index_method_in_args[] = +{ + &webkit_accessible_interface__get_child_at_index_method_in_args__index_arg, + NULL, +}; + +const GDBusArgInfo webkit_accessible_interface__get_child_at_index_method_out_args__unnamed_arg1_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg1", + (gchar *) "(so)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_accessible_interface__get_child_at_index_method_out_args[] = +{ + &webkit_accessible_interface__get_child_at_index_method_out_args__unnamed_arg1_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_accessible_interface__get_child_at_index_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.Out0", + (gchar *) "QSpiObjectReference", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_accessible_interface__get_child_at_index_method_annotations[] = +{ + &webkit_accessible_interface__get_child_at_index_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation, + NULL, +}; + +const GDBusMethodInfo webkit_accessible_interface__get_child_at_index_method = +{ + -1, /* ref count */ + (gchar *) "GetChildAtIndex", + (GDBusArgInfo **) webkit_accessible_interface__get_child_at_index_method_in_args, + (GDBusArgInfo **) webkit_accessible_interface__get_child_at_index_method_out_args, + (GDBusAnnotationInfo **) webkit_accessible_interface__get_child_at_index_method_annotations, +}; + +const GDBusArgInfo webkit_accessible_interface__get_children_method_out_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "a(so)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_accessible_interface__get_children_method_out_args[] = +{ + &webkit_accessible_interface__get_children_method_out_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_accessible_interface__get_children_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.Out0", + (gchar *) "QSpiObjectReferenceArray", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_accessible_interface__get_children_method_annotations[] = +{ + &webkit_accessible_interface__get_children_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation, + NULL, +}; + +const GDBusMethodInfo webkit_accessible_interface__get_children_method = +{ + -1, /* ref count */ + (gchar *) "GetChildren", + NULL, /* no in args */ + (GDBusArgInfo **) webkit_accessible_interface__get_children_method_out_args, + (GDBusAnnotationInfo **) webkit_accessible_interface__get_children_method_annotations, +}; + +const GDBusArgInfo webkit_accessible_interface__get_index_in_parent_method_out_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_accessible_interface__get_index_in_parent_method_out_args[] = +{ + &webkit_accessible_interface__get_index_in_parent_method_out_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusMethodInfo webkit_accessible_interface__get_index_in_parent_method = +{ + -1, /* ref count */ + (gchar *) "GetIndexInParent", + NULL, /* no in args */ + (GDBusArgInfo **) webkit_accessible_interface__get_index_in_parent_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_accessible_interface__get_relation_set_method_out_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "a(ua(so))", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_accessible_interface__get_relation_set_method_out_args[] = +{ + &webkit_accessible_interface__get_relation_set_method_out_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_accessible_interface__get_relation_set_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.Out0", + (gchar *) "QSpiRelationArray", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_accessible_interface__get_relation_set_method_annotations[] = +{ + &webkit_accessible_interface__get_relation_set_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation, + NULL, +}; + +const GDBusMethodInfo webkit_accessible_interface__get_relation_set_method = +{ + -1, /* ref count */ + (gchar *) "GetRelationSet", + NULL, /* no in args */ + (GDBusArgInfo **) webkit_accessible_interface__get_relation_set_method_out_args, + (GDBusAnnotationInfo **) webkit_accessible_interface__get_relation_set_method_annotations, +}; + +const GDBusArgInfo webkit_accessible_interface__get_role_method_out_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "u", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_accessible_interface__get_role_method_out_args[] = +{ + &webkit_accessible_interface__get_role_method_out_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusMethodInfo webkit_accessible_interface__get_role_method = +{ + -1, /* ref count */ + (gchar *) "GetRole", + NULL, /* no in args */ + (GDBusArgInfo **) webkit_accessible_interface__get_role_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_accessible_interface__get_role_name_method_out_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "s", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_accessible_interface__get_role_name_method_out_args[] = +{ + &webkit_accessible_interface__get_role_name_method_out_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusMethodInfo webkit_accessible_interface__get_role_name_method = +{ + -1, /* ref count */ + (gchar *) "GetRoleName", + NULL, /* no in args */ + (GDBusArgInfo **) webkit_accessible_interface__get_role_name_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_accessible_interface__get_localized_role_name_method_out_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "s", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_accessible_interface__get_localized_role_name_method_out_args[] = +{ + &webkit_accessible_interface__get_localized_role_name_method_out_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusMethodInfo webkit_accessible_interface__get_localized_role_name_method = +{ + -1, /* ref count */ + (gchar *) "GetLocalizedRoleName", + NULL, /* no in args */ + (GDBusArgInfo **) webkit_accessible_interface__get_localized_role_name_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_accessible_interface__get_state_method_out_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "au", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_accessible_interface__get_state_method_out_args[] = +{ + &webkit_accessible_interface__get_state_method_out_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_accessible_interface__get_state_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.Out0", + (gchar *) "QSpiIntList", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_accessible_interface__get_state_method_annotations[] = +{ + &webkit_accessible_interface__get_state_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation, + NULL, +}; + +const GDBusMethodInfo webkit_accessible_interface__get_state_method = +{ + -1, /* ref count */ + (gchar *) "GetState", + NULL, /* no in args */ + (GDBusArgInfo **) webkit_accessible_interface__get_state_method_out_args, + (GDBusAnnotationInfo **) webkit_accessible_interface__get_state_method_annotations, +}; + +const GDBusArgInfo webkit_accessible_interface__get_attributes_method_out_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "a{ss}", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_accessible_interface__get_attributes_method_out_args[] = +{ + &webkit_accessible_interface__get_attributes_method_out_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_accessible_interface__get_attributes_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.Out0", + (gchar *) "QSpiAttributeSet", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_accessible_interface__get_attributes_method_annotations[] = +{ + &webkit_accessible_interface__get_attributes_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation, + NULL, +}; + +const GDBusMethodInfo webkit_accessible_interface__get_attributes_method = +{ + -1, /* ref count */ + (gchar *) "GetAttributes", + NULL, /* no in args */ + (GDBusArgInfo **) webkit_accessible_interface__get_attributes_method_out_args, + (GDBusAnnotationInfo **) webkit_accessible_interface__get_attributes_method_annotations, +}; + +const GDBusArgInfo webkit_accessible_interface__get_application_method_out_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "(so)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_accessible_interface__get_application_method_out_args[] = +{ + &webkit_accessible_interface__get_application_method_out_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_accessible_interface__get_application_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.Out0", + (gchar *) "QSpiObjectReference", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_accessible_interface__get_application_method_annotations[] = +{ + &webkit_accessible_interface__get_application_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation, + NULL, +}; + +const GDBusMethodInfo webkit_accessible_interface__get_application_method = +{ + -1, /* ref count */ + (gchar *) "GetApplication", + NULL, /* no in args */ + (GDBusArgInfo **) webkit_accessible_interface__get_application_method_out_args, + (GDBusAnnotationInfo **) webkit_accessible_interface__get_application_method_annotations, +}; + +const GDBusArgInfo webkit_accessible_interface__get_interfaces_method_out_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "as", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_accessible_interface__get_interfaces_method_out_args[] = +{ + &webkit_accessible_interface__get_interfaces_method_out_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusMethodInfo webkit_accessible_interface__get_interfaces_method = +{ + -1, /* ref count */ + (gchar *) "GetInterfaces", + NULL, /* no in args */ + (GDBusArgInfo **) webkit_accessible_interface__get_interfaces_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusMethodInfo * const webkit_accessible_interface_methods[] = +{ + &webkit_accessible_interface__get_child_at_index_method, + &webkit_accessible_interface__get_children_method, + &webkit_accessible_interface__get_index_in_parent_method, + &webkit_accessible_interface__get_relation_set_method, + &webkit_accessible_interface__get_role_method, + &webkit_accessible_interface__get_role_name_method, + &webkit_accessible_interface__get_localized_role_name_method, + &webkit_accessible_interface__get_state_method, + &webkit_accessible_interface__get_attributes_method, + &webkit_accessible_interface__get_application_method, + &webkit_accessible_interface__get_interfaces_method, + NULL, +}; + +const GDBusPropertyInfo webkit_accessible_interface__name_property = +{ + -1, /* ref count */ + (gchar *) "Name", + (gchar *) "s", + G_DBUS_PROPERTY_INFO_FLAGS_READABLE, + NULL, /* no annotations */ +}; + +const GDBusPropertyInfo webkit_accessible_interface__description_property = +{ + -1, /* ref count */ + (gchar *) "Description", + (gchar *) "s", + G_DBUS_PROPERTY_INFO_FLAGS_READABLE, + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo webkit_accessible_interface__parent_property_annotations__org_qtproject__qt_dbus__qt_type_name_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName", + (gchar *) "QSpiObjectReference", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_accessible_interface__parent_property_annotations[] = +{ + &webkit_accessible_interface__parent_property_annotations__org_qtproject__qt_dbus__qt_type_name_annotation, + NULL, +}; + +const GDBusPropertyInfo webkit_accessible_interface__parent_property = +{ + -1, /* ref count */ + (gchar *) "Parent", + (gchar *) "(so)", + G_DBUS_PROPERTY_INFO_FLAGS_READABLE, + (GDBusAnnotationInfo **) webkit_accessible_interface__parent_property_annotations, +}; + +const GDBusPropertyInfo webkit_accessible_interface__child_count_property = +{ + -1, /* ref count */ + (gchar *) "ChildCount", + (gchar *) "i", + G_DBUS_PROPERTY_INFO_FLAGS_READABLE, + NULL, /* no annotations */ +}; + +const GDBusPropertyInfo webkit_accessible_interface__locale_property = +{ + -1, /* ref count */ + (gchar *) "Locale", + (gchar *) "s", + G_DBUS_PROPERTY_INFO_FLAGS_READABLE, + NULL, /* no annotations */ +}; + +const GDBusPropertyInfo webkit_accessible_interface__accessible_id_property = +{ + -1, /* ref count */ + (gchar *) "AccessibleId", + (gchar *) "s", + G_DBUS_PROPERTY_INFO_FLAGS_READABLE, + NULL, /* no annotations */ +}; + +const GDBusPropertyInfo * const webkit_accessible_interface_properties[] = +{ + &webkit_accessible_interface__name_property, + &webkit_accessible_interface__description_property, + &webkit_accessible_interface__parent_property, + &webkit_accessible_interface__child_count_property, + &webkit_accessible_interface__locale_property, + &webkit_accessible_interface__accessible_id_property, + NULL, +}; + +const GDBusInterfaceInfo webkit_accessible_interface = +{ + -1, /* ref count */ + (gchar *) "org.a11y.atspi.Accessible", + (GDBusMethodInfo **) webkit_accessible_interface_methods, + NULL, /* no signals */ + (GDBusPropertyInfo **) webkit_accessible_interface_properties, + NULL, /* no annotations */ +}; + +/* ------------------------------------------------------------------------ */ +/* Definitions for org.a11y.atspi.Action */ + +const GDBusArgInfo webkit_action_interface__get_description_method_in_args__index_arg = +{ + -1, /* ref count */ + (gchar *) "index", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_action_interface__get_description_method_in_args[] = +{ + &webkit_action_interface__get_description_method_in_args__index_arg, + NULL, +}; + +const GDBusArgInfo webkit_action_interface__get_description_method_out_args__unnamed_arg1_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg1", + (gchar *) "s", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_action_interface__get_description_method_out_args[] = +{ + &webkit_action_interface__get_description_method_out_args__unnamed_arg1_arg, + NULL, +}; + +const GDBusMethodInfo webkit_action_interface__get_description_method = +{ + -1, /* ref count */ + (gchar *) "GetDescription", + (GDBusArgInfo **) webkit_action_interface__get_description_method_in_args, + (GDBusArgInfo **) webkit_action_interface__get_description_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_action_interface__get_name_method_in_args__index_arg = +{ + -1, /* ref count */ + (gchar *) "index", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_action_interface__get_name_method_in_args[] = +{ + &webkit_action_interface__get_name_method_in_args__index_arg, + NULL, +}; + +const GDBusArgInfo webkit_action_interface__get_name_method_out_args__unnamed_arg1_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg1", + (gchar *) "s", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_action_interface__get_name_method_out_args[] = +{ + &webkit_action_interface__get_name_method_out_args__unnamed_arg1_arg, + NULL, +}; + +const GDBusMethodInfo webkit_action_interface__get_name_method = +{ + -1, /* ref count */ + (gchar *) "GetName", + (GDBusArgInfo **) webkit_action_interface__get_name_method_in_args, + (GDBusArgInfo **) webkit_action_interface__get_name_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_action_interface__get_localized_name_method_in_args__index_arg = +{ + -1, /* ref count */ + (gchar *) "index", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_action_interface__get_localized_name_method_in_args[] = +{ + &webkit_action_interface__get_localized_name_method_in_args__index_arg, + NULL, +}; + +const GDBusArgInfo webkit_action_interface__get_localized_name_method_out_args__unnamed_arg1_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg1", + (gchar *) "s", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_action_interface__get_localized_name_method_out_args[] = +{ + &webkit_action_interface__get_localized_name_method_out_args__unnamed_arg1_arg, + NULL, +}; + +const GDBusMethodInfo webkit_action_interface__get_localized_name_method = +{ + -1, /* ref count */ + (gchar *) "GetLocalizedName", + (GDBusArgInfo **) webkit_action_interface__get_localized_name_method_in_args, + (GDBusArgInfo **) webkit_action_interface__get_localized_name_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_action_interface__get_key_binding_method_in_args__index_arg = +{ + -1, /* ref count */ + (gchar *) "index", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_action_interface__get_key_binding_method_in_args[] = +{ + &webkit_action_interface__get_key_binding_method_in_args__index_arg, + NULL, +}; + +const GDBusArgInfo webkit_action_interface__get_key_binding_method_out_args__unnamed_arg1_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg1", + (gchar *) "s", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_action_interface__get_key_binding_method_out_args[] = +{ + &webkit_action_interface__get_key_binding_method_out_args__unnamed_arg1_arg, + NULL, +}; + +const GDBusMethodInfo webkit_action_interface__get_key_binding_method = +{ + -1, /* ref count */ + (gchar *) "GetKeyBinding", + (GDBusArgInfo **) webkit_action_interface__get_key_binding_method_in_args, + (GDBusArgInfo **) webkit_action_interface__get_key_binding_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_action_interface__get_actions_method_out_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "a(sss)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_action_interface__get_actions_method_out_args[] = +{ + &webkit_action_interface__get_actions_method_out_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_action_interface__get_actions_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.Out0", + (gchar *) "QSpiActionArray", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_action_interface__get_actions_method_annotations[] = +{ + &webkit_action_interface__get_actions_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation, + NULL, +}; + +const GDBusMethodInfo webkit_action_interface__get_actions_method = +{ + -1, /* ref count */ + (gchar *) "GetActions", + NULL, /* no in args */ + (GDBusArgInfo **) webkit_action_interface__get_actions_method_out_args, + (GDBusAnnotationInfo **) webkit_action_interface__get_actions_method_annotations, +}; + +const GDBusArgInfo webkit_action_interface__do_action_method_in_args__index_arg = +{ + -1, /* ref count */ + (gchar *) "index", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_action_interface__do_action_method_in_args[] = +{ + &webkit_action_interface__do_action_method_in_args__index_arg, + NULL, +}; + +const GDBusArgInfo webkit_action_interface__do_action_method_out_args__unnamed_arg1_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg1", + (gchar *) "b", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_action_interface__do_action_method_out_args[] = +{ + &webkit_action_interface__do_action_method_out_args__unnamed_arg1_arg, + NULL, +}; + +const GDBusMethodInfo webkit_action_interface__do_action_method = +{ + -1, /* ref count */ + (gchar *) "DoAction", + (GDBusArgInfo **) webkit_action_interface__do_action_method_in_args, + (GDBusArgInfo **) webkit_action_interface__do_action_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusMethodInfo * const webkit_action_interface_methods[] = +{ + &webkit_action_interface__get_description_method, + &webkit_action_interface__get_name_method, + &webkit_action_interface__get_localized_name_method, + &webkit_action_interface__get_key_binding_method, + &webkit_action_interface__get_actions_method, + &webkit_action_interface__do_action_method, + NULL, +}; + +const GDBusPropertyInfo webkit_action_interface__nactions_property = +{ + -1, /* ref count */ + (gchar *) "NActions", + (gchar *) "i", + G_DBUS_PROPERTY_INFO_FLAGS_READABLE, + NULL, /* no annotations */ +}; + +const GDBusPropertyInfo * const webkit_action_interface_properties[] = +{ + &webkit_action_interface__nactions_property, + NULL, +}; + +const GDBusInterfaceInfo webkit_action_interface = +{ + -1, /* ref count */ + (gchar *) "org.a11y.atspi.Action", + (GDBusMethodInfo **) webkit_action_interface_methods, + NULL, /* no signals */ + (GDBusPropertyInfo **) webkit_action_interface_properties, + NULL, /* no annotations */ +}; + +/* ------------------------------------------------------------------------ */ +/* Definitions for org.a11y.atspi.Application */ + +const GDBusArgInfo webkit_application_interface__get_locale_method_in_args__lctype_arg = +{ + -1, /* ref count */ + (gchar *) "lctype", + (gchar *) "u", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_application_interface__get_locale_method_in_args[] = +{ + &webkit_application_interface__get_locale_method_in_args__lctype_arg, + NULL, +}; + +const GDBusArgInfo webkit_application_interface__get_locale_method_out_args__unnamed_arg1_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg1", + (gchar *) "s", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_application_interface__get_locale_method_out_args[] = +{ + &webkit_application_interface__get_locale_method_out_args__unnamed_arg1_arg, + NULL, +}; + +const GDBusMethodInfo webkit_application_interface__get_locale_method = +{ + -1, /* ref count */ + (gchar *) "GetLocale", + (GDBusArgInfo **) webkit_application_interface__get_locale_method_in_args, + (GDBusArgInfo **) webkit_application_interface__get_locale_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_application_interface__register_event_listener_method_in_args__event_arg = +{ + -1, /* ref count */ + (gchar *) "event", + (gchar *) "s", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_application_interface__register_event_listener_method_in_args[] = +{ + &webkit_application_interface__register_event_listener_method_in_args__event_arg, + NULL, +}; + +const GDBusMethodInfo webkit_application_interface__register_event_listener_method = +{ + -1, /* ref count */ + (gchar *) "RegisterEventListener", + (GDBusArgInfo **) webkit_application_interface__register_event_listener_method_in_args, + NULL, /* no out args */ + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_application_interface__deregister_event_listener_method_in_args__event_arg = +{ + -1, /* ref count */ + (gchar *) "event", + (gchar *) "s", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_application_interface__deregister_event_listener_method_in_args[] = +{ + &webkit_application_interface__deregister_event_listener_method_in_args__event_arg, + NULL, +}; + +const GDBusMethodInfo webkit_application_interface__deregister_event_listener_method = +{ + -1, /* ref count */ + (gchar *) "DeregisterEventListener", + (GDBusArgInfo **) webkit_application_interface__deregister_event_listener_method_in_args, + NULL, /* no out args */ + NULL, /* no annotations */ +}; + +const GDBusMethodInfo * const webkit_application_interface_methods[] = +{ + &webkit_application_interface__get_locale_method, + &webkit_application_interface__register_event_listener_method, + &webkit_application_interface__deregister_event_listener_method, + NULL, +}; + +const GDBusPropertyInfo webkit_application_interface__toolkit_name_property = +{ + -1, /* ref count */ + (gchar *) "ToolkitName", + (gchar *) "s", + G_DBUS_PROPERTY_INFO_FLAGS_READABLE, + NULL, /* no annotations */ +}; + +const GDBusPropertyInfo webkit_application_interface__version_property = +{ + -1, /* ref count */ + (gchar *) "Version", + (gchar *) "s", + G_DBUS_PROPERTY_INFO_FLAGS_READABLE, + NULL, /* no annotations */ +}; + +const GDBusPropertyInfo webkit_application_interface__atspi_version_property = +{ + -1, /* ref count */ + (gchar *) "AtspiVersion", + (gchar *) "s", + G_DBUS_PROPERTY_INFO_FLAGS_READABLE, + NULL, /* no annotations */ +}; + +const GDBusPropertyInfo webkit_application_interface__id_property = +{ + -1, /* ref count */ + (gchar *) "Id", + (gchar *) "i", + G_DBUS_PROPERTY_INFO_FLAGS_READABLE | G_DBUS_PROPERTY_INFO_FLAGS_WRITABLE, + NULL, /* no annotations */ +}; + +const GDBusPropertyInfo * const webkit_application_interface_properties[] = +{ + &webkit_application_interface__toolkit_name_property, + &webkit_application_interface__version_property, + &webkit_application_interface__atspi_version_property, + &webkit_application_interface__id_property, + NULL, +}; + +const GDBusInterfaceInfo webkit_application_interface = +{ + -1, /* ref count */ + (gchar *) "org.a11y.atspi.Application", + (GDBusMethodInfo **) webkit_application_interface_methods, + NULL, /* no signals */ + (GDBusPropertyInfo **) webkit_application_interface_properties, + NULL, /* no annotations */ +}; + +/* ------------------------------------------------------------------------ */ +/* Definitions for org.a11y.atspi.Cache */ + +const GDBusArgInfo webkit_cache_interface__get_items_method_out_args__nodes_arg = +{ + -1, /* ref count */ + (gchar *) "nodes", + (gchar *) "a((so)(so)(so)iiassusau)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_cache_interface__get_items_method_out_args[] = +{ + &webkit_cache_interface__get_items_method_out_args__nodes_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_cache_interface__get_items_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.Out0", + (gchar *) "QSpiAccessibleCacheArray", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_cache_interface__get_items_method_annotations[] = +{ + &webkit_cache_interface__get_items_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation, + NULL, +}; + +const GDBusMethodInfo webkit_cache_interface__get_items_method = +{ + -1, /* ref count */ + (gchar *) "GetItems", + NULL, /* no in args */ + (GDBusArgInfo **) webkit_cache_interface__get_items_method_out_args, + (GDBusAnnotationInfo **) webkit_cache_interface__get_items_method_annotations, +}; + +const GDBusMethodInfo * const webkit_cache_interface_methods[] = +{ + &webkit_cache_interface__get_items_method, + NULL, +}; + +const GDBusArgInfo webkit_cache_interface__add_accessible_signal_args__nodeAdded_arg = +{ + -1, /* ref count */ + (gchar *) "nodeAdded", + (gchar *) "((so)(so)(so)iiassusau)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_cache_interface__add_accessible_signal_args[] = +{ + &webkit_cache_interface__add_accessible_signal_args__nodeAdded_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_cache_interface__add_accessible_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiAccessibleCacheItem", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_cache_interface__add_accessible_signal_annotations[] = +{ + &webkit_cache_interface__add_accessible_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_cache_interface__add_accessible_signal = +{ + -1, /* ref count */ + (gchar *) "AddAccessible", + (GDBusArgInfo **) webkit_cache_interface__add_accessible_signal_args, + (GDBusAnnotationInfo **) webkit_cache_interface__add_accessible_signal_annotations, +}; + +const GDBusArgInfo webkit_cache_interface__remove_accessible_signal_args__nodeRemoved_arg = +{ + -1, /* ref count */ + (gchar *) "nodeRemoved", + (gchar *) "(so)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_cache_interface__remove_accessible_signal_args[] = +{ + &webkit_cache_interface__remove_accessible_signal_args__nodeRemoved_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_cache_interface__remove_accessible_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiObjectReference", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_cache_interface__remove_accessible_signal_annotations[] = +{ + &webkit_cache_interface__remove_accessible_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_cache_interface__remove_accessible_signal = +{ + -1, /* ref count */ + (gchar *) "RemoveAccessible", + (GDBusArgInfo **) webkit_cache_interface__remove_accessible_signal_args, + (GDBusAnnotationInfo **) webkit_cache_interface__remove_accessible_signal_annotations, +}; + +const GDBusSignalInfo * const webkit_cache_interface_signals[] = +{ + &webkit_cache_interface__add_accessible_signal, + &webkit_cache_interface__remove_accessible_signal, + NULL, +}; + +const GDBusInterfaceInfo webkit_cache_interface = +{ + -1, /* ref count */ + (gchar *) "org.a11y.atspi.Cache", + (GDBusMethodInfo **) webkit_cache_interface_methods, + (GDBusSignalInfo **) webkit_cache_interface_signals, +NULL, /* no properties */ + NULL, /* no annotations */ +}; + +/* ------------------------------------------------------------------------ */ +/* Definitions for org.a11y.atspi.Collection */ + +const GDBusArgInfo webkit_collection_interface__get_matches_method_in_args__rule_arg = +{ + -1, /* ref count */ + (gchar *) "rule", + (gchar *) "(auuasuauusub)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_collection_interface__get_matches_method_in_args__sortby_arg = +{ + -1, /* ref count */ + (gchar *) "sortby", + (gchar *) "u", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_collection_interface__get_matches_method_in_args__count_arg = +{ + -1, /* ref count */ + (gchar *) "count", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_collection_interface__get_matches_method_in_args__traverse_arg = +{ + -1, /* ref count */ + (gchar *) "traverse", + (gchar *) "b", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_collection_interface__get_matches_method_in_args[] = +{ + &webkit_collection_interface__get_matches_method_in_args__rule_arg, + &webkit_collection_interface__get_matches_method_in_args__sortby_arg, + &webkit_collection_interface__get_matches_method_in_args__count_arg, + &webkit_collection_interface__get_matches_method_in_args__traverse_arg, + NULL, +}; + +const GDBusArgInfo webkit_collection_interface__get_matches_method_out_args__unnamed_arg4_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg4", + (gchar *) "a(so)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_collection_interface__get_matches_method_out_args[] = +{ + &webkit_collection_interface__get_matches_method_out_args__unnamed_arg4_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_collection_interface__get_matches_method_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiMatchRule", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo webkit_collection_interface__get_matches_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.Out0", + (gchar *) "QSpiReferenceSet", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_collection_interface__get_matches_method_annotations[] = +{ + &webkit_collection_interface__get_matches_method_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + &webkit_collection_interface__get_matches_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation, + NULL, +}; + +const GDBusMethodInfo webkit_collection_interface__get_matches_method = +{ + -1, /* ref count */ + (gchar *) "GetMatches", + (GDBusArgInfo **) webkit_collection_interface__get_matches_method_in_args, + (GDBusArgInfo **) webkit_collection_interface__get_matches_method_out_args, + (GDBusAnnotationInfo **) webkit_collection_interface__get_matches_method_annotations, +}; + +const GDBusArgInfo webkit_collection_interface__get_matches_to_method_in_args__current_object_arg = +{ + -1, /* ref count */ + (gchar *) "current_object", + (gchar *) "o", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_collection_interface__get_matches_to_method_in_args__rule_arg = +{ + -1, /* ref count */ + (gchar *) "rule", + (gchar *) "(auuasuauusub)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_collection_interface__get_matches_to_method_in_args__sortby_arg = +{ + -1, /* ref count */ + (gchar *) "sortby", + (gchar *) "u", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_collection_interface__get_matches_to_method_in_args__tree_arg = +{ + -1, /* ref count */ + (gchar *) "tree", + (gchar *) "u", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_collection_interface__get_matches_to_method_in_args__limit_scope_arg = +{ + -1, /* ref count */ + (gchar *) "limit_scope", + (gchar *) "b", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_collection_interface__get_matches_to_method_in_args__count_arg = +{ + -1, /* ref count */ + (gchar *) "count", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_collection_interface__get_matches_to_method_in_args__traverse_arg = +{ + -1, /* ref count */ + (gchar *) "traverse", + (gchar *) "b", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_collection_interface__get_matches_to_method_in_args[] = +{ + &webkit_collection_interface__get_matches_to_method_in_args__current_object_arg, + &webkit_collection_interface__get_matches_to_method_in_args__rule_arg, + &webkit_collection_interface__get_matches_to_method_in_args__sortby_arg, + &webkit_collection_interface__get_matches_to_method_in_args__tree_arg, + &webkit_collection_interface__get_matches_to_method_in_args__limit_scope_arg, + &webkit_collection_interface__get_matches_to_method_in_args__count_arg, + &webkit_collection_interface__get_matches_to_method_in_args__traverse_arg, + NULL, +}; + +const GDBusArgInfo webkit_collection_interface__get_matches_to_method_out_args__unnamed_arg7_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg7", + (gchar *) "a(so)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_collection_interface__get_matches_to_method_out_args[] = +{ + &webkit_collection_interface__get_matches_to_method_out_args__unnamed_arg7_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_collection_interface__get_matches_to_method_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiObjectReference", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo webkit_collection_interface__get_matches_to_method_annotations__org_qtproject__qt_dbus__qt_type_name__in1_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In1", + (gchar *) "QSpiMatchRule", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo webkit_collection_interface__get_matches_to_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.Out0", + (gchar *) "QSpiReferenceSet", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_collection_interface__get_matches_to_method_annotations[] = +{ + &webkit_collection_interface__get_matches_to_method_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + &webkit_collection_interface__get_matches_to_method_annotations__org_qtproject__qt_dbus__qt_type_name__in1_annotation, + &webkit_collection_interface__get_matches_to_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation, + NULL, +}; + +const GDBusMethodInfo webkit_collection_interface__get_matches_to_method = +{ + -1, /* ref count */ + (gchar *) "GetMatchesTo", + (GDBusArgInfo **) webkit_collection_interface__get_matches_to_method_in_args, + (GDBusArgInfo **) webkit_collection_interface__get_matches_to_method_out_args, + (GDBusAnnotationInfo **) webkit_collection_interface__get_matches_to_method_annotations, +}; + +const GDBusArgInfo webkit_collection_interface__get_matches_from_method_in_args__current_object_arg = +{ + -1, /* ref count */ + (gchar *) "current_object", + (gchar *) "o", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_collection_interface__get_matches_from_method_in_args__rule_arg = +{ + -1, /* ref count */ + (gchar *) "rule", + (gchar *) "(auuasuauusub)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_collection_interface__get_matches_from_method_in_args__sortby_arg = +{ + -1, /* ref count */ + (gchar *) "sortby", + (gchar *) "u", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_collection_interface__get_matches_from_method_in_args__tree_arg = +{ + -1, /* ref count */ + (gchar *) "tree", + (gchar *) "u", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_collection_interface__get_matches_from_method_in_args__count_arg = +{ + -1, /* ref count */ + (gchar *) "count", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_collection_interface__get_matches_from_method_in_args__traverse_arg = +{ + -1, /* ref count */ + (gchar *) "traverse", + (gchar *) "b", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_collection_interface__get_matches_from_method_in_args[] = +{ + &webkit_collection_interface__get_matches_from_method_in_args__current_object_arg, + &webkit_collection_interface__get_matches_from_method_in_args__rule_arg, + &webkit_collection_interface__get_matches_from_method_in_args__sortby_arg, + &webkit_collection_interface__get_matches_from_method_in_args__tree_arg, + &webkit_collection_interface__get_matches_from_method_in_args__count_arg, + &webkit_collection_interface__get_matches_from_method_in_args__traverse_arg, + NULL, +}; + +const GDBusArgInfo webkit_collection_interface__get_matches_from_method_out_args__unnamed_arg6_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg6", + (gchar *) "a(so)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_collection_interface__get_matches_from_method_out_args[] = +{ + &webkit_collection_interface__get_matches_from_method_out_args__unnamed_arg6_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_collection_interface__get_matches_from_method_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiObjectReference", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo webkit_collection_interface__get_matches_from_method_annotations__org_qtproject__qt_dbus__qt_type_name__in1_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In1", + (gchar *) "QSpiMatchRule", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo webkit_collection_interface__get_matches_from_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.Out0", + (gchar *) "QSpiReferenceSet", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_collection_interface__get_matches_from_method_annotations[] = +{ + &webkit_collection_interface__get_matches_from_method_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + &webkit_collection_interface__get_matches_from_method_annotations__org_qtproject__qt_dbus__qt_type_name__in1_annotation, + &webkit_collection_interface__get_matches_from_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation, + NULL, +}; + +const GDBusMethodInfo webkit_collection_interface__get_matches_from_method = +{ + -1, /* ref count */ + (gchar *) "GetMatchesFrom", + (GDBusArgInfo **) webkit_collection_interface__get_matches_from_method_in_args, + (GDBusArgInfo **) webkit_collection_interface__get_matches_from_method_out_args, + (GDBusAnnotationInfo **) webkit_collection_interface__get_matches_from_method_annotations, +}; + +const GDBusArgInfo webkit_collection_interface__get_active_descendant_method_out_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "(so)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_collection_interface__get_active_descendant_method_out_args[] = +{ + &webkit_collection_interface__get_active_descendant_method_out_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_collection_interface__get_active_descendant_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.Out0", + (gchar *) "QSpiReferenceSet", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_collection_interface__get_active_descendant_method_annotations[] = +{ + &webkit_collection_interface__get_active_descendant_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation, + NULL, +}; + +const GDBusMethodInfo webkit_collection_interface__get_active_descendant_method = +{ + -1, /* ref count */ + (gchar *) "GetActiveDescendant", + NULL, /* no in args */ + (GDBusArgInfo **) webkit_collection_interface__get_active_descendant_method_out_args, + (GDBusAnnotationInfo **) webkit_collection_interface__get_active_descendant_method_annotations, +}; + +const GDBusMethodInfo * const webkit_collection_interface_methods[] = +{ + &webkit_collection_interface__get_matches_method, + &webkit_collection_interface__get_matches_to_method, + &webkit_collection_interface__get_matches_from_method, + &webkit_collection_interface__get_active_descendant_method, + NULL, +}; + +const GDBusInterfaceInfo webkit_collection_interface = +{ + -1, /* ref count */ + (gchar *) "org.a11y.atspi.Collection", + (GDBusMethodInfo **) webkit_collection_interface_methods, + NULL, /* no signals */ +NULL, /* no properties */ + NULL, /* no annotations */ +}; + +/* ------------------------------------------------------------------------ */ +/* Definitions for org.a11y.atspi.Component */ + +const GDBusArgInfo webkit_component_interface__contains_method_in_args__x_arg = +{ + -1, /* ref count */ + (gchar *) "x", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_component_interface__contains_method_in_args__y_arg = +{ + -1, /* ref count */ + (gchar *) "y", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_component_interface__contains_method_in_args__coord_type_arg = +{ + -1, /* ref count */ + (gchar *) "coord_type", + (gchar *) "u", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_component_interface__contains_method_in_args[] = +{ + &webkit_component_interface__contains_method_in_args__x_arg, + &webkit_component_interface__contains_method_in_args__y_arg, + &webkit_component_interface__contains_method_in_args__coord_type_arg, + NULL, +}; + +const GDBusArgInfo webkit_component_interface__contains_method_out_args__unnamed_arg3_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg3", + (gchar *) "b", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_component_interface__contains_method_out_args[] = +{ + &webkit_component_interface__contains_method_out_args__unnamed_arg3_arg, + NULL, +}; + +const GDBusMethodInfo webkit_component_interface__contains_method = +{ + -1, /* ref count */ + (gchar *) "Contains", + (GDBusArgInfo **) webkit_component_interface__contains_method_in_args, + (GDBusArgInfo **) webkit_component_interface__contains_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_component_interface__get_accessible_at_point_method_in_args__x_arg = +{ + -1, /* ref count */ + (gchar *) "x", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_component_interface__get_accessible_at_point_method_in_args__y_arg = +{ + -1, /* ref count */ + (gchar *) "y", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_component_interface__get_accessible_at_point_method_in_args__coord_type_arg = +{ + -1, /* ref count */ + (gchar *) "coord_type", + (gchar *) "u", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_component_interface__get_accessible_at_point_method_in_args[] = +{ + &webkit_component_interface__get_accessible_at_point_method_in_args__x_arg, + &webkit_component_interface__get_accessible_at_point_method_in_args__y_arg, + &webkit_component_interface__get_accessible_at_point_method_in_args__coord_type_arg, + NULL, +}; + +const GDBusArgInfo webkit_component_interface__get_accessible_at_point_method_out_args__unnamed_arg3_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg3", + (gchar *) "(so)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_component_interface__get_accessible_at_point_method_out_args[] = +{ + &webkit_component_interface__get_accessible_at_point_method_out_args__unnamed_arg3_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_component_interface__get_accessible_at_point_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.Out0", + (gchar *) "QSpiObjectReference", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_component_interface__get_accessible_at_point_method_annotations[] = +{ + &webkit_component_interface__get_accessible_at_point_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation, + NULL, +}; + +const GDBusMethodInfo webkit_component_interface__get_accessible_at_point_method = +{ + -1, /* ref count */ + (gchar *) "GetAccessibleAtPoint", + (GDBusArgInfo **) webkit_component_interface__get_accessible_at_point_method_in_args, + (GDBusArgInfo **) webkit_component_interface__get_accessible_at_point_method_out_args, + (GDBusAnnotationInfo **) webkit_component_interface__get_accessible_at_point_method_annotations, +}; + +const GDBusArgInfo webkit_component_interface__get_extents_method_in_args__coord_type_arg = +{ + -1, /* ref count */ + (gchar *) "coord_type", + (gchar *) "u", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_component_interface__get_extents_method_in_args[] = +{ + &webkit_component_interface__get_extents_method_in_args__coord_type_arg, + NULL, +}; + +const GDBusArgInfo webkit_component_interface__get_extents_method_out_args__unnamed_arg1_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg1", + (gchar *) "(iiii)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_component_interface__get_extents_method_out_args[] = +{ + &webkit_component_interface__get_extents_method_out_args__unnamed_arg1_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_component_interface__get_extents_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.Out0", + (gchar *) "QSpiRect", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_component_interface__get_extents_method_annotations[] = +{ + &webkit_component_interface__get_extents_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation, + NULL, +}; + +const GDBusMethodInfo webkit_component_interface__get_extents_method = +{ + -1, /* ref count */ + (gchar *) "GetExtents", + (GDBusArgInfo **) webkit_component_interface__get_extents_method_in_args, + (GDBusArgInfo **) webkit_component_interface__get_extents_method_out_args, + (GDBusAnnotationInfo **) webkit_component_interface__get_extents_method_annotations, +}; + +const GDBusArgInfo webkit_component_interface__get_position_method_in_args__coord_type_arg = +{ + -1, /* ref count */ + (gchar *) "coord_type", + (gchar *) "u", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_component_interface__get_position_method_in_args[] = +{ + &webkit_component_interface__get_position_method_in_args__coord_type_arg, + NULL, +}; + +const GDBusArgInfo webkit_component_interface__get_position_method_out_args__x_arg = +{ + -1, /* ref count */ + (gchar *) "x", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_component_interface__get_position_method_out_args__y_arg = +{ + -1, /* ref count */ + (gchar *) "y", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_component_interface__get_position_method_out_args[] = +{ + &webkit_component_interface__get_position_method_out_args__x_arg, + &webkit_component_interface__get_position_method_out_args__y_arg, + NULL, +}; + +const GDBusMethodInfo webkit_component_interface__get_position_method = +{ + -1, /* ref count */ + (gchar *) "GetPosition", + (GDBusArgInfo **) webkit_component_interface__get_position_method_in_args, + (GDBusArgInfo **) webkit_component_interface__get_position_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_component_interface__get_size_method_out_args__width_arg = +{ + -1, /* ref count */ + (gchar *) "width", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_component_interface__get_size_method_out_args__height_arg = +{ + -1, /* ref count */ + (gchar *) "height", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_component_interface__get_size_method_out_args[] = +{ + &webkit_component_interface__get_size_method_out_args__width_arg, + &webkit_component_interface__get_size_method_out_args__height_arg, + NULL, +}; + +const GDBusMethodInfo webkit_component_interface__get_size_method = +{ + -1, /* ref count */ + (gchar *) "GetSize", + NULL, /* no in args */ + (GDBusArgInfo **) webkit_component_interface__get_size_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_component_interface__get_layer_method_out_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "u", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_component_interface__get_layer_method_out_args[] = +{ + &webkit_component_interface__get_layer_method_out_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusMethodInfo webkit_component_interface__get_layer_method = +{ + -1, /* ref count */ + (gchar *) "GetLayer", + NULL, /* no in args */ + (GDBusArgInfo **) webkit_component_interface__get_layer_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_component_interface__get_mdizorder_method_out_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "n", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_component_interface__get_mdizorder_method_out_args[] = +{ + &webkit_component_interface__get_mdizorder_method_out_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusMethodInfo webkit_component_interface__get_mdizorder_method = +{ + -1, /* ref count */ + (gchar *) "GetMDIZOrder", + NULL, /* no in args */ + (GDBusArgInfo **) webkit_component_interface__get_mdizorder_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_component_interface__grab_focus_method_out_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "b", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_component_interface__grab_focus_method_out_args[] = +{ + &webkit_component_interface__grab_focus_method_out_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusMethodInfo webkit_component_interface__grab_focus_method = +{ + -1, /* ref count */ + (gchar *) "GrabFocus", + NULL, /* no in args */ + (GDBusArgInfo **) webkit_component_interface__grab_focus_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_component_interface__get_alpha_method_out_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "d", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_component_interface__get_alpha_method_out_args[] = +{ + &webkit_component_interface__get_alpha_method_out_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusMethodInfo webkit_component_interface__get_alpha_method = +{ + -1, /* ref count */ + (gchar *) "GetAlpha", + NULL, /* no in args */ + (GDBusArgInfo **) webkit_component_interface__get_alpha_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_component_interface__set_extents_method_in_args__x_arg = +{ + -1, /* ref count */ + (gchar *) "x", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_component_interface__set_extents_method_in_args__y_arg = +{ + -1, /* ref count */ + (gchar *) "y", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_component_interface__set_extents_method_in_args__width_arg = +{ + -1, /* ref count */ + (gchar *) "width", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_component_interface__set_extents_method_in_args__height_arg = +{ + -1, /* ref count */ + (gchar *) "height", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_component_interface__set_extents_method_in_args__coord_type_arg = +{ + -1, /* ref count */ + (gchar *) "coord_type", + (gchar *) "u", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_component_interface__set_extents_method_in_args[] = +{ + &webkit_component_interface__set_extents_method_in_args__x_arg, + &webkit_component_interface__set_extents_method_in_args__y_arg, + &webkit_component_interface__set_extents_method_in_args__width_arg, + &webkit_component_interface__set_extents_method_in_args__height_arg, + &webkit_component_interface__set_extents_method_in_args__coord_type_arg, + NULL, +}; + +const GDBusArgInfo webkit_component_interface__set_extents_method_out_args__unnamed_arg5_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg5", + (gchar *) "b", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_component_interface__set_extents_method_out_args[] = +{ + &webkit_component_interface__set_extents_method_out_args__unnamed_arg5_arg, + NULL, +}; + +const GDBusMethodInfo webkit_component_interface__set_extents_method = +{ + -1, /* ref count */ + (gchar *) "SetExtents", + (GDBusArgInfo **) webkit_component_interface__set_extents_method_in_args, + (GDBusArgInfo **) webkit_component_interface__set_extents_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_component_interface__set_position_method_in_args__x_arg = +{ + -1, /* ref count */ + (gchar *) "x", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_component_interface__set_position_method_in_args__y_arg = +{ + -1, /* ref count */ + (gchar *) "y", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_component_interface__set_position_method_in_args__coord_type_arg = +{ + -1, /* ref count */ + (gchar *) "coord_type", + (gchar *) "u", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_component_interface__set_position_method_in_args[] = +{ + &webkit_component_interface__set_position_method_in_args__x_arg, + &webkit_component_interface__set_position_method_in_args__y_arg, + &webkit_component_interface__set_position_method_in_args__coord_type_arg, + NULL, +}; + +const GDBusArgInfo webkit_component_interface__set_position_method_out_args__unnamed_arg3_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg3", + (gchar *) "b", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_component_interface__set_position_method_out_args[] = +{ + &webkit_component_interface__set_position_method_out_args__unnamed_arg3_arg, + NULL, +}; + +const GDBusMethodInfo webkit_component_interface__set_position_method = +{ + -1, /* ref count */ + (gchar *) "SetPosition", + (GDBusArgInfo **) webkit_component_interface__set_position_method_in_args, + (GDBusArgInfo **) webkit_component_interface__set_position_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_component_interface__set_size_method_in_args__width_arg = +{ + -1, /* ref count */ + (gchar *) "width", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_component_interface__set_size_method_in_args__height_arg = +{ + -1, /* ref count */ + (gchar *) "height", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_component_interface__set_size_method_in_args[] = +{ + &webkit_component_interface__set_size_method_in_args__width_arg, + &webkit_component_interface__set_size_method_in_args__height_arg, + NULL, +}; + +const GDBusArgInfo webkit_component_interface__set_size_method_out_args__unnamed_arg2_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg2", + (gchar *) "b", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_component_interface__set_size_method_out_args[] = +{ + &webkit_component_interface__set_size_method_out_args__unnamed_arg2_arg, + NULL, +}; + +const GDBusMethodInfo webkit_component_interface__set_size_method = +{ + -1, /* ref count */ + (gchar *) "SetSize", + (GDBusArgInfo **) webkit_component_interface__set_size_method_in_args, + (GDBusArgInfo **) webkit_component_interface__set_size_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_component_interface__scroll_to_method_in_args__type_arg = +{ + -1, /* ref count */ + (gchar *) "type", + (gchar *) "u", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_component_interface__scroll_to_method_in_args[] = +{ + &webkit_component_interface__scroll_to_method_in_args__type_arg, + NULL, +}; + +const GDBusArgInfo webkit_component_interface__scroll_to_method_out_args__unnamed_arg1_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg1", + (gchar *) "b", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_component_interface__scroll_to_method_out_args[] = +{ + &webkit_component_interface__scroll_to_method_out_args__unnamed_arg1_arg, + NULL, +}; + +const GDBusMethodInfo webkit_component_interface__scroll_to_method = +{ + -1, /* ref count */ + (gchar *) "ScrollTo", + (GDBusArgInfo **) webkit_component_interface__scroll_to_method_in_args, + (GDBusArgInfo **) webkit_component_interface__scroll_to_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_component_interface__scroll_to_point_method_in_args__type_arg = +{ + -1, /* ref count */ + (gchar *) "type", + (gchar *) "u", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_component_interface__scroll_to_point_method_in_args__x_arg = +{ + -1, /* ref count */ + (gchar *) "x", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_component_interface__scroll_to_point_method_in_args__y_arg = +{ + -1, /* ref count */ + (gchar *) "y", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_component_interface__scroll_to_point_method_in_args[] = +{ + &webkit_component_interface__scroll_to_point_method_in_args__type_arg, + &webkit_component_interface__scroll_to_point_method_in_args__x_arg, + &webkit_component_interface__scroll_to_point_method_in_args__y_arg, + NULL, +}; + +const GDBusArgInfo webkit_component_interface__scroll_to_point_method_out_args__unnamed_arg3_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg3", + (gchar *) "b", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_component_interface__scroll_to_point_method_out_args[] = +{ + &webkit_component_interface__scroll_to_point_method_out_args__unnamed_arg3_arg, + NULL, +}; + +const GDBusMethodInfo webkit_component_interface__scroll_to_point_method = +{ + -1, /* ref count */ + (gchar *) "ScrollToPoint", + (GDBusArgInfo **) webkit_component_interface__scroll_to_point_method_in_args, + (GDBusArgInfo **) webkit_component_interface__scroll_to_point_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusMethodInfo * const webkit_component_interface_methods[] = +{ + &webkit_component_interface__contains_method, + &webkit_component_interface__get_accessible_at_point_method, + &webkit_component_interface__get_extents_method, + &webkit_component_interface__get_position_method, + &webkit_component_interface__get_size_method, + &webkit_component_interface__get_layer_method, + &webkit_component_interface__get_mdizorder_method, + &webkit_component_interface__grab_focus_method, + &webkit_component_interface__get_alpha_method, + &webkit_component_interface__set_extents_method, + &webkit_component_interface__set_position_method, + &webkit_component_interface__set_size_method, + &webkit_component_interface__scroll_to_method, + &webkit_component_interface__scroll_to_point_method, + NULL, +}; + +const GDBusInterfaceInfo webkit_component_interface = +{ + -1, /* ref count */ + (gchar *) "org.a11y.atspi.Component", + (GDBusMethodInfo **) webkit_component_interface_methods, + NULL, /* no signals */ +NULL, /* no properties */ + NULL, /* no annotations */ +}; + +/* ------------------------------------------------------------------------ */ +/* Definitions for org.a11y.atspi.DeviceEventController */ + +const GDBusArgInfo webkit_device_event_controller_interface__register_keystroke_listener_method_in_args__listener_arg = +{ + -1, /* ref count */ + (gchar *) "listener", + (gchar *) "o", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_device_event_controller_interface__register_keystroke_listener_method_in_args__keys_arg = +{ + -1, /* ref count */ + (gchar *) "keys", + (gchar *) "a(iisi)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_device_event_controller_interface__register_keystroke_listener_method_in_args__mask_arg = +{ + -1, /* ref count */ + (gchar *) "mask", + (gchar *) "u", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_device_event_controller_interface__register_keystroke_listener_method_in_args__type_arg = +{ + -1, /* ref count */ + (gchar *) "type", + (gchar *) "au", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_device_event_controller_interface__register_keystroke_listener_method_in_args__mode_arg = +{ + -1, /* ref count */ + (gchar *) "mode", + (gchar *) "(bbb)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_device_event_controller_interface__register_keystroke_listener_method_in_args[] = +{ + &webkit_device_event_controller_interface__register_keystroke_listener_method_in_args__listener_arg, + &webkit_device_event_controller_interface__register_keystroke_listener_method_in_args__keys_arg, + &webkit_device_event_controller_interface__register_keystroke_listener_method_in_args__mask_arg, + &webkit_device_event_controller_interface__register_keystroke_listener_method_in_args__type_arg, + &webkit_device_event_controller_interface__register_keystroke_listener_method_in_args__mode_arg, + NULL, +}; + +const GDBusArgInfo webkit_device_event_controller_interface__register_keystroke_listener_method_out_args__unnamed_arg5_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg5", + (gchar *) "b", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_device_event_controller_interface__register_keystroke_listener_method_out_args[] = +{ + &webkit_device_event_controller_interface__register_keystroke_listener_method_out_args__unnamed_arg5_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_device_event_controller_interface__register_keystroke_listener_method_annotations__org_qtproject__qt_dbus__qt_type_name__in1_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In1", + (gchar *) "QSpiKeyTypeArray", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo webkit_device_event_controller_interface__register_keystroke_listener_method_annotations__org_qtproject__qt_dbus__qt_type_name__in3_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In3", + (gchar *) "QSpiEventTypeArray", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo webkit_device_event_controller_interface__register_keystroke_listener_method_annotations__org_qtproject__qt_dbus__qt_type_name__in4_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In4", + (gchar *) "QSpiEventMode", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_device_event_controller_interface__register_keystroke_listener_method_annotations[] = +{ + &webkit_device_event_controller_interface__register_keystroke_listener_method_annotations__org_qtproject__qt_dbus__qt_type_name__in1_annotation, + &webkit_device_event_controller_interface__register_keystroke_listener_method_annotations__org_qtproject__qt_dbus__qt_type_name__in3_annotation, + &webkit_device_event_controller_interface__register_keystroke_listener_method_annotations__org_qtproject__qt_dbus__qt_type_name__in4_annotation, + NULL, +}; + +const GDBusMethodInfo webkit_device_event_controller_interface__register_keystroke_listener_method = +{ + -1, /* ref count */ + (gchar *) "RegisterKeystrokeListener", + (GDBusArgInfo **) webkit_device_event_controller_interface__register_keystroke_listener_method_in_args, + (GDBusArgInfo **) webkit_device_event_controller_interface__register_keystroke_listener_method_out_args, + (GDBusAnnotationInfo **) webkit_device_event_controller_interface__register_keystroke_listener_method_annotations, +}; + +const GDBusArgInfo webkit_device_event_controller_interface__deregister_keystroke_listener_method_in_args__listener_arg = +{ + -1, /* ref count */ + (gchar *) "listener", + (gchar *) "o", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_device_event_controller_interface__deregister_keystroke_listener_method_in_args__keys_arg = +{ + -1, /* ref count */ + (gchar *) "keys", + (gchar *) "a(iisi)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_device_event_controller_interface__deregister_keystroke_listener_method_in_args__mask_arg = +{ + -1, /* ref count */ + (gchar *) "mask", + (gchar *) "u", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_device_event_controller_interface__deregister_keystroke_listener_method_in_args__type_arg = +{ + -1, /* ref count */ + (gchar *) "type", + (gchar *) "u", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_device_event_controller_interface__deregister_keystroke_listener_method_in_args[] = +{ + &webkit_device_event_controller_interface__deregister_keystroke_listener_method_in_args__listener_arg, + &webkit_device_event_controller_interface__deregister_keystroke_listener_method_in_args__keys_arg, + &webkit_device_event_controller_interface__deregister_keystroke_listener_method_in_args__mask_arg, + &webkit_device_event_controller_interface__deregister_keystroke_listener_method_in_args__type_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_device_event_controller_interface__deregister_keystroke_listener_method_annotations__org_qtproject__qt_dbus__qt_type_name__in1_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In1", + (gchar *) "QSpiKeyTypeArray", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_device_event_controller_interface__deregister_keystroke_listener_method_annotations[] = +{ + &webkit_device_event_controller_interface__deregister_keystroke_listener_method_annotations__org_qtproject__qt_dbus__qt_type_name__in1_annotation, + NULL, +}; + +const GDBusMethodInfo webkit_device_event_controller_interface__deregister_keystroke_listener_method = +{ + -1, /* ref count */ + (gchar *) "DeregisterKeystrokeListener", + (GDBusArgInfo **) webkit_device_event_controller_interface__deregister_keystroke_listener_method_in_args, + NULL, /* no out args */ + (GDBusAnnotationInfo **) webkit_device_event_controller_interface__deregister_keystroke_listener_method_annotations, +}; + +const GDBusArgInfo webkit_device_event_controller_interface__register_device_event_listener_method_in_args__listener_arg = +{ + -1, /* ref count */ + (gchar *) "listener", + (gchar *) "o", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_device_event_controller_interface__register_device_event_listener_method_in_args__types_arg = +{ + -1, /* ref count */ + (gchar *) "types", + (gchar *) "u", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_device_event_controller_interface__register_device_event_listener_method_in_args[] = +{ + &webkit_device_event_controller_interface__register_device_event_listener_method_in_args__listener_arg, + &webkit_device_event_controller_interface__register_device_event_listener_method_in_args__types_arg, + NULL, +}; + +const GDBusArgInfo webkit_device_event_controller_interface__register_device_event_listener_method_out_args__unnamed_arg2_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg2", + (gchar *) "b", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_device_event_controller_interface__register_device_event_listener_method_out_args[] = +{ + &webkit_device_event_controller_interface__register_device_event_listener_method_out_args__unnamed_arg2_arg, + NULL, +}; + +const GDBusMethodInfo webkit_device_event_controller_interface__register_device_event_listener_method = +{ + -1, /* ref count */ + (gchar *) "RegisterDeviceEventListener", + (GDBusArgInfo **) webkit_device_event_controller_interface__register_device_event_listener_method_in_args, + (GDBusArgInfo **) webkit_device_event_controller_interface__register_device_event_listener_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_device_event_controller_interface__deregister_device_event_listener_method_in_args__listener_arg = +{ + -1, /* ref count */ + (gchar *) "listener", + (gchar *) "o", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_device_event_controller_interface__deregister_device_event_listener_method_in_args__types_arg = +{ + -1, /* ref count */ + (gchar *) "types", + (gchar *) "u", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_device_event_controller_interface__deregister_device_event_listener_method_in_args[] = +{ + &webkit_device_event_controller_interface__deregister_device_event_listener_method_in_args__listener_arg, + &webkit_device_event_controller_interface__deregister_device_event_listener_method_in_args__types_arg, + NULL, +}; + +const GDBusMethodInfo webkit_device_event_controller_interface__deregister_device_event_listener_method = +{ + -1, /* ref count */ + (gchar *) "DeregisterDeviceEventListener", + (GDBusArgInfo **) webkit_device_event_controller_interface__deregister_device_event_listener_method_in_args, + NULL, /* no out args */ + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_device_event_controller_interface__generate_keyboard_event_method_in_args__keycode_arg = +{ + -1, /* ref count */ + (gchar *) "keycode", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_device_event_controller_interface__generate_keyboard_event_method_in_args__keystring_arg = +{ + -1, /* ref count */ + (gchar *) "keystring", + (gchar *) "s", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_device_event_controller_interface__generate_keyboard_event_method_in_args__type_arg = +{ + -1, /* ref count */ + (gchar *) "type", + (gchar *) "u", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_device_event_controller_interface__generate_keyboard_event_method_in_args[] = +{ + &webkit_device_event_controller_interface__generate_keyboard_event_method_in_args__keycode_arg, + &webkit_device_event_controller_interface__generate_keyboard_event_method_in_args__keystring_arg, + &webkit_device_event_controller_interface__generate_keyboard_event_method_in_args__type_arg, + NULL, +}; + +const GDBusMethodInfo webkit_device_event_controller_interface__generate_keyboard_event_method = +{ + -1, /* ref count */ + (gchar *) "GenerateKeyboardEvent", + (GDBusArgInfo **) webkit_device_event_controller_interface__generate_keyboard_event_method_in_args, + NULL, /* no out args */ + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_device_event_controller_interface__generate_mouse_event_method_in_args__x_arg = +{ + -1, /* ref count */ + (gchar *) "x", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_device_event_controller_interface__generate_mouse_event_method_in_args__y_arg = +{ + -1, /* ref count */ + (gchar *) "y", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_device_event_controller_interface__generate_mouse_event_method_in_args__eventName_arg = +{ + -1, /* ref count */ + (gchar *) "eventName", + (gchar *) "s", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_device_event_controller_interface__generate_mouse_event_method_in_args[] = +{ + &webkit_device_event_controller_interface__generate_mouse_event_method_in_args__x_arg, + &webkit_device_event_controller_interface__generate_mouse_event_method_in_args__y_arg, + &webkit_device_event_controller_interface__generate_mouse_event_method_in_args__eventName_arg, + NULL, +}; + +const GDBusMethodInfo webkit_device_event_controller_interface__generate_mouse_event_method = +{ + -1, /* ref count */ + (gchar *) "GenerateMouseEvent", + (GDBusArgInfo **) webkit_device_event_controller_interface__generate_mouse_event_method_in_args, + NULL, /* no out args */ + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_device_event_controller_interface__notify_listeners_sync_method_in_args__event_arg = +{ + -1, /* ref count */ + (gchar *) "event", + (gchar *) "(uiuuisb)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_device_event_controller_interface__notify_listeners_sync_method_in_args[] = +{ + &webkit_device_event_controller_interface__notify_listeners_sync_method_in_args__event_arg, + NULL, +}; + +const GDBusArgInfo webkit_device_event_controller_interface__notify_listeners_sync_method_out_args__unnamed_arg1_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg1", + (gchar *) "b", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_device_event_controller_interface__notify_listeners_sync_method_out_args[] = +{ + &webkit_device_event_controller_interface__notify_listeners_sync_method_out_args__unnamed_arg1_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_device_event_controller_interface__notify_listeners_sync_method_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiDeviceEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_device_event_controller_interface__notify_listeners_sync_method_annotations[] = +{ + &webkit_device_event_controller_interface__notify_listeners_sync_method_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusMethodInfo webkit_device_event_controller_interface__notify_listeners_sync_method = +{ + -1, /* ref count */ + (gchar *) "NotifyListenersSync", + (GDBusArgInfo **) webkit_device_event_controller_interface__notify_listeners_sync_method_in_args, + (GDBusArgInfo **) webkit_device_event_controller_interface__notify_listeners_sync_method_out_args, + (GDBusAnnotationInfo **) webkit_device_event_controller_interface__notify_listeners_sync_method_annotations, +}; + +const GDBusArgInfo webkit_device_event_controller_interface__notify_listeners_async_method_in_args__event_arg = +{ + -1, /* ref count */ + (gchar *) "event", + (gchar *) "(uiuuisb)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_device_event_controller_interface__notify_listeners_async_method_in_args[] = +{ + &webkit_device_event_controller_interface__notify_listeners_async_method_in_args__event_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_device_event_controller_interface__notify_listeners_async_method_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiDeviceEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_device_event_controller_interface__notify_listeners_async_method_annotations[] = +{ + &webkit_device_event_controller_interface__notify_listeners_async_method_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusMethodInfo webkit_device_event_controller_interface__notify_listeners_async_method = +{ + -1, /* ref count */ + (gchar *) "NotifyListenersAsync", + (GDBusArgInfo **) webkit_device_event_controller_interface__notify_listeners_async_method_in_args, + NULL, /* no out args */ + (GDBusAnnotationInfo **) webkit_device_event_controller_interface__notify_listeners_async_method_annotations, +}; + +const GDBusMethodInfo * const webkit_device_event_controller_interface_methods[] = +{ + &webkit_device_event_controller_interface__register_keystroke_listener_method, + &webkit_device_event_controller_interface__deregister_keystroke_listener_method, + &webkit_device_event_controller_interface__register_device_event_listener_method, + &webkit_device_event_controller_interface__deregister_device_event_listener_method, + &webkit_device_event_controller_interface__generate_keyboard_event_method, + &webkit_device_event_controller_interface__generate_mouse_event_method, + &webkit_device_event_controller_interface__notify_listeners_sync_method, + &webkit_device_event_controller_interface__notify_listeners_async_method, + NULL, +}; + +const GDBusInterfaceInfo webkit_device_event_controller_interface = +{ + -1, /* ref count */ + (gchar *) "org.a11y.atspi.DeviceEventController", + (GDBusMethodInfo **) webkit_device_event_controller_interface_methods, + NULL, /* no signals */ +NULL, /* no properties */ + NULL, /* no annotations */ +}; + +/* ------------------------------------------------------------------------ */ +/* Definitions for org.a11y.atspi.DeviceEventListener */ + +const GDBusArgInfo webkit_device_event_listener_interface__notify_event_method_in_args__event_arg = +{ + -1, /* ref count */ + (gchar *) "event", + (gchar *) "(uiuuisb)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_device_event_listener_interface__notify_event_method_in_args[] = +{ + &webkit_device_event_listener_interface__notify_event_method_in_args__event_arg, + NULL, +}; + +const GDBusArgInfo webkit_device_event_listener_interface__notify_event_method_out_args__unnamed_arg1_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg1", + (gchar *) "b", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_device_event_listener_interface__notify_event_method_out_args[] = +{ + &webkit_device_event_listener_interface__notify_event_method_out_args__unnamed_arg1_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_device_event_listener_interface__notify_event_method_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiDeviceEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_device_event_listener_interface__notify_event_method_annotations[] = +{ + &webkit_device_event_listener_interface__notify_event_method_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusMethodInfo webkit_device_event_listener_interface__notify_event_method = +{ + -1, /* ref count */ + (gchar *) "NotifyEvent", + (GDBusArgInfo **) webkit_device_event_listener_interface__notify_event_method_in_args, + (GDBusArgInfo **) webkit_device_event_listener_interface__notify_event_method_out_args, + (GDBusAnnotationInfo **) webkit_device_event_listener_interface__notify_event_method_annotations, +}; + +const GDBusMethodInfo * const webkit_device_event_listener_interface_methods[] = +{ + &webkit_device_event_listener_interface__notify_event_method, + NULL, +}; + +const GDBusInterfaceInfo webkit_device_event_listener_interface = +{ + -1, /* ref count */ + (gchar *) "org.a11y.atspi.DeviceEventListener", + (GDBusMethodInfo **) webkit_device_event_listener_interface_methods, + NULL, /* no signals */ +NULL, /* no properties */ + NULL, /* no annotations */ +}; + +/* ------------------------------------------------------------------------ */ +/* Definitions for org.a11y.atspi.Document */ + +const GDBusArgInfo webkit_document_interface__get_locale_method_out_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "s", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_document_interface__get_locale_method_out_args[] = +{ + &webkit_document_interface__get_locale_method_out_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusMethodInfo webkit_document_interface__get_locale_method = +{ + -1, /* ref count */ + (gchar *) "GetLocale", + NULL, /* no in args */ + (GDBusArgInfo **) webkit_document_interface__get_locale_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_document_interface__get_attribute_value_method_in_args__attributename_arg = +{ + -1, /* ref count */ + (gchar *) "attributename", + (gchar *) "s", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_document_interface__get_attribute_value_method_in_args[] = +{ + &webkit_document_interface__get_attribute_value_method_in_args__attributename_arg, + NULL, +}; + +const GDBusArgInfo webkit_document_interface__get_attribute_value_method_out_args__unnamed_arg1_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg1", + (gchar *) "s", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_document_interface__get_attribute_value_method_out_args[] = +{ + &webkit_document_interface__get_attribute_value_method_out_args__unnamed_arg1_arg, + NULL, +}; + +const GDBusMethodInfo webkit_document_interface__get_attribute_value_method = +{ + -1, /* ref count */ + (gchar *) "GetAttributeValue", + (GDBusArgInfo **) webkit_document_interface__get_attribute_value_method_in_args, + (GDBusArgInfo **) webkit_document_interface__get_attribute_value_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_document_interface__get_attributes_method_out_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "a{ss}", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_document_interface__get_attributes_method_out_args[] = +{ + &webkit_document_interface__get_attributes_method_out_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_document_interface__get_attributes_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.Out0", + (gchar *) "QSpiAttributeSet", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_document_interface__get_attributes_method_annotations[] = +{ + &webkit_document_interface__get_attributes_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation, + NULL, +}; + +const GDBusMethodInfo webkit_document_interface__get_attributes_method = +{ + -1, /* ref count */ + (gchar *) "GetAttributes", + NULL, /* no in args */ + (GDBusArgInfo **) webkit_document_interface__get_attributes_method_out_args, + (GDBusAnnotationInfo **) webkit_document_interface__get_attributes_method_annotations, +}; + +const GDBusMethodInfo * const webkit_document_interface_methods[] = +{ + &webkit_document_interface__get_locale_method, + &webkit_document_interface__get_attribute_value_method, + &webkit_document_interface__get_attributes_method, + NULL, +}; + +const GDBusPropertyInfo webkit_document_interface__current_page_number_property = +{ + -1, /* ref count */ + (gchar *) "CurrentPageNumber", + (gchar *) "i", + G_DBUS_PROPERTY_INFO_FLAGS_READABLE, + NULL, /* no annotations */ +}; + +const GDBusPropertyInfo webkit_document_interface__page_count_property = +{ + -1, /* ref count */ + (gchar *) "PageCount", + (gchar *) "i", + G_DBUS_PROPERTY_INFO_FLAGS_READABLE, + NULL, /* no annotations */ +}; + +const GDBusPropertyInfo * const webkit_document_interface_properties[] = +{ + &webkit_document_interface__current_page_number_property, + &webkit_document_interface__page_count_property, + NULL, +}; + +const GDBusInterfaceInfo webkit_document_interface = +{ + -1, /* ref count */ + (gchar *) "org.a11y.atspi.Document", + (GDBusMethodInfo **) webkit_document_interface_methods, + NULL, /* no signals */ + (GDBusPropertyInfo **) webkit_document_interface_properties, + NULL, /* no annotations */ +}; + +/* ------------------------------------------------------------------------ */ +/* Definitions for org.a11y.atspi.EditableText */ + +const GDBusArgInfo webkit_editable_text_interface__set_text_contents_method_in_args__newContents_arg = +{ + -1, /* ref count */ + (gchar *) "newContents", + (gchar *) "s", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_editable_text_interface__set_text_contents_method_in_args[] = +{ + &webkit_editable_text_interface__set_text_contents_method_in_args__newContents_arg, + NULL, +}; + +const GDBusArgInfo webkit_editable_text_interface__set_text_contents_method_out_args__unnamed_arg1_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg1", + (gchar *) "b", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_editable_text_interface__set_text_contents_method_out_args[] = +{ + &webkit_editable_text_interface__set_text_contents_method_out_args__unnamed_arg1_arg, + NULL, +}; + +const GDBusMethodInfo webkit_editable_text_interface__set_text_contents_method = +{ + -1, /* ref count */ + (gchar *) "SetTextContents", + (GDBusArgInfo **) webkit_editable_text_interface__set_text_contents_method_in_args, + (GDBusArgInfo **) webkit_editable_text_interface__set_text_contents_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_editable_text_interface__insert_text_method_in_args__position_arg = +{ + -1, /* ref count */ + (gchar *) "position", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_editable_text_interface__insert_text_method_in_args__text_arg = +{ + -1, /* ref count */ + (gchar *) "text", + (gchar *) "s", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_editable_text_interface__insert_text_method_in_args__length_arg = +{ + -1, /* ref count */ + (gchar *) "length", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_editable_text_interface__insert_text_method_in_args[] = +{ + &webkit_editable_text_interface__insert_text_method_in_args__position_arg, + &webkit_editable_text_interface__insert_text_method_in_args__text_arg, + &webkit_editable_text_interface__insert_text_method_in_args__length_arg, + NULL, +}; + +const GDBusArgInfo webkit_editable_text_interface__insert_text_method_out_args__unnamed_arg3_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg3", + (gchar *) "b", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_editable_text_interface__insert_text_method_out_args[] = +{ + &webkit_editable_text_interface__insert_text_method_out_args__unnamed_arg3_arg, + NULL, +}; + +const GDBusMethodInfo webkit_editable_text_interface__insert_text_method = +{ + -1, /* ref count */ + (gchar *) "InsertText", + (GDBusArgInfo **) webkit_editable_text_interface__insert_text_method_in_args, + (GDBusArgInfo **) webkit_editable_text_interface__insert_text_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_editable_text_interface__copy_text_method_in_args__startPos_arg = +{ + -1, /* ref count */ + (gchar *) "startPos", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_editable_text_interface__copy_text_method_in_args__endPos_arg = +{ + -1, /* ref count */ + (gchar *) "endPos", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_editable_text_interface__copy_text_method_in_args[] = +{ + &webkit_editable_text_interface__copy_text_method_in_args__startPos_arg, + &webkit_editable_text_interface__copy_text_method_in_args__endPos_arg, + NULL, +}; + +const GDBusMethodInfo webkit_editable_text_interface__copy_text_method = +{ + -1, /* ref count */ + (gchar *) "CopyText", + (GDBusArgInfo **) webkit_editable_text_interface__copy_text_method_in_args, + NULL, /* no out args */ + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_editable_text_interface__cut_text_method_in_args__startPos_arg = +{ + -1, /* ref count */ + (gchar *) "startPos", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_editable_text_interface__cut_text_method_in_args__endPos_arg = +{ + -1, /* ref count */ + (gchar *) "endPos", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_editable_text_interface__cut_text_method_in_args[] = +{ + &webkit_editable_text_interface__cut_text_method_in_args__startPos_arg, + &webkit_editable_text_interface__cut_text_method_in_args__endPos_arg, + NULL, +}; + +const GDBusArgInfo webkit_editable_text_interface__cut_text_method_out_args__unnamed_arg2_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg2", + (gchar *) "b", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_editable_text_interface__cut_text_method_out_args[] = +{ + &webkit_editable_text_interface__cut_text_method_out_args__unnamed_arg2_arg, + NULL, +}; + +const GDBusMethodInfo webkit_editable_text_interface__cut_text_method = +{ + -1, /* ref count */ + (gchar *) "CutText", + (GDBusArgInfo **) webkit_editable_text_interface__cut_text_method_in_args, + (GDBusArgInfo **) webkit_editable_text_interface__cut_text_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_editable_text_interface__delete_text_method_in_args__startPos_arg = +{ + -1, /* ref count */ + (gchar *) "startPos", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_editable_text_interface__delete_text_method_in_args__endPos_arg = +{ + -1, /* ref count */ + (gchar *) "endPos", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_editable_text_interface__delete_text_method_in_args[] = +{ + &webkit_editable_text_interface__delete_text_method_in_args__startPos_arg, + &webkit_editable_text_interface__delete_text_method_in_args__endPos_arg, + NULL, +}; + +const GDBusArgInfo webkit_editable_text_interface__delete_text_method_out_args__unnamed_arg2_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg2", + (gchar *) "b", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_editable_text_interface__delete_text_method_out_args[] = +{ + &webkit_editable_text_interface__delete_text_method_out_args__unnamed_arg2_arg, + NULL, +}; + +const GDBusMethodInfo webkit_editable_text_interface__delete_text_method = +{ + -1, /* ref count */ + (gchar *) "DeleteText", + (GDBusArgInfo **) webkit_editable_text_interface__delete_text_method_in_args, + (GDBusArgInfo **) webkit_editable_text_interface__delete_text_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_editable_text_interface__paste_text_method_in_args__position_arg = +{ + -1, /* ref count */ + (gchar *) "position", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_editable_text_interface__paste_text_method_in_args[] = +{ + &webkit_editable_text_interface__paste_text_method_in_args__position_arg, + NULL, +}; + +const GDBusArgInfo webkit_editable_text_interface__paste_text_method_out_args__unnamed_arg1_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg1", + (gchar *) "b", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_editable_text_interface__paste_text_method_out_args[] = +{ + &webkit_editable_text_interface__paste_text_method_out_args__unnamed_arg1_arg, + NULL, +}; + +const GDBusMethodInfo webkit_editable_text_interface__paste_text_method = +{ + -1, /* ref count */ + (gchar *) "PasteText", + (GDBusArgInfo **) webkit_editable_text_interface__paste_text_method_in_args, + (GDBusArgInfo **) webkit_editable_text_interface__paste_text_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusMethodInfo * const webkit_editable_text_interface_methods[] = +{ + &webkit_editable_text_interface__set_text_contents_method, + &webkit_editable_text_interface__insert_text_method, + &webkit_editable_text_interface__copy_text_method, + &webkit_editable_text_interface__cut_text_method, + &webkit_editable_text_interface__delete_text_method, + &webkit_editable_text_interface__paste_text_method, + NULL, +}; + +const GDBusInterfaceInfo webkit_editable_text_interface = +{ + -1, /* ref count */ + (gchar *) "org.a11y.atspi.EditableText", + (GDBusMethodInfo **) webkit_editable_text_interface_methods, + NULL, /* no signals */ +NULL, /* no properties */ + NULL, /* no annotations */ +}; + +/* ------------------------------------------------------------------------ */ +/* Definitions for org.a11y.atspi.Event.Object */ + +const GDBusArgInfo webkit_event_object_interface__property_change_signal_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "(suuv)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_event_object_interface__property_change_signal_args[] = +{ + &webkit_event_object_interface__property_change_signal_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_event_object_interface__property_change_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_event_object_interface__property_change_signal_annotations[] = +{ + &webkit_event_object_interface__property_change_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_event_object_interface__property_change_signal = +{ + -1, /* ref count */ + (gchar *) "PropertyChange", + (GDBusArgInfo **) webkit_event_object_interface__property_change_signal_args, + (GDBusAnnotationInfo **) webkit_event_object_interface__property_change_signal_annotations, +}; + +const GDBusArgInfo webkit_event_object_interface__bounds_changed_signal_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "(suuv)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_event_object_interface__bounds_changed_signal_args[] = +{ + &webkit_event_object_interface__bounds_changed_signal_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_event_object_interface__bounds_changed_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_event_object_interface__bounds_changed_signal_annotations[] = +{ + &webkit_event_object_interface__bounds_changed_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_event_object_interface__bounds_changed_signal = +{ + -1, /* ref count */ + (gchar *) "BoundsChanged", + (GDBusArgInfo **) webkit_event_object_interface__bounds_changed_signal_args, + (GDBusAnnotationInfo **) webkit_event_object_interface__bounds_changed_signal_annotations, +}; + +const GDBusArgInfo webkit_event_object_interface__link_selected_signal_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "(suuv)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_event_object_interface__link_selected_signal_args[] = +{ + &webkit_event_object_interface__link_selected_signal_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_event_object_interface__link_selected_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_event_object_interface__link_selected_signal_annotations[] = +{ + &webkit_event_object_interface__link_selected_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_event_object_interface__link_selected_signal = +{ + -1, /* ref count */ + (gchar *) "LinkSelected", + (GDBusArgInfo **) webkit_event_object_interface__link_selected_signal_args, + (GDBusAnnotationInfo **) webkit_event_object_interface__link_selected_signal_annotations, +}; + +const GDBusArgInfo webkit_event_object_interface__state_changed_signal_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "(suuv)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_event_object_interface__state_changed_signal_args[] = +{ + &webkit_event_object_interface__state_changed_signal_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_event_object_interface__state_changed_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_event_object_interface__state_changed_signal_annotations[] = +{ + &webkit_event_object_interface__state_changed_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_event_object_interface__state_changed_signal = +{ + -1, /* ref count */ + (gchar *) "StateChanged", + (GDBusArgInfo **) webkit_event_object_interface__state_changed_signal_args, + (GDBusAnnotationInfo **) webkit_event_object_interface__state_changed_signal_annotations, +}; + +const GDBusArgInfo webkit_event_object_interface__children_changed_signal_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "(suuv)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_event_object_interface__children_changed_signal_args[] = +{ + &webkit_event_object_interface__children_changed_signal_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_event_object_interface__children_changed_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_event_object_interface__children_changed_signal_annotations[] = +{ + &webkit_event_object_interface__children_changed_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_event_object_interface__children_changed_signal = +{ + -1, /* ref count */ + (gchar *) "ChildrenChanged", + (GDBusArgInfo **) webkit_event_object_interface__children_changed_signal_args, + (GDBusAnnotationInfo **) webkit_event_object_interface__children_changed_signal_annotations, +}; + +const GDBusArgInfo webkit_event_object_interface__visible_data_changed_signal_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "(suuv)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_event_object_interface__visible_data_changed_signal_args[] = +{ + &webkit_event_object_interface__visible_data_changed_signal_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_event_object_interface__visible_data_changed_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_event_object_interface__visible_data_changed_signal_annotations[] = +{ + &webkit_event_object_interface__visible_data_changed_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_event_object_interface__visible_data_changed_signal = +{ + -1, /* ref count */ + (gchar *) "VisibleDataChanged", + (GDBusArgInfo **) webkit_event_object_interface__visible_data_changed_signal_args, + (GDBusAnnotationInfo **) webkit_event_object_interface__visible_data_changed_signal_annotations, +}; + +const GDBusArgInfo webkit_event_object_interface__selection_changed_signal_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "(suuv)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_event_object_interface__selection_changed_signal_args[] = +{ + &webkit_event_object_interface__selection_changed_signal_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_event_object_interface__selection_changed_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_event_object_interface__selection_changed_signal_annotations[] = +{ + &webkit_event_object_interface__selection_changed_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_event_object_interface__selection_changed_signal = +{ + -1, /* ref count */ + (gchar *) "SelectionChanged", + (GDBusArgInfo **) webkit_event_object_interface__selection_changed_signal_args, + (GDBusAnnotationInfo **) webkit_event_object_interface__selection_changed_signal_annotations, +}; + +const GDBusArgInfo webkit_event_object_interface__model_changed_signal_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "(suuv)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_event_object_interface__model_changed_signal_args[] = +{ + &webkit_event_object_interface__model_changed_signal_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_event_object_interface__model_changed_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_event_object_interface__model_changed_signal_annotations[] = +{ + &webkit_event_object_interface__model_changed_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_event_object_interface__model_changed_signal = +{ + -1, /* ref count */ + (gchar *) "ModelChanged", + (GDBusArgInfo **) webkit_event_object_interface__model_changed_signal_args, + (GDBusAnnotationInfo **) webkit_event_object_interface__model_changed_signal_annotations, +}; + +const GDBusArgInfo webkit_event_object_interface__active_descendant_changed_signal_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "(suuv)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_event_object_interface__active_descendant_changed_signal_args[] = +{ + &webkit_event_object_interface__active_descendant_changed_signal_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_event_object_interface__active_descendant_changed_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_event_object_interface__active_descendant_changed_signal_annotations[] = +{ + &webkit_event_object_interface__active_descendant_changed_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_event_object_interface__active_descendant_changed_signal = +{ + -1, /* ref count */ + (gchar *) "ActiveDescendantChanged", + (GDBusArgInfo **) webkit_event_object_interface__active_descendant_changed_signal_args, + (GDBusAnnotationInfo **) webkit_event_object_interface__active_descendant_changed_signal_annotations, +}; + +const GDBusArgInfo webkit_event_object_interface__row_inserted_signal_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "(suuv)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_event_object_interface__row_inserted_signal_args[] = +{ + &webkit_event_object_interface__row_inserted_signal_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_event_object_interface__row_inserted_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_event_object_interface__row_inserted_signal_annotations[] = +{ + &webkit_event_object_interface__row_inserted_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_event_object_interface__row_inserted_signal = +{ + -1, /* ref count */ + (gchar *) "RowInserted", + (GDBusArgInfo **) webkit_event_object_interface__row_inserted_signal_args, + (GDBusAnnotationInfo **) webkit_event_object_interface__row_inserted_signal_annotations, +}; + +const GDBusArgInfo webkit_event_object_interface__row_reordered_signal_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "(suuv)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_event_object_interface__row_reordered_signal_args[] = +{ + &webkit_event_object_interface__row_reordered_signal_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_event_object_interface__row_reordered_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_event_object_interface__row_reordered_signal_annotations[] = +{ + &webkit_event_object_interface__row_reordered_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_event_object_interface__row_reordered_signal = +{ + -1, /* ref count */ + (gchar *) "RowReordered", + (GDBusArgInfo **) webkit_event_object_interface__row_reordered_signal_args, + (GDBusAnnotationInfo **) webkit_event_object_interface__row_reordered_signal_annotations, +}; + +const GDBusArgInfo webkit_event_object_interface__row_deleted_signal_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "(suuv)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_event_object_interface__row_deleted_signal_args[] = +{ + &webkit_event_object_interface__row_deleted_signal_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_event_object_interface__row_deleted_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_event_object_interface__row_deleted_signal_annotations[] = +{ + &webkit_event_object_interface__row_deleted_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_event_object_interface__row_deleted_signal = +{ + -1, /* ref count */ + (gchar *) "RowDeleted", + (GDBusArgInfo **) webkit_event_object_interface__row_deleted_signal_args, + (GDBusAnnotationInfo **) webkit_event_object_interface__row_deleted_signal_annotations, +}; + +const GDBusArgInfo webkit_event_object_interface__column_inserted_signal_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "(suuv)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_event_object_interface__column_inserted_signal_args[] = +{ + &webkit_event_object_interface__column_inserted_signal_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_event_object_interface__column_inserted_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_event_object_interface__column_inserted_signal_annotations[] = +{ + &webkit_event_object_interface__column_inserted_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_event_object_interface__column_inserted_signal = +{ + -1, /* ref count */ + (gchar *) "ColumnInserted", + (GDBusArgInfo **) webkit_event_object_interface__column_inserted_signal_args, + (GDBusAnnotationInfo **) webkit_event_object_interface__column_inserted_signal_annotations, +}; + +const GDBusArgInfo webkit_event_object_interface__column_reordered_signal_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "(suuv)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_event_object_interface__column_reordered_signal_args[] = +{ + &webkit_event_object_interface__column_reordered_signal_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_event_object_interface__column_reordered_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_event_object_interface__column_reordered_signal_annotations[] = +{ + &webkit_event_object_interface__column_reordered_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_event_object_interface__column_reordered_signal = +{ + -1, /* ref count */ + (gchar *) "ColumnReordered", + (GDBusArgInfo **) webkit_event_object_interface__column_reordered_signal_args, + (GDBusAnnotationInfo **) webkit_event_object_interface__column_reordered_signal_annotations, +}; + +const GDBusArgInfo webkit_event_object_interface__column_deleted_signal_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "(suuv)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_event_object_interface__column_deleted_signal_args[] = +{ + &webkit_event_object_interface__column_deleted_signal_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_event_object_interface__column_deleted_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_event_object_interface__column_deleted_signal_annotations[] = +{ + &webkit_event_object_interface__column_deleted_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_event_object_interface__column_deleted_signal = +{ + -1, /* ref count */ + (gchar *) "ColumnDeleted", + (GDBusArgInfo **) webkit_event_object_interface__column_deleted_signal_args, + (GDBusAnnotationInfo **) webkit_event_object_interface__column_deleted_signal_annotations, +}; + +const GDBusArgInfo webkit_event_object_interface__text_bounds_changed_signal_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "(suuv)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_event_object_interface__text_bounds_changed_signal_args[] = +{ + &webkit_event_object_interface__text_bounds_changed_signal_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_event_object_interface__text_bounds_changed_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_event_object_interface__text_bounds_changed_signal_annotations[] = +{ + &webkit_event_object_interface__text_bounds_changed_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_event_object_interface__text_bounds_changed_signal = +{ + -1, /* ref count */ + (gchar *) "TextBoundsChanged", + (GDBusArgInfo **) webkit_event_object_interface__text_bounds_changed_signal_args, + (GDBusAnnotationInfo **) webkit_event_object_interface__text_bounds_changed_signal_annotations, +}; + +const GDBusArgInfo webkit_event_object_interface__text_selection_changed_signal_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "(suuv)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_event_object_interface__text_selection_changed_signal_args[] = +{ + &webkit_event_object_interface__text_selection_changed_signal_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_event_object_interface__text_selection_changed_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_event_object_interface__text_selection_changed_signal_annotations[] = +{ + &webkit_event_object_interface__text_selection_changed_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_event_object_interface__text_selection_changed_signal = +{ + -1, /* ref count */ + (gchar *) "TextSelectionChanged", + (GDBusArgInfo **) webkit_event_object_interface__text_selection_changed_signal_args, + (GDBusAnnotationInfo **) webkit_event_object_interface__text_selection_changed_signal_annotations, +}; + +const GDBusArgInfo webkit_event_object_interface__text_changed_signal_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "(suuv)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_event_object_interface__text_changed_signal_args[] = +{ + &webkit_event_object_interface__text_changed_signal_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_event_object_interface__text_changed_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_event_object_interface__text_changed_signal_annotations[] = +{ + &webkit_event_object_interface__text_changed_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_event_object_interface__text_changed_signal = +{ + -1, /* ref count */ + (gchar *) "TextChanged", + (GDBusArgInfo **) webkit_event_object_interface__text_changed_signal_args, + (GDBusAnnotationInfo **) webkit_event_object_interface__text_changed_signal_annotations, +}; + +const GDBusArgInfo webkit_event_object_interface__text_attributes_changed_signal_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "(suuv)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_event_object_interface__text_attributes_changed_signal_args[] = +{ + &webkit_event_object_interface__text_attributes_changed_signal_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_event_object_interface__text_attributes_changed_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_event_object_interface__text_attributes_changed_signal_annotations[] = +{ + &webkit_event_object_interface__text_attributes_changed_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_event_object_interface__text_attributes_changed_signal = +{ + -1, /* ref count */ + (gchar *) "TextAttributesChanged", + (GDBusArgInfo **) webkit_event_object_interface__text_attributes_changed_signal_args, + (GDBusAnnotationInfo **) webkit_event_object_interface__text_attributes_changed_signal_annotations, +}; + +const GDBusArgInfo webkit_event_object_interface__text_caret_moved_signal_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "(suuv)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_event_object_interface__text_caret_moved_signal_args[] = +{ + &webkit_event_object_interface__text_caret_moved_signal_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_event_object_interface__text_caret_moved_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_event_object_interface__text_caret_moved_signal_annotations[] = +{ + &webkit_event_object_interface__text_caret_moved_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_event_object_interface__text_caret_moved_signal = +{ + -1, /* ref count */ + (gchar *) "TextCaretMoved", + (GDBusArgInfo **) webkit_event_object_interface__text_caret_moved_signal_args, + (GDBusAnnotationInfo **) webkit_event_object_interface__text_caret_moved_signal_annotations, +}; + +const GDBusArgInfo webkit_event_object_interface__attributes_changed_signal_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "(suuv)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_event_object_interface__attributes_changed_signal_args[] = +{ + &webkit_event_object_interface__attributes_changed_signal_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_event_object_interface__attributes_changed_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_event_object_interface__attributes_changed_signal_annotations[] = +{ + &webkit_event_object_interface__attributes_changed_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_event_object_interface__attributes_changed_signal = +{ + -1, /* ref count */ + (gchar *) "AttributesChanged", + (GDBusArgInfo **) webkit_event_object_interface__attributes_changed_signal_args, + (GDBusAnnotationInfo **) webkit_event_object_interface__attributes_changed_signal_annotations, +}; + +const GDBusSignalInfo * const webkit_event_object_interface_signals[] = +{ + &webkit_event_object_interface__property_change_signal, + &webkit_event_object_interface__bounds_changed_signal, + &webkit_event_object_interface__link_selected_signal, + &webkit_event_object_interface__state_changed_signal, + &webkit_event_object_interface__children_changed_signal, + &webkit_event_object_interface__visible_data_changed_signal, + &webkit_event_object_interface__selection_changed_signal, + &webkit_event_object_interface__model_changed_signal, + &webkit_event_object_interface__active_descendant_changed_signal, + &webkit_event_object_interface__row_inserted_signal, + &webkit_event_object_interface__row_reordered_signal, + &webkit_event_object_interface__row_deleted_signal, + &webkit_event_object_interface__column_inserted_signal, + &webkit_event_object_interface__column_reordered_signal, + &webkit_event_object_interface__column_deleted_signal, + &webkit_event_object_interface__text_bounds_changed_signal, + &webkit_event_object_interface__text_selection_changed_signal, + &webkit_event_object_interface__text_changed_signal, + &webkit_event_object_interface__text_attributes_changed_signal, + &webkit_event_object_interface__text_caret_moved_signal, + &webkit_event_object_interface__attributes_changed_signal, + NULL, +}; + +const GDBusInterfaceInfo webkit_event_object_interface = +{ + -1, /* ref count */ + (gchar *) "org.a11y.atspi.Event.Object", + NULL, /* no methods */ + (GDBusSignalInfo **) webkit_event_object_interface_signals, +NULL, /* no properties */ + NULL, /* no annotations */ +}; + +/* ------------------------------------------------------------------------ */ +/* Definitions for org.a11y.atspi.Event.Window */ + +const GDBusArgInfo webkit_event_window_interface__property_change_signal_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "(suuv)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_event_window_interface__property_change_signal_args[] = +{ + &webkit_event_window_interface__property_change_signal_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_event_window_interface__property_change_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_event_window_interface__property_change_signal_annotations[] = +{ + &webkit_event_window_interface__property_change_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_event_window_interface__property_change_signal = +{ + -1, /* ref count */ + (gchar *) "PropertyChange", + (GDBusArgInfo **) webkit_event_window_interface__property_change_signal_args, + (GDBusAnnotationInfo **) webkit_event_window_interface__property_change_signal_annotations, +}; + +const GDBusArgInfo webkit_event_window_interface__minimize_signal_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "(suuv)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_event_window_interface__minimize_signal_args[] = +{ + &webkit_event_window_interface__minimize_signal_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_event_window_interface__minimize_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_event_window_interface__minimize_signal_annotations[] = +{ + &webkit_event_window_interface__minimize_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_event_window_interface__minimize_signal = +{ + -1, /* ref count */ + (gchar *) "Minimize", + (GDBusArgInfo **) webkit_event_window_interface__minimize_signal_args, + (GDBusAnnotationInfo **) webkit_event_window_interface__minimize_signal_annotations, +}; + +const GDBusArgInfo webkit_event_window_interface__maximize_signal_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "(suuv)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_event_window_interface__maximize_signal_args[] = +{ + &webkit_event_window_interface__maximize_signal_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_event_window_interface__maximize_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_event_window_interface__maximize_signal_annotations[] = +{ + &webkit_event_window_interface__maximize_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_event_window_interface__maximize_signal = +{ + -1, /* ref count */ + (gchar *) "Maximize", + (GDBusArgInfo **) webkit_event_window_interface__maximize_signal_args, + (GDBusAnnotationInfo **) webkit_event_window_interface__maximize_signal_annotations, +}; + +const GDBusArgInfo webkit_event_window_interface__restore_signal_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "(suuv)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_event_window_interface__restore_signal_args[] = +{ + &webkit_event_window_interface__restore_signal_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_event_window_interface__restore_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_event_window_interface__restore_signal_annotations[] = +{ + &webkit_event_window_interface__restore_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_event_window_interface__restore_signal = +{ + -1, /* ref count */ + (gchar *) "Restore", + (GDBusArgInfo **) webkit_event_window_interface__restore_signal_args, + (GDBusAnnotationInfo **) webkit_event_window_interface__restore_signal_annotations, +}; + +const GDBusArgInfo webkit_event_window_interface__close_signal_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "(suuv)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_event_window_interface__close_signal_args[] = +{ + &webkit_event_window_interface__close_signal_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_event_window_interface__close_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_event_window_interface__close_signal_annotations[] = +{ + &webkit_event_window_interface__close_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_event_window_interface__close_signal = +{ + -1, /* ref count */ + (gchar *) "Close", + (GDBusArgInfo **) webkit_event_window_interface__close_signal_args, + (GDBusAnnotationInfo **) webkit_event_window_interface__close_signal_annotations, +}; + +const GDBusArgInfo webkit_event_window_interface__create_signal_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "(suuv)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_event_window_interface__create_signal_args[] = +{ + &webkit_event_window_interface__create_signal_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_event_window_interface__create_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_event_window_interface__create_signal_annotations[] = +{ + &webkit_event_window_interface__create_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_event_window_interface__create_signal = +{ + -1, /* ref count */ + (gchar *) "Create", + (GDBusArgInfo **) webkit_event_window_interface__create_signal_args, + (GDBusAnnotationInfo **) webkit_event_window_interface__create_signal_annotations, +}; + +const GDBusArgInfo webkit_event_window_interface__reparent_signal_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "(suuv)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_event_window_interface__reparent_signal_args[] = +{ + &webkit_event_window_interface__reparent_signal_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_event_window_interface__reparent_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_event_window_interface__reparent_signal_annotations[] = +{ + &webkit_event_window_interface__reparent_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_event_window_interface__reparent_signal = +{ + -1, /* ref count */ + (gchar *) "Reparent", + (GDBusArgInfo **) webkit_event_window_interface__reparent_signal_args, + (GDBusAnnotationInfo **) webkit_event_window_interface__reparent_signal_annotations, +}; + +const GDBusArgInfo webkit_event_window_interface__desktop_create_signal_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "(suuv)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_event_window_interface__desktop_create_signal_args[] = +{ + &webkit_event_window_interface__desktop_create_signal_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_event_window_interface__desktop_create_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_event_window_interface__desktop_create_signal_annotations[] = +{ + &webkit_event_window_interface__desktop_create_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_event_window_interface__desktop_create_signal = +{ + -1, /* ref count */ + (gchar *) "DesktopCreate", + (GDBusArgInfo **) webkit_event_window_interface__desktop_create_signal_args, + (GDBusAnnotationInfo **) webkit_event_window_interface__desktop_create_signal_annotations, +}; + +const GDBusArgInfo webkit_event_window_interface__desktop_destroy_signal_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "(suuv)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_event_window_interface__desktop_destroy_signal_args[] = +{ + &webkit_event_window_interface__desktop_destroy_signal_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_event_window_interface__desktop_destroy_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_event_window_interface__desktop_destroy_signal_annotations[] = +{ + &webkit_event_window_interface__desktop_destroy_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_event_window_interface__desktop_destroy_signal = +{ + -1, /* ref count */ + (gchar *) "DesktopDestroy", + (GDBusArgInfo **) webkit_event_window_interface__desktop_destroy_signal_args, + (GDBusAnnotationInfo **) webkit_event_window_interface__desktop_destroy_signal_annotations, +}; + +const GDBusArgInfo webkit_event_window_interface__destroy_signal_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "(suuv)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_event_window_interface__destroy_signal_args[] = +{ + &webkit_event_window_interface__destroy_signal_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_event_window_interface__destroy_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_event_window_interface__destroy_signal_annotations[] = +{ + &webkit_event_window_interface__destroy_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_event_window_interface__destroy_signal = +{ + -1, /* ref count */ + (gchar *) "Destroy", + (GDBusArgInfo **) webkit_event_window_interface__destroy_signal_args, + (GDBusAnnotationInfo **) webkit_event_window_interface__destroy_signal_annotations, +}; + +const GDBusArgInfo webkit_event_window_interface__activate_signal_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "(suuv)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_event_window_interface__activate_signal_args[] = +{ + &webkit_event_window_interface__activate_signal_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_event_window_interface__activate_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_event_window_interface__activate_signal_annotations[] = +{ + &webkit_event_window_interface__activate_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_event_window_interface__activate_signal = +{ + -1, /* ref count */ + (gchar *) "Activate", + (GDBusArgInfo **) webkit_event_window_interface__activate_signal_args, + (GDBusAnnotationInfo **) webkit_event_window_interface__activate_signal_annotations, +}; + +const GDBusArgInfo webkit_event_window_interface__deactivate_signal_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "(suuv)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_event_window_interface__deactivate_signal_args[] = +{ + &webkit_event_window_interface__deactivate_signal_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_event_window_interface__deactivate_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_event_window_interface__deactivate_signal_annotations[] = +{ + &webkit_event_window_interface__deactivate_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_event_window_interface__deactivate_signal = +{ + -1, /* ref count */ + (gchar *) "Deactivate", + (GDBusArgInfo **) webkit_event_window_interface__deactivate_signal_args, + (GDBusAnnotationInfo **) webkit_event_window_interface__deactivate_signal_annotations, +}; + +const GDBusArgInfo webkit_event_window_interface__raise_signal_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "(suuv)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_event_window_interface__raise_signal_args[] = +{ + &webkit_event_window_interface__raise_signal_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_event_window_interface__raise_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_event_window_interface__raise_signal_annotations[] = +{ + &webkit_event_window_interface__raise_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_event_window_interface__raise_signal = +{ + -1, /* ref count */ + (gchar *) "Raise", + (GDBusArgInfo **) webkit_event_window_interface__raise_signal_args, + (GDBusAnnotationInfo **) webkit_event_window_interface__raise_signal_annotations, +}; + +const GDBusArgInfo webkit_event_window_interface__lower_signal_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "(suuv)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_event_window_interface__lower_signal_args[] = +{ + &webkit_event_window_interface__lower_signal_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_event_window_interface__lower_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_event_window_interface__lower_signal_annotations[] = +{ + &webkit_event_window_interface__lower_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_event_window_interface__lower_signal = +{ + -1, /* ref count */ + (gchar *) "Lower", + (GDBusArgInfo **) webkit_event_window_interface__lower_signal_args, + (GDBusAnnotationInfo **) webkit_event_window_interface__lower_signal_annotations, +}; + +const GDBusArgInfo webkit_event_window_interface__move_signal_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "(suuv)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_event_window_interface__move_signal_args[] = +{ + &webkit_event_window_interface__move_signal_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_event_window_interface__move_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_event_window_interface__move_signal_annotations[] = +{ + &webkit_event_window_interface__move_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_event_window_interface__move_signal = +{ + -1, /* ref count */ + (gchar *) "Move", + (GDBusArgInfo **) webkit_event_window_interface__move_signal_args, + (GDBusAnnotationInfo **) webkit_event_window_interface__move_signal_annotations, +}; + +const GDBusArgInfo webkit_event_window_interface__resize_signal_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "(suuv)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_event_window_interface__resize_signal_args[] = +{ + &webkit_event_window_interface__resize_signal_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_event_window_interface__resize_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_event_window_interface__resize_signal_annotations[] = +{ + &webkit_event_window_interface__resize_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_event_window_interface__resize_signal = +{ + -1, /* ref count */ + (gchar *) "Resize", + (GDBusArgInfo **) webkit_event_window_interface__resize_signal_args, + (GDBusAnnotationInfo **) webkit_event_window_interface__resize_signal_annotations, +}; + +const GDBusArgInfo webkit_event_window_interface__shade_signal_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "(suuv)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_event_window_interface__shade_signal_args[] = +{ + &webkit_event_window_interface__shade_signal_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_event_window_interface__shade_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_event_window_interface__shade_signal_annotations[] = +{ + &webkit_event_window_interface__shade_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_event_window_interface__shade_signal = +{ + -1, /* ref count */ + (gchar *) "Shade", + (GDBusArgInfo **) webkit_event_window_interface__shade_signal_args, + (GDBusAnnotationInfo **) webkit_event_window_interface__shade_signal_annotations, +}; + +const GDBusArgInfo webkit_event_window_interface__u_ushade_signal_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "(suuv)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_event_window_interface__u_ushade_signal_args[] = +{ + &webkit_event_window_interface__u_ushade_signal_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_event_window_interface__u_ushade_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_event_window_interface__u_ushade_signal_annotations[] = +{ + &webkit_event_window_interface__u_ushade_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_event_window_interface__u_ushade_signal = +{ + -1, /* ref count */ + (gchar *) "uUshade", + (GDBusArgInfo **) webkit_event_window_interface__u_ushade_signal_args, + (GDBusAnnotationInfo **) webkit_event_window_interface__u_ushade_signal_annotations, +}; + +const GDBusArgInfo webkit_event_window_interface__restyle_signal_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "(suuv)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_event_window_interface__restyle_signal_args[] = +{ + &webkit_event_window_interface__restyle_signal_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_event_window_interface__restyle_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_event_window_interface__restyle_signal_annotations[] = +{ + &webkit_event_window_interface__restyle_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_event_window_interface__restyle_signal = +{ + -1, /* ref count */ + (gchar *) "Restyle", + (GDBusArgInfo **) webkit_event_window_interface__restyle_signal_args, + (GDBusAnnotationInfo **) webkit_event_window_interface__restyle_signal_annotations, +}; + +const GDBusSignalInfo * const webkit_event_window_interface_signals[] = +{ + &webkit_event_window_interface__property_change_signal, + &webkit_event_window_interface__minimize_signal, + &webkit_event_window_interface__maximize_signal, + &webkit_event_window_interface__restore_signal, + &webkit_event_window_interface__close_signal, + &webkit_event_window_interface__create_signal, + &webkit_event_window_interface__reparent_signal, + &webkit_event_window_interface__desktop_create_signal, + &webkit_event_window_interface__desktop_destroy_signal, + &webkit_event_window_interface__destroy_signal, + &webkit_event_window_interface__activate_signal, + &webkit_event_window_interface__deactivate_signal, + &webkit_event_window_interface__raise_signal, + &webkit_event_window_interface__lower_signal, + &webkit_event_window_interface__move_signal, + &webkit_event_window_interface__resize_signal, + &webkit_event_window_interface__shade_signal, + &webkit_event_window_interface__u_ushade_signal, + &webkit_event_window_interface__restyle_signal, + NULL, +}; + +const GDBusInterfaceInfo webkit_event_window_interface = +{ + -1, /* ref count */ + (gchar *) "org.a11y.atspi.Event.Window", + NULL, /* no methods */ + (GDBusSignalInfo **) webkit_event_window_interface_signals, +NULL, /* no properties */ + NULL, /* no annotations */ +}; + +/* ------------------------------------------------------------------------ */ +/* Definitions for org.a11y.atspi.Event.Mouse */ + +const GDBusArgInfo webkit_event_mouse_interface__abs_signal_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "(suuv)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_event_mouse_interface__abs_signal_args[] = +{ + &webkit_event_mouse_interface__abs_signal_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_event_mouse_interface__abs_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_event_mouse_interface__abs_signal_annotations[] = +{ + &webkit_event_mouse_interface__abs_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_event_mouse_interface__abs_signal = +{ + -1, /* ref count */ + (gchar *) "Abs", + (GDBusArgInfo **) webkit_event_mouse_interface__abs_signal_args, + (GDBusAnnotationInfo **) webkit_event_mouse_interface__abs_signal_annotations, +}; + +const GDBusArgInfo webkit_event_mouse_interface__rel_signal_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "(suuv)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_event_mouse_interface__rel_signal_args[] = +{ + &webkit_event_mouse_interface__rel_signal_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_event_mouse_interface__rel_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_event_mouse_interface__rel_signal_annotations[] = +{ + &webkit_event_mouse_interface__rel_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_event_mouse_interface__rel_signal = +{ + -1, /* ref count */ + (gchar *) "Rel", + (GDBusArgInfo **) webkit_event_mouse_interface__rel_signal_args, + (GDBusAnnotationInfo **) webkit_event_mouse_interface__rel_signal_annotations, +}; + +const GDBusArgInfo webkit_event_mouse_interface__button_signal_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "(suuv)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_event_mouse_interface__button_signal_args[] = +{ + &webkit_event_mouse_interface__button_signal_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_event_mouse_interface__button_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_event_mouse_interface__button_signal_annotations[] = +{ + &webkit_event_mouse_interface__button_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_event_mouse_interface__button_signal = +{ + -1, /* ref count */ + (gchar *) "Button", + (GDBusArgInfo **) webkit_event_mouse_interface__button_signal_args, + (GDBusAnnotationInfo **) webkit_event_mouse_interface__button_signal_annotations, +}; + +const GDBusSignalInfo * const webkit_event_mouse_interface_signals[] = +{ + &webkit_event_mouse_interface__abs_signal, + &webkit_event_mouse_interface__rel_signal, + &webkit_event_mouse_interface__button_signal, + NULL, +}; + +const GDBusInterfaceInfo webkit_event_mouse_interface = +{ + -1, /* ref count */ + (gchar *) "org.a11y.atspi.Event.Mouse", + NULL, /* no methods */ + (GDBusSignalInfo **) webkit_event_mouse_interface_signals, +NULL, /* no properties */ + NULL, /* no annotations */ +}; + +/* ------------------------------------------------------------------------ */ +/* Definitions for org.a11y.atspi.Event.Keyboard */ + +const GDBusArgInfo webkit_event_keyboard_interface__modifiers_signal_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "(suuv)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_event_keyboard_interface__modifiers_signal_args[] = +{ + &webkit_event_keyboard_interface__modifiers_signal_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_event_keyboard_interface__modifiers_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_event_keyboard_interface__modifiers_signal_annotations[] = +{ + &webkit_event_keyboard_interface__modifiers_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_event_keyboard_interface__modifiers_signal = +{ + -1, /* ref count */ + (gchar *) "Modifiers", + (GDBusArgInfo **) webkit_event_keyboard_interface__modifiers_signal_args, + (GDBusAnnotationInfo **) webkit_event_keyboard_interface__modifiers_signal_annotations, +}; + +const GDBusSignalInfo * const webkit_event_keyboard_interface_signals[] = +{ + &webkit_event_keyboard_interface__modifiers_signal, + NULL, +}; + +const GDBusInterfaceInfo webkit_event_keyboard_interface = +{ + -1, /* ref count */ + (gchar *) "org.a11y.atspi.Event.Keyboard", + NULL, /* no methods */ + (GDBusSignalInfo **) webkit_event_keyboard_interface_signals, +NULL, /* no properties */ + NULL, /* no annotations */ +}; + +/* ------------------------------------------------------------------------ */ +/* Definitions for org.a11y.atspi.Event.Terminal */ + +const GDBusArgInfo webkit_event_terminal_interface__line_changed_signal_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "(suuv)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_event_terminal_interface__line_changed_signal_args[] = +{ + &webkit_event_terminal_interface__line_changed_signal_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_event_terminal_interface__line_changed_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_event_terminal_interface__line_changed_signal_annotations[] = +{ + &webkit_event_terminal_interface__line_changed_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_event_terminal_interface__line_changed_signal = +{ + -1, /* ref count */ + (gchar *) "LineChanged", + (GDBusArgInfo **) webkit_event_terminal_interface__line_changed_signal_args, + (GDBusAnnotationInfo **) webkit_event_terminal_interface__line_changed_signal_annotations, +}; + +const GDBusArgInfo webkit_event_terminal_interface__columncount_changed_signal_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "(suuv)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_event_terminal_interface__columncount_changed_signal_args[] = +{ + &webkit_event_terminal_interface__columncount_changed_signal_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_event_terminal_interface__columncount_changed_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_event_terminal_interface__columncount_changed_signal_annotations[] = +{ + &webkit_event_terminal_interface__columncount_changed_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_event_terminal_interface__columncount_changed_signal = +{ + -1, /* ref count */ + (gchar *) "ColumncountChanged", + (GDBusArgInfo **) webkit_event_terminal_interface__columncount_changed_signal_args, + (GDBusAnnotationInfo **) webkit_event_terminal_interface__columncount_changed_signal_annotations, +}; + +const GDBusArgInfo webkit_event_terminal_interface__linecount_changed_signal_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "(suuv)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_event_terminal_interface__linecount_changed_signal_args[] = +{ + &webkit_event_terminal_interface__linecount_changed_signal_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_event_terminal_interface__linecount_changed_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_event_terminal_interface__linecount_changed_signal_annotations[] = +{ + &webkit_event_terminal_interface__linecount_changed_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_event_terminal_interface__linecount_changed_signal = +{ + -1, /* ref count */ + (gchar *) "LinecountChanged", + (GDBusArgInfo **) webkit_event_terminal_interface__linecount_changed_signal_args, + (GDBusAnnotationInfo **) webkit_event_terminal_interface__linecount_changed_signal_annotations, +}; + +const GDBusArgInfo webkit_event_terminal_interface__application_changed_signal_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "(suuv)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_event_terminal_interface__application_changed_signal_args[] = +{ + &webkit_event_terminal_interface__application_changed_signal_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_event_terminal_interface__application_changed_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_event_terminal_interface__application_changed_signal_annotations[] = +{ + &webkit_event_terminal_interface__application_changed_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_event_terminal_interface__application_changed_signal = +{ + -1, /* ref count */ + (gchar *) "ApplicationChanged", + (GDBusArgInfo **) webkit_event_terminal_interface__application_changed_signal_args, + (GDBusAnnotationInfo **) webkit_event_terminal_interface__application_changed_signal_annotations, +}; + +const GDBusArgInfo webkit_event_terminal_interface__charwidth_changed_signal_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "(suuv)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_event_terminal_interface__charwidth_changed_signal_args[] = +{ + &webkit_event_terminal_interface__charwidth_changed_signal_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_event_terminal_interface__charwidth_changed_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_event_terminal_interface__charwidth_changed_signal_annotations[] = +{ + &webkit_event_terminal_interface__charwidth_changed_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_event_terminal_interface__charwidth_changed_signal = +{ + -1, /* ref count */ + (gchar *) "CharwidthChanged", + (GDBusArgInfo **) webkit_event_terminal_interface__charwidth_changed_signal_args, + (GDBusAnnotationInfo **) webkit_event_terminal_interface__charwidth_changed_signal_annotations, +}; + +const GDBusSignalInfo * const webkit_event_terminal_interface_signals[] = +{ + &webkit_event_terminal_interface__line_changed_signal, + &webkit_event_terminal_interface__columncount_changed_signal, + &webkit_event_terminal_interface__linecount_changed_signal, + &webkit_event_terminal_interface__application_changed_signal, + &webkit_event_terminal_interface__charwidth_changed_signal, + NULL, +}; + +const GDBusInterfaceInfo webkit_event_terminal_interface = +{ + -1, /* ref count */ + (gchar *) "org.a11y.atspi.Event.Terminal", + NULL, /* no methods */ + (GDBusSignalInfo **) webkit_event_terminal_interface_signals, +NULL, /* no properties */ + NULL, /* no annotations */ +}; + +/* ------------------------------------------------------------------------ */ +/* Definitions for org.a11y.atspi.Event.Document */ + +const GDBusArgInfo webkit_event_document_interface__load_complete_signal_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "(suuv)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_event_document_interface__load_complete_signal_args[] = +{ + &webkit_event_document_interface__load_complete_signal_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_event_document_interface__load_complete_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_event_document_interface__load_complete_signal_annotations[] = +{ + &webkit_event_document_interface__load_complete_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_event_document_interface__load_complete_signal = +{ + -1, /* ref count */ + (gchar *) "LoadComplete", + (GDBusArgInfo **) webkit_event_document_interface__load_complete_signal_args, + (GDBusAnnotationInfo **) webkit_event_document_interface__load_complete_signal_annotations, +}; + +const GDBusArgInfo webkit_event_document_interface__reload_signal_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "(suuv)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_event_document_interface__reload_signal_args[] = +{ + &webkit_event_document_interface__reload_signal_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_event_document_interface__reload_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_event_document_interface__reload_signal_annotations[] = +{ + &webkit_event_document_interface__reload_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_event_document_interface__reload_signal = +{ + -1, /* ref count */ + (gchar *) "Reload", + (GDBusArgInfo **) webkit_event_document_interface__reload_signal_args, + (GDBusAnnotationInfo **) webkit_event_document_interface__reload_signal_annotations, +}; + +const GDBusArgInfo webkit_event_document_interface__load_stopped_signal_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "(suuv)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_event_document_interface__load_stopped_signal_args[] = +{ + &webkit_event_document_interface__load_stopped_signal_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_event_document_interface__load_stopped_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_event_document_interface__load_stopped_signal_annotations[] = +{ + &webkit_event_document_interface__load_stopped_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_event_document_interface__load_stopped_signal = +{ + -1, /* ref count */ + (gchar *) "LoadStopped", + (GDBusArgInfo **) webkit_event_document_interface__load_stopped_signal_args, + (GDBusAnnotationInfo **) webkit_event_document_interface__load_stopped_signal_annotations, +}; + +const GDBusArgInfo webkit_event_document_interface__content_changed_signal_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "(suuv)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_event_document_interface__content_changed_signal_args[] = +{ + &webkit_event_document_interface__content_changed_signal_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_event_document_interface__content_changed_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_event_document_interface__content_changed_signal_annotations[] = +{ + &webkit_event_document_interface__content_changed_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_event_document_interface__content_changed_signal = +{ + -1, /* ref count */ + (gchar *) "ContentChanged", + (GDBusArgInfo **) webkit_event_document_interface__content_changed_signal_args, + (GDBusAnnotationInfo **) webkit_event_document_interface__content_changed_signal_annotations, +}; + +const GDBusArgInfo webkit_event_document_interface__attributes_changed_signal_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "(suuv)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_event_document_interface__attributes_changed_signal_args[] = +{ + &webkit_event_document_interface__attributes_changed_signal_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_event_document_interface__attributes_changed_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_event_document_interface__attributes_changed_signal_annotations[] = +{ + &webkit_event_document_interface__attributes_changed_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_event_document_interface__attributes_changed_signal = +{ + -1, /* ref count */ + (gchar *) "AttributesChanged", + (GDBusArgInfo **) webkit_event_document_interface__attributes_changed_signal_args, + (GDBusAnnotationInfo **) webkit_event_document_interface__attributes_changed_signal_annotations, +}; + +const GDBusArgInfo webkit_event_document_interface__page_changed_signal_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "(suuv)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_event_document_interface__page_changed_signal_args[] = +{ + &webkit_event_document_interface__page_changed_signal_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_event_document_interface__page_changed_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_event_document_interface__page_changed_signal_annotations[] = +{ + &webkit_event_document_interface__page_changed_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_event_document_interface__page_changed_signal = +{ + -1, /* ref count */ + (gchar *) "PageChanged", + (GDBusArgInfo **) webkit_event_document_interface__page_changed_signal_args, + (GDBusAnnotationInfo **) webkit_event_document_interface__page_changed_signal_annotations, +}; + +const GDBusSignalInfo * const webkit_event_document_interface_signals[] = +{ + &webkit_event_document_interface__load_complete_signal, + &webkit_event_document_interface__reload_signal, + &webkit_event_document_interface__load_stopped_signal, + &webkit_event_document_interface__content_changed_signal, + &webkit_event_document_interface__attributes_changed_signal, + &webkit_event_document_interface__page_changed_signal, + NULL, +}; + +const GDBusInterfaceInfo webkit_event_document_interface = +{ + -1, /* ref count */ + (gchar *) "org.a11y.atspi.Event.Document", + NULL, /* no methods */ + (GDBusSignalInfo **) webkit_event_document_interface_signals, +NULL, /* no properties */ + NULL, /* no annotations */ +}; + +/* ------------------------------------------------------------------------ */ +/* Definitions for org.a11y.atspi.Event.Focus */ + +const GDBusArgInfo webkit_event_focus_interface__focus_signal_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "(suuv)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_event_focus_interface__focus_signal_args[] = +{ + &webkit_event_focus_interface__focus_signal_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_event_focus_interface__focus_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiEvent", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_event_focus_interface__focus_signal_annotations[] = +{ + &webkit_event_focus_interface__focus_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_event_focus_interface__focus_signal = +{ + -1, /* ref count */ + (gchar *) "Focus", + (GDBusArgInfo **) webkit_event_focus_interface__focus_signal_args, + (GDBusAnnotationInfo **) webkit_event_focus_interface__focus_signal_annotations, +}; + +const GDBusSignalInfo * const webkit_event_focus_interface_signals[] = +{ + &webkit_event_focus_interface__focus_signal, + NULL, +}; + +const GDBusInterfaceInfo webkit_event_focus_interface = +{ + -1, /* ref count */ + (gchar *) "org.a11y.atspi.Event.Focus", + NULL, /* no methods */ + (GDBusSignalInfo **) webkit_event_focus_interface_signals, +NULL, /* no properties */ + NULL, /* no annotations */ +}; + +/* ------------------------------------------------------------------------ */ +/* Definitions for org.a11y.atspi.Hyperlink */ + +const GDBusArgInfo webkit_hyperlink_interface__get_object_method_in_args__i_arg = +{ + -1, /* ref count */ + (gchar *) "i", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_hyperlink_interface__get_object_method_in_args[] = +{ + &webkit_hyperlink_interface__get_object_method_in_args__i_arg, + NULL, +}; + +const GDBusArgInfo webkit_hyperlink_interface__get_object_method_out_args__unnamed_arg1_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg1", + (gchar *) "(so)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_hyperlink_interface__get_object_method_out_args[] = +{ + &webkit_hyperlink_interface__get_object_method_out_args__unnamed_arg1_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_hyperlink_interface__get_object_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.Out0", + (gchar *) "QSpiObjectReference", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_hyperlink_interface__get_object_method_annotations[] = +{ + &webkit_hyperlink_interface__get_object_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation, + NULL, +}; + +const GDBusMethodInfo webkit_hyperlink_interface__get_object_method = +{ + -1, /* ref count */ + (gchar *) "GetObject", + (GDBusArgInfo **) webkit_hyperlink_interface__get_object_method_in_args, + (GDBusArgInfo **) webkit_hyperlink_interface__get_object_method_out_args, + (GDBusAnnotationInfo **) webkit_hyperlink_interface__get_object_method_annotations, +}; + +const GDBusArgInfo webkit_hyperlink_interface__get_uri_method_in_args__i_arg = +{ + -1, /* ref count */ + (gchar *) "i", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_hyperlink_interface__get_uri_method_in_args[] = +{ + &webkit_hyperlink_interface__get_uri_method_in_args__i_arg, + NULL, +}; + +const GDBusArgInfo webkit_hyperlink_interface__get_uri_method_out_args__unnamed_arg1_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg1", + (gchar *) "s", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_hyperlink_interface__get_uri_method_out_args[] = +{ + &webkit_hyperlink_interface__get_uri_method_out_args__unnamed_arg1_arg, + NULL, +}; + +const GDBusMethodInfo webkit_hyperlink_interface__get_uri_method = +{ + -1, /* ref count */ + (gchar *) "GetURI", + (GDBusArgInfo **) webkit_hyperlink_interface__get_uri_method_in_args, + (GDBusArgInfo **) webkit_hyperlink_interface__get_uri_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_hyperlink_interface__is_valid_method_out_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "b", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_hyperlink_interface__is_valid_method_out_args[] = +{ + &webkit_hyperlink_interface__is_valid_method_out_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusMethodInfo webkit_hyperlink_interface__is_valid_method = +{ + -1, /* ref count */ + (gchar *) "IsValid", + NULL, /* no in args */ + (GDBusArgInfo **) webkit_hyperlink_interface__is_valid_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusMethodInfo * const webkit_hyperlink_interface_methods[] = +{ + &webkit_hyperlink_interface__get_object_method, + &webkit_hyperlink_interface__get_uri_method, + &webkit_hyperlink_interface__is_valid_method, + NULL, +}; + +const GDBusPropertyInfo webkit_hyperlink_interface__nanchors_property = +{ + -1, /* ref count */ + (gchar *) "NAnchors", + (gchar *) "n", + G_DBUS_PROPERTY_INFO_FLAGS_READABLE, + NULL, /* no annotations */ +}; + +const GDBusPropertyInfo webkit_hyperlink_interface__start_index_property = +{ + -1, /* ref count */ + (gchar *) "StartIndex", + (gchar *) "i", + G_DBUS_PROPERTY_INFO_FLAGS_READABLE, + NULL, /* no annotations */ +}; + +const GDBusPropertyInfo webkit_hyperlink_interface__end_index_property = +{ + -1, /* ref count */ + (gchar *) "EndIndex", + (gchar *) "i", + G_DBUS_PROPERTY_INFO_FLAGS_READABLE, + NULL, /* no annotations */ +}; + +const GDBusPropertyInfo * const webkit_hyperlink_interface_properties[] = +{ + &webkit_hyperlink_interface__nanchors_property, + &webkit_hyperlink_interface__start_index_property, + &webkit_hyperlink_interface__end_index_property, + NULL, +}; + +const GDBusInterfaceInfo webkit_hyperlink_interface = +{ + -1, /* ref count */ + (gchar *) "org.a11y.atspi.Hyperlink", + (GDBusMethodInfo **) webkit_hyperlink_interface_methods, + NULL, /* no signals */ + (GDBusPropertyInfo **) webkit_hyperlink_interface_properties, + NULL, /* no annotations */ +}; + +/* ------------------------------------------------------------------------ */ +/* Definitions for org.a11y.atspi.Hypertext */ + +const GDBusArgInfo webkit_hypertext_interface__get_nlinks_method_out_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_hypertext_interface__get_nlinks_method_out_args[] = +{ + &webkit_hypertext_interface__get_nlinks_method_out_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusMethodInfo webkit_hypertext_interface__get_nlinks_method = +{ + -1, /* ref count */ + (gchar *) "GetNLinks", + NULL, /* no in args */ + (GDBusArgInfo **) webkit_hypertext_interface__get_nlinks_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_hypertext_interface__get_link_method_in_args__linkIndex_arg = +{ + -1, /* ref count */ + (gchar *) "linkIndex", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_hypertext_interface__get_link_method_in_args[] = +{ + &webkit_hypertext_interface__get_link_method_in_args__linkIndex_arg, + NULL, +}; + +const GDBusArgInfo webkit_hypertext_interface__get_link_method_out_args__unnamed_arg1_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg1", + (gchar *) "(so)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_hypertext_interface__get_link_method_out_args[] = +{ + &webkit_hypertext_interface__get_link_method_out_args__unnamed_arg1_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_hypertext_interface__get_link_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.Out0", + (gchar *) "QSpiObjectReference", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_hypertext_interface__get_link_method_annotations[] = +{ + &webkit_hypertext_interface__get_link_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation, + NULL, +}; + +const GDBusMethodInfo webkit_hypertext_interface__get_link_method = +{ + -1, /* ref count */ + (gchar *) "GetLink", + (GDBusArgInfo **) webkit_hypertext_interface__get_link_method_in_args, + (GDBusArgInfo **) webkit_hypertext_interface__get_link_method_out_args, + (GDBusAnnotationInfo **) webkit_hypertext_interface__get_link_method_annotations, +}; + +const GDBusArgInfo webkit_hypertext_interface__get_link_index_method_in_args__characterIndex_arg = +{ + -1, /* ref count */ + (gchar *) "characterIndex", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_hypertext_interface__get_link_index_method_in_args[] = +{ + &webkit_hypertext_interface__get_link_index_method_in_args__characterIndex_arg, + NULL, +}; + +const GDBusArgInfo webkit_hypertext_interface__get_link_index_method_out_args__unnamed_arg1_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg1", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_hypertext_interface__get_link_index_method_out_args[] = +{ + &webkit_hypertext_interface__get_link_index_method_out_args__unnamed_arg1_arg, + NULL, +}; + +const GDBusMethodInfo webkit_hypertext_interface__get_link_index_method = +{ + -1, /* ref count */ + (gchar *) "GetLinkIndex", + (GDBusArgInfo **) webkit_hypertext_interface__get_link_index_method_in_args, + (GDBusArgInfo **) webkit_hypertext_interface__get_link_index_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusMethodInfo * const webkit_hypertext_interface_methods[] = +{ + &webkit_hypertext_interface__get_nlinks_method, + &webkit_hypertext_interface__get_link_method, + &webkit_hypertext_interface__get_link_index_method, + NULL, +}; + +const GDBusInterfaceInfo webkit_hypertext_interface = +{ + -1, /* ref count */ + (gchar *) "org.a11y.atspi.Hypertext", + (GDBusMethodInfo **) webkit_hypertext_interface_methods, + NULL, /* no signals */ +NULL, /* no properties */ + NULL, /* no annotations */ +}; + +/* ------------------------------------------------------------------------ */ +/* Definitions for org.a11y.atspi.Image */ + +const GDBusArgInfo webkit_image_interface__get_image_extents_method_in_args__coordType_arg = +{ + -1, /* ref count */ + (gchar *) "coordType", + (gchar *) "u", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_image_interface__get_image_extents_method_in_args[] = +{ + &webkit_image_interface__get_image_extents_method_in_args__coordType_arg, + NULL, +}; + +const GDBusArgInfo webkit_image_interface__get_image_extents_method_out_args__unnamed_arg1_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg1", + (gchar *) "(iiii)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_image_interface__get_image_extents_method_out_args[] = +{ + &webkit_image_interface__get_image_extents_method_out_args__unnamed_arg1_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_image_interface__get_image_extents_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.Out0", + (gchar *) "QSpiRect", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_image_interface__get_image_extents_method_annotations[] = +{ + &webkit_image_interface__get_image_extents_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation, + NULL, +}; + +const GDBusMethodInfo webkit_image_interface__get_image_extents_method = +{ + -1, /* ref count */ + (gchar *) "GetImageExtents", + (GDBusArgInfo **) webkit_image_interface__get_image_extents_method_in_args, + (GDBusArgInfo **) webkit_image_interface__get_image_extents_method_out_args, + (GDBusAnnotationInfo **) webkit_image_interface__get_image_extents_method_annotations, +}; + +const GDBusArgInfo webkit_image_interface__get_image_position_method_in_args__coordType_arg = +{ + -1, /* ref count */ + (gchar *) "coordType", + (gchar *) "u", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_image_interface__get_image_position_method_in_args[] = +{ + &webkit_image_interface__get_image_position_method_in_args__coordType_arg, + NULL, +}; + +const GDBusArgInfo webkit_image_interface__get_image_position_method_out_args__x_arg = +{ + -1, /* ref count */ + (gchar *) "x", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_image_interface__get_image_position_method_out_args__y_arg = +{ + -1, /* ref count */ + (gchar *) "y", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_image_interface__get_image_position_method_out_args[] = +{ + &webkit_image_interface__get_image_position_method_out_args__x_arg, + &webkit_image_interface__get_image_position_method_out_args__y_arg, + NULL, +}; + +const GDBusMethodInfo webkit_image_interface__get_image_position_method = +{ + -1, /* ref count */ + (gchar *) "GetImagePosition", + (GDBusArgInfo **) webkit_image_interface__get_image_position_method_in_args, + (GDBusArgInfo **) webkit_image_interface__get_image_position_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_image_interface__get_image_size_method_out_args__width_arg = +{ + -1, /* ref count */ + (gchar *) "width", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_image_interface__get_image_size_method_out_args__height_arg = +{ + -1, /* ref count */ + (gchar *) "height", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_image_interface__get_image_size_method_out_args[] = +{ + &webkit_image_interface__get_image_size_method_out_args__width_arg, + &webkit_image_interface__get_image_size_method_out_args__height_arg, + NULL, +}; + +const GDBusMethodInfo webkit_image_interface__get_image_size_method = +{ + -1, /* ref count */ + (gchar *) "GetImageSize", + NULL, /* no in args */ + (GDBusArgInfo **) webkit_image_interface__get_image_size_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusMethodInfo * const webkit_image_interface_methods[] = +{ + &webkit_image_interface__get_image_extents_method, + &webkit_image_interface__get_image_position_method, + &webkit_image_interface__get_image_size_method, + NULL, +}; + +const GDBusPropertyInfo webkit_image_interface__image_description_property = +{ + -1, /* ref count */ + (gchar *) "ImageDescription", + (gchar *) "s", + G_DBUS_PROPERTY_INFO_FLAGS_READABLE, + NULL, /* no annotations */ +}; + +const GDBusPropertyInfo webkit_image_interface__image_locale_property = +{ + -1, /* ref count */ + (gchar *) "ImageLocale", + (gchar *) "s", + G_DBUS_PROPERTY_INFO_FLAGS_READABLE, + NULL, /* no annotations */ +}; + +const GDBusPropertyInfo * const webkit_image_interface_properties[] = +{ + &webkit_image_interface__image_description_property, + &webkit_image_interface__image_locale_property, + NULL, +}; + +const GDBusInterfaceInfo webkit_image_interface = +{ + -1, /* ref count */ + (gchar *) "org.a11y.atspi.Image", + (GDBusMethodInfo **) webkit_image_interface_methods, + NULL, /* no signals */ + (GDBusPropertyInfo **) webkit_image_interface_properties, + NULL, /* no annotations */ +}; + +/* ------------------------------------------------------------------------ */ +/* Definitions for org.a11y.atspi.Registry */ + +const GDBusArgInfo webkit_registry_interface__register_event_method_in_args__event_arg = +{ + -1, /* ref count */ + (gchar *) "event", + (gchar *) "s", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_registry_interface__register_event_method_in_args[] = +{ + &webkit_registry_interface__register_event_method_in_args__event_arg, + NULL, +}; + +const GDBusMethodInfo webkit_registry_interface__register_event_method = +{ + -1, /* ref count */ + (gchar *) "RegisterEvent", + (GDBusArgInfo **) webkit_registry_interface__register_event_method_in_args, + NULL, /* no out args */ + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_registry_interface__deregister_event_method_in_args__event_arg = +{ + -1, /* ref count */ + (gchar *) "event", + (gchar *) "s", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_registry_interface__deregister_event_method_in_args[] = +{ + &webkit_registry_interface__deregister_event_method_in_args__event_arg, + NULL, +}; + +const GDBusMethodInfo webkit_registry_interface__deregister_event_method = +{ + -1, /* ref count */ + (gchar *) "DeregisterEvent", + (GDBusArgInfo **) webkit_registry_interface__deregister_event_method_in_args, + NULL, /* no out args */ + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_registry_interface__get_registered_events_method_out_args__events_arg = +{ + -1, /* ref count */ + (gchar *) "events", + (gchar *) "a(ss)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_registry_interface__get_registered_events_method_out_args[] = +{ + &webkit_registry_interface__get_registered_events_method_out_args__events_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_registry_interface__get_registered_events_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.Out0", + (gchar *) "QSpiEventListenerArray", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_registry_interface__get_registered_events_method_annotations[] = +{ + &webkit_registry_interface__get_registered_events_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation, + NULL, +}; + +const GDBusMethodInfo webkit_registry_interface__get_registered_events_method = +{ + -1, /* ref count */ + (gchar *) "GetRegisteredEvents", + NULL, /* no in args */ + (GDBusArgInfo **) webkit_registry_interface__get_registered_events_method_out_args, + (GDBusAnnotationInfo **) webkit_registry_interface__get_registered_events_method_annotations, +}; + +const GDBusMethodInfo * const webkit_registry_interface_methods[] = +{ + &webkit_registry_interface__register_event_method, + &webkit_registry_interface__deregister_event_method, + &webkit_registry_interface__get_registered_events_method, + NULL, +}; + +const GDBusArgInfo webkit_registry_interface__event_listener_registered_signal_args__bus_arg = +{ + -1, /* ref count */ + (gchar *) "bus", + (gchar *) "s", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_registry_interface__event_listener_registered_signal_args__path_arg = +{ + -1, /* ref count */ + (gchar *) "path", + (gchar *) "s", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_registry_interface__event_listener_registered_signal_args[] = +{ + &webkit_registry_interface__event_listener_registered_signal_args__bus_arg, + &webkit_registry_interface__event_listener_registered_signal_args__path_arg, + NULL, +}; + +const GDBusSignalInfo webkit_registry_interface__event_listener_registered_signal = +{ + -1, /* ref count */ + (gchar *) "EventListenerRegistered", + (GDBusArgInfo **) webkit_registry_interface__event_listener_registered_signal_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_registry_interface__event_listener_deregistered_signal_args__bus_arg = +{ + -1, /* ref count */ + (gchar *) "bus", + (gchar *) "s", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_registry_interface__event_listener_deregistered_signal_args__path_arg = +{ + -1, /* ref count */ + (gchar *) "path", + (gchar *) "s", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_registry_interface__event_listener_deregistered_signal_args[] = +{ + &webkit_registry_interface__event_listener_deregistered_signal_args__bus_arg, + &webkit_registry_interface__event_listener_deregistered_signal_args__path_arg, + NULL, +}; + +const GDBusSignalInfo webkit_registry_interface__event_listener_deregistered_signal = +{ + -1, /* ref count */ + (gchar *) "EventListenerDeregistered", + (GDBusArgInfo **) webkit_registry_interface__event_listener_deregistered_signal_args, + NULL, /* no annotations */ +}; + +const GDBusSignalInfo * const webkit_registry_interface_signals[] = +{ + &webkit_registry_interface__event_listener_registered_signal, + &webkit_registry_interface__event_listener_deregistered_signal, + NULL, +}; + +const GDBusInterfaceInfo webkit_registry_interface = +{ + -1, /* ref count */ + (gchar *) "org.a11y.atspi.Registry", + (GDBusMethodInfo **) webkit_registry_interface_methods, + (GDBusSignalInfo **) webkit_registry_interface_signals, +NULL, /* no properties */ + NULL, /* no annotations */ +}; + +/* ------------------------------------------------------------------------ */ +/* Definitions for org.a11y.atspi.Selection */ + +const GDBusArgInfo webkit_selection_interface__get_selected_child_method_in_args__selectedChildIndex_arg = +{ + -1, /* ref count */ + (gchar *) "selectedChildIndex", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_selection_interface__get_selected_child_method_in_args[] = +{ + &webkit_selection_interface__get_selected_child_method_in_args__selectedChildIndex_arg, + NULL, +}; + +const GDBusArgInfo webkit_selection_interface__get_selected_child_method_out_args__unnamed_arg1_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg1", + (gchar *) "(so)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_selection_interface__get_selected_child_method_out_args[] = +{ + &webkit_selection_interface__get_selected_child_method_out_args__unnamed_arg1_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_selection_interface__get_selected_child_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.Out0", + (gchar *) "QSpiObjectReference", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_selection_interface__get_selected_child_method_annotations[] = +{ + &webkit_selection_interface__get_selected_child_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation, + NULL, +}; + +const GDBusMethodInfo webkit_selection_interface__get_selected_child_method = +{ + -1, /* ref count */ + (gchar *) "GetSelectedChild", + (GDBusArgInfo **) webkit_selection_interface__get_selected_child_method_in_args, + (GDBusArgInfo **) webkit_selection_interface__get_selected_child_method_out_args, + (GDBusAnnotationInfo **) webkit_selection_interface__get_selected_child_method_annotations, +}; + +const GDBusArgInfo webkit_selection_interface__select_child_method_in_args__childIndex_arg = +{ + -1, /* ref count */ + (gchar *) "childIndex", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_selection_interface__select_child_method_in_args[] = +{ + &webkit_selection_interface__select_child_method_in_args__childIndex_arg, + NULL, +}; + +const GDBusArgInfo webkit_selection_interface__select_child_method_out_args__unnamed_arg1_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg1", + (gchar *) "b", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_selection_interface__select_child_method_out_args[] = +{ + &webkit_selection_interface__select_child_method_out_args__unnamed_arg1_arg, + NULL, +}; + +const GDBusMethodInfo webkit_selection_interface__select_child_method = +{ + -1, /* ref count */ + (gchar *) "SelectChild", + (GDBusArgInfo **) webkit_selection_interface__select_child_method_in_args, + (GDBusArgInfo **) webkit_selection_interface__select_child_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_selection_interface__deselect_selected_child_method_in_args__selectedChildIndex_arg = +{ + -1, /* ref count */ + (gchar *) "selectedChildIndex", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_selection_interface__deselect_selected_child_method_in_args[] = +{ + &webkit_selection_interface__deselect_selected_child_method_in_args__selectedChildIndex_arg, + NULL, +}; + +const GDBusArgInfo webkit_selection_interface__deselect_selected_child_method_out_args__unnamed_arg1_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg1", + (gchar *) "b", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_selection_interface__deselect_selected_child_method_out_args[] = +{ + &webkit_selection_interface__deselect_selected_child_method_out_args__unnamed_arg1_arg, + NULL, +}; + +const GDBusMethodInfo webkit_selection_interface__deselect_selected_child_method = +{ + -1, /* ref count */ + (gchar *) "DeselectSelectedChild", + (GDBusArgInfo **) webkit_selection_interface__deselect_selected_child_method_in_args, + (GDBusArgInfo **) webkit_selection_interface__deselect_selected_child_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_selection_interface__is_child_selected_method_in_args__childIndex_arg = +{ + -1, /* ref count */ + (gchar *) "childIndex", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_selection_interface__is_child_selected_method_in_args[] = +{ + &webkit_selection_interface__is_child_selected_method_in_args__childIndex_arg, + NULL, +}; + +const GDBusArgInfo webkit_selection_interface__is_child_selected_method_out_args__unnamed_arg1_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg1", + (gchar *) "b", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_selection_interface__is_child_selected_method_out_args[] = +{ + &webkit_selection_interface__is_child_selected_method_out_args__unnamed_arg1_arg, + NULL, +}; + +const GDBusMethodInfo webkit_selection_interface__is_child_selected_method = +{ + -1, /* ref count */ + (gchar *) "IsChildSelected", + (GDBusArgInfo **) webkit_selection_interface__is_child_selected_method_in_args, + (GDBusArgInfo **) webkit_selection_interface__is_child_selected_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_selection_interface__select_all_method_out_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "b", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_selection_interface__select_all_method_out_args[] = +{ + &webkit_selection_interface__select_all_method_out_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusMethodInfo webkit_selection_interface__select_all_method = +{ + -1, /* ref count */ + (gchar *) "SelectAll", + NULL, /* no in args */ + (GDBusArgInfo **) webkit_selection_interface__select_all_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_selection_interface__clear_selection_method_out_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "b", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_selection_interface__clear_selection_method_out_args[] = +{ + &webkit_selection_interface__clear_selection_method_out_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusMethodInfo webkit_selection_interface__clear_selection_method = +{ + -1, /* ref count */ + (gchar *) "ClearSelection", + NULL, /* no in args */ + (GDBusArgInfo **) webkit_selection_interface__clear_selection_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_selection_interface__deselect_child_method_in_args__childIndex_arg = +{ + -1, /* ref count */ + (gchar *) "childIndex", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_selection_interface__deselect_child_method_in_args[] = +{ + &webkit_selection_interface__deselect_child_method_in_args__childIndex_arg, + NULL, +}; + +const GDBusArgInfo webkit_selection_interface__deselect_child_method_out_args__unnamed_arg1_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg1", + (gchar *) "b", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_selection_interface__deselect_child_method_out_args[] = +{ + &webkit_selection_interface__deselect_child_method_out_args__unnamed_arg1_arg, + NULL, +}; + +const GDBusMethodInfo webkit_selection_interface__deselect_child_method = +{ + -1, /* ref count */ + (gchar *) "DeselectChild", + (GDBusArgInfo **) webkit_selection_interface__deselect_child_method_in_args, + (GDBusArgInfo **) webkit_selection_interface__deselect_child_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusMethodInfo * const webkit_selection_interface_methods[] = +{ + &webkit_selection_interface__get_selected_child_method, + &webkit_selection_interface__select_child_method, + &webkit_selection_interface__deselect_selected_child_method, + &webkit_selection_interface__is_child_selected_method, + &webkit_selection_interface__select_all_method, + &webkit_selection_interface__clear_selection_method, + &webkit_selection_interface__deselect_child_method, + NULL, +}; + +const GDBusPropertyInfo webkit_selection_interface__nselected_children_property = +{ + -1, /* ref count */ + (gchar *) "NSelectedChildren", + (gchar *) "i", + G_DBUS_PROPERTY_INFO_FLAGS_READABLE, + NULL, /* no annotations */ +}; + +const GDBusPropertyInfo * const webkit_selection_interface_properties[] = +{ + &webkit_selection_interface__nselected_children_property, + NULL, +}; + +const GDBusInterfaceInfo webkit_selection_interface = +{ + -1, /* ref count */ + (gchar *) "org.a11y.atspi.Selection", + (GDBusMethodInfo **) webkit_selection_interface_methods, + NULL, /* no signals */ + (GDBusPropertyInfo **) webkit_selection_interface_properties, + NULL, /* no annotations */ +}; + +/* ------------------------------------------------------------------------ */ +/* Definitions for org.a11y.atspi.Socket */ + +const GDBusArgInfo webkit_socket_interface__embed_method_in_args__plug_arg = +{ + -1, /* ref count */ + (gchar *) "plug", + (gchar *) "(so)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_socket_interface__embed_method_in_args[] = +{ + &webkit_socket_interface__embed_method_in_args__plug_arg, + NULL, +}; + +const GDBusArgInfo webkit_socket_interface__embed_method_out_args__socket_arg = +{ + -1, /* ref count */ + (gchar *) "socket", + (gchar *) "(so)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_socket_interface__embed_method_out_args[] = +{ + &webkit_socket_interface__embed_method_out_args__socket_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_socket_interface__embed_method_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiObjectReference", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo webkit_socket_interface__embed_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.Out0", + (gchar *) "QSpiObjectReference", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_socket_interface__embed_method_annotations[] = +{ + &webkit_socket_interface__embed_method_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + &webkit_socket_interface__embed_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation, + NULL, +}; + +const GDBusMethodInfo webkit_socket_interface__embed_method = +{ + -1, /* ref count */ + (gchar *) "Embed", + (GDBusArgInfo **) webkit_socket_interface__embed_method_in_args, + (GDBusArgInfo **) webkit_socket_interface__embed_method_out_args, + (GDBusAnnotationInfo **) webkit_socket_interface__embed_method_annotations, +}; + +const GDBusArgInfo webkit_socket_interface__unembed_method_in_args__plug_arg = +{ + -1, /* ref count */ + (gchar *) "plug", + (gchar *) "(so)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_socket_interface__unembed_method_in_args[] = +{ + &webkit_socket_interface__unembed_method_in_args__plug_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_socket_interface__unembed_method_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiObjectReference", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_socket_interface__unembed_method_annotations[] = +{ + &webkit_socket_interface__unembed_method_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusMethodInfo webkit_socket_interface__unembed_method = +{ + -1, /* ref count */ + (gchar *) "Unembed", + (GDBusArgInfo **) webkit_socket_interface__unembed_method_in_args, + NULL, /* no out args */ + (GDBusAnnotationInfo **) webkit_socket_interface__unembed_method_annotations, +}; + +const GDBusArgInfo webkit_socket_interface__embedded_method_in_args__socketPath_arg = +{ + -1, /* ref count */ + (gchar *) "socketPath", + (gchar *) "s", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_socket_interface__embedded_method_in_args[] = +{ + &webkit_socket_interface__embedded_method_in_args__socketPath_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_socket_interface__embedded_method_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiObjectReference", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_socket_interface__embedded_method_annotations[] = +{ + &webkit_socket_interface__embedded_method_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusMethodInfo webkit_socket_interface__embedded_method = +{ + -1, /* ref count */ + (gchar *) "Embedded", + (GDBusArgInfo **) webkit_socket_interface__embedded_method_in_args, + NULL, /* no out args */ + (GDBusAnnotationInfo **) webkit_socket_interface__embedded_method_annotations, +}; + +const GDBusMethodInfo * const webkit_socket_interface_methods[] = +{ + &webkit_socket_interface__embed_method, + &webkit_socket_interface__unembed_method, + &webkit_socket_interface__embedded_method, + NULL, +}; + +const GDBusArgInfo webkit_socket_interface__available_signal_args__socket_arg = +{ + -1, /* ref count */ + (gchar *) "socket", + (gchar *) "(so)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_socket_interface__available_signal_args[] = +{ + &webkit_socket_interface__available_signal_args__socket_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_socket_interface__available_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.In0", + (gchar *) "QSpiObjectReference", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_socket_interface__available_signal_annotations[] = +{ + &webkit_socket_interface__available_signal_annotations__org_qtproject__qt_dbus__qt_type_name__in0_annotation, + NULL, +}; + +const GDBusSignalInfo webkit_socket_interface__available_signal = +{ + -1, /* ref count */ + (gchar *) "Available", + (GDBusArgInfo **) webkit_socket_interface__available_signal_args, + (GDBusAnnotationInfo **) webkit_socket_interface__available_signal_annotations, +}; + +const GDBusSignalInfo * const webkit_socket_interface_signals[] = +{ + &webkit_socket_interface__available_signal, + NULL, +}; + +const GDBusInterfaceInfo webkit_socket_interface = +{ + -1, /* ref count */ + (gchar *) "org.a11y.atspi.Socket", + (GDBusMethodInfo **) webkit_socket_interface_methods, + (GDBusSignalInfo **) webkit_socket_interface_signals, +NULL, /* no properties */ + NULL, /* no annotations */ +}; + +/* ------------------------------------------------------------------------ */ +/* Definitions for org.a11y.atspi.Table */ + +const GDBusArgInfo webkit_table_interface__get_accessible_at_method_in_args__row_arg = +{ + -1, /* ref count */ + (gchar *) "row", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_table_interface__get_accessible_at_method_in_args__column_arg = +{ + -1, /* ref count */ + (gchar *) "column", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_table_interface__get_accessible_at_method_in_args[] = +{ + &webkit_table_interface__get_accessible_at_method_in_args__row_arg, + &webkit_table_interface__get_accessible_at_method_in_args__column_arg, + NULL, +}; + +const GDBusArgInfo webkit_table_interface__get_accessible_at_method_out_args__unnamed_arg2_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg2", + (gchar *) "(so)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_table_interface__get_accessible_at_method_out_args[] = +{ + &webkit_table_interface__get_accessible_at_method_out_args__unnamed_arg2_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_table_interface__get_accessible_at_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.Out0", + (gchar *) "QSpiObjectReference", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_table_interface__get_accessible_at_method_annotations[] = +{ + &webkit_table_interface__get_accessible_at_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation, + NULL, +}; + +const GDBusMethodInfo webkit_table_interface__get_accessible_at_method = +{ + -1, /* ref count */ + (gchar *) "GetAccessibleAt", + (GDBusArgInfo **) webkit_table_interface__get_accessible_at_method_in_args, + (GDBusArgInfo **) webkit_table_interface__get_accessible_at_method_out_args, + (GDBusAnnotationInfo **) webkit_table_interface__get_accessible_at_method_annotations, +}; + +const GDBusArgInfo webkit_table_interface__get_index_at_method_in_args__row_arg = +{ + -1, /* ref count */ + (gchar *) "row", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_table_interface__get_index_at_method_in_args__column_arg = +{ + -1, /* ref count */ + (gchar *) "column", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_table_interface__get_index_at_method_in_args[] = +{ + &webkit_table_interface__get_index_at_method_in_args__row_arg, + &webkit_table_interface__get_index_at_method_in_args__column_arg, + NULL, +}; + +const GDBusArgInfo webkit_table_interface__get_index_at_method_out_args__unnamed_arg2_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg2", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_table_interface__get_index_at_method_out_args[] = +{ + &webkit_table_interface__get_index_at_method_out_args__unnamed_arg2_arg, + NULL, +}; + +const GDBusMethodInfo webkit_table_interface__get_index_at_method = +{ + -1, /* ref count */ + (gchar *) "GetIndexAt", + (GDBusArgInfo **) webkit_table_interface__get_index_at_method_in_args, + (GDBusArgInfo **) webkit_table_interface__get_index_at_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_table_interface__get_row_at_index_method_in_args__index_arg = +{ + -1, /* ref count */ + (gchar *) "index", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_table_interface__get_row_at_index_method_in_args[] = +{ + &webkit_table_interface__get_row_at_index_method_in_args__index_arg, + NULL, +}; + +const GDBusArgInfo webkit_table_interface__get_row_at_index_method_out_args__unnamed_arg1_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg1", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_table_interface__get_row_at_index_method_out_args[] = +{ + &webkit_table_interface__get_row_at_index_method_out_args__unnamed_arg1_arg, + NULL, +}; + +const GDBusMethodInfo webkit_table_interface__get_row_at_index_method = +{ + -1, /* ref count */ + (gchar *) "GetRowAtIndex", + (GDBusArgInfo **) webkit_table_interface__get_row_at_index_method_in_args, + (GDBusArgInfo **) webkit_table_interface__get_row_at_index_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_table_interface__get_column_at_index_method_in_args__index_arg = +{ + -1, /* ref count */ + (gchar *) "index", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_table_interface__get_column_at_index_method_in_args[] = +{ + &webkit_table_interface__get_column_at_index_method_in_args__index_arg, + NULL, +}; + +const GDBusArgInfo webkit_table_interface__get_column_at_index_method_out_args__unnamed_arg1_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg1", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_table_interface__get_column_at_index_method_out_args[] = +{ + &webkit_table_interface__get_column_at_index_method_out_args__unnamed_arg1_arg, + NULL, +}; + +const GDBusMethodInfo webkit_table_interface__get_column_at_index_method = +{ + -1, /* ref count */ + (gchar *) "GetColumnAtIndex", + (GDBusArgInfo **) webkit_table_interface__get_column_at_index_method_in_args, + (GDBusArgInfo **) webkit_table_interface__get_column_at_index_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_table_interface__get_row_description_method_in_args__row_arg = +{ + -1, /* ref count */ + (gchar *) "row", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_table_interface__get_row_description_method_in_args[] = +{ + &webkit_table_interface__get_row_description_method_in_args__row_arg, + NULL, +}; + +const GDBusArgInfo webkit_table_interface__get_row_description_method_out_args__unnamed_arg1_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg1", + (gchar *) "s", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_table_interface__get_row_description_method_out_args[] = +{ + &webkit_table_interface__get_row_description_method_out_args__unnamed_arg1_arg, + NULL, +}; + +const GDBusMethodInfo webkit_table_interface__get_row_description_method = +{ + -1, /* ref count */ + (gchar *) "GetRowDescription", + (GDBusArgInfo **) webkit_table_interface__get_row_description_method_in_args, + (GDBusArgInfo **) webkit_table_interface__get_row_description_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_table_interface__get_column_description_method_in_args__column_arg = +{ + -1, /* ref count */ + (gchar *) "column", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_table_interface__get_column_description_method_in_args[] = +{ + &webkit_table_interface__get_column_description_method_in_args__column_arg, + NULL, +}; + +const GDBusArgInfo webkit_table_interface__get_column_description_method_out_args__unnamed_arg1_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg1", + (gchar *) "s", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_table_interface__get_column_description_method_out_args[] = +{ + &webkit_table_interface__get_column_description_method_out_args__unnamed_arg1_arg, + NULL, +}; + +const GDBusMethodInfo webkit_table_interface__get_column_description_method = +{ + -1, /* ref count */ + (gchar *) "GetColumnDescription", + (GDBusArgInfo **) webkit_table_interface__get_column_description_method_in_args, + (GDBusArgInfo **) webkit_table_interface__get_column_description_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_table_interface__get_row_extent_at_method_in_args__row_arg = +{ + -1, /* ref count */ + (gchar *) "row", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_table_interface__get_row_extent_at_method_in_args__column_arg = +{ + -1, /* ref count */ + (gchar *) "column", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_table_interface__get_row_extent_at_method_in_args[] = +{ + &webkit_table_interface__get_row_extent_at_method_in_args__row_arg, + &webkit_table_interface__get_row_extent_at_method_in_args__column_arg, + NULL, +}; + +const GDBusArgInfo webkit_table_interface__get_row_extent_at_method_out_args__unnamed_arg2_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg2", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_table_interface__get_row_extent_at_method_out_args[] = +{ + &webkit_table_interface__get_row_extent_at_method_out_args__unnamed_arg2_arg, + NULL, +}; + +const GDBusMethodInfo webkit_table_interface__get_row_extent_at_method = +{ + -1, /* ref count */ + (gchar *) "GetRowExtentAt", + (GDBusArgInfo **) webkit_table_interface__get_row_extent_at_method_in_args, + (GDBusArgInfo **) webkit_table_interface__get_row_extent_at_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_table_interface__get_column_extent_at_method_in_args__row_arg = +{ + -1, /* ref count */ + (gchar *) "row", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_table_interface__get_column_extent_at_method_in_args__column_arg = +{ + -1, /* ref count */ + (gchar *) "column", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_table_interface__get_column_extent_at_method_in_args[] = +{ + &webkit_table_interface__get_column_extent_at_method_in_args__row_arg, + &webkit_table_interface__get_column_extent_at_method_in_args__column_arg, + NULL, +}; + +const GDBusArgInfo webkit_table_interface__get_column_extent_at_method_out_args__unnamed_arg2_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg2", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_table_interface__get_column_extent_at_method_out_args[] = +{ + &webkit_table_interface__get_column_extent_at_method_out_args__unnamed_arg2_arg, + NULL, +}; + +const GDBusMethodInfo webkit_table_interface__get_column_extent_at_method = +{ + -1, /* ref count */ + (gchar *) "GetColumnExtentAt", + (GDBusArgInfo **) webkit_table_interface__get_column_extent_at_method_in_args, + (GDBusArgInfo **) webkit_table_interface__get_column_extent_at_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_table_interface__get_row_header_method_in_args__row_arg = +{ + -1, /* ref count */ + (gchar *) "row", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_table_interface__get_row_header_method_in_args[] = +{ + &webkit_table_interface__get_row_header_method_in_args__row_arg, + NULL, +}; + +const GDBusArgInfo webkit_table_interface__get_row_header_method_out_args__unnamed_arg1_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg1", + (gchar *) "(so)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_table_interface__get_row_header_method_out_args[] = +{ + &webkit_table_interface__get_row_header_method_out_args__unnamed_arg1_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_table_interface__get_row_header_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.Out0", + (gchar *) "QSpiObjectReference", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_table_interface__get_row_header_method_annotations[] = +{ + &webkit_table_interface__get_row_header_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation, + NULL, +}; + +const GDBusMethodInfo webkit_table_interface__get_row_header_method = +{ + -1, /* ref count */ + (gchar *) "GetRowHeader", + (GDBusArgInfo **) webkit_table_interface__get_row_header_method_in_args, + (GDBusArgInfo **) webkit_table_interface__get_row_header_method_out_args, + (GDBusAnnotationInfo **) webkit_table_interface__get_row_header_method_annotations, +}; + +const GDBusArgInfo webkit_table_interface__get_column_header_method_in_args__column_arg = +{ + -1, /* ref count */ + (gchar *) "column", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_table_interface__get_column_header_method_in_args[] = +{ + &webkit_table_interface__get_column_header_method_in_args__column_arg, + NULL, +}; + +const GDBusArgInfo webkit_table_interface__get_column_header_method_out_args__unnamed_arg1_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg1", + (gchar *) "(so)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_table_interface__get_column_header_method_out_args[] = +{ + &webkit_table_interface__get_column_header_method_out_args__unnamed_arg1_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_table_interface__get_column_header_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.Out0", + (gchar *) "QSpiObjectReference", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_table_interface__get_column_header_method_annotations[] = +{ + &webkit_table_interface__get_column_header_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation, + NULL, +}; + +const GDBusMethodInfo webkit_table_interface__get_column_header_method = +{ + -1, /* ref count */ + (gchar *) "GetColumnHeader", + (GDBusArgInfo **) webkit_table_interface__get_column_header_method_in_args, + (GDBusArgInfo **) webkit_table_interface__get_column_header_method_out_args, + (GDBusAnnotationInfo **) webkit_table_interface__get_column_header_method_annotations, +}; + +const GDBusArgInfo webkit_table_interface__get_selected_rows_method_out_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "ai", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_table_interface__get_selected_rows_method_out_args[] = +{ + &webkit_table_interface__get_selected_rows_method_out_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_table_interface__get_selected_rows_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.Out0", + (gchar *) "QSpiIntList", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_table_interface__get_selected_rows_method_annotations[] = +{ + &webkit_table_interface__get_selected_rows_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation, + NULL, +}; + +const GDBusMethodInfo webkit_table_interface__get_selected_rows_method = +{ + -1, /* ref count */ + (gchar *) "GetSelectedRows", + NULL, /* no in args */ + (GDBusArgInfo **) webkit_table_interface__get_selected_rows_method_out_args, + (GDBusAnnotationInfo **) webkit_table_interface__get_selected_rows_method_annotations, +}; + +const GDBusArgInfo webkit_table_interface__get_selected_columns_method_out_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "ai", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_table_interface__get_selected_columns_method_out_args[] = +{ + &webkit_table_interface__get_selected_columns_method_out_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_table_interface__get_selected_columns_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.Out0", + (gchar *) "QSpiIntList", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_table_interface__get_selected_columns_method_annotations[] = +{ + &webkit_table_interface__get_selected_columns_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation, + NULL, +}; + +const GDBusMethodInfo webkit_table_interface__get_selected_columns_method = +{ + -1, /* ref count */ + (gchar *) "GetSelectedColumns", + NULL, /* no in args */ + (GDBusArgInfo **) webkit_table_interface__get_selected_columns_method_out_args, + (GDBusAnnotationInfo **) webkit_table_interface__get_selected_columns_method_annotations, +}; + +const GDBusArgInfo webkit_table_interface__is_row_selected_method_in_args__row_arg = +{ + -1, /* ref count */ + (gchar *) "row", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_table_interface__is_row_selected_method_in_args[] = +{ + &webkit_table_interface__is_row_selected_method_in_args__row_arg, + NULL, +}; + +const GDBusArgInfo webkit_table_interface__is_row_selected_method_out_args__unnamed_arg1_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg1", + (gchar *) "b", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_table_interface__is_row_selected_method_out_args[] = +{ + &webkit_table_interface__is_row_selected_method_out_args__unnamed_arg1_arg, + NULL, +}; + +const GDBusMethodInfo webkit_table_interface__is_row_selected_method = +{ + -1, /* ref count */ + (gchar *) "IsRowSelected", + (GDBusArgInfo **) webkit_table_interface__is_row_selected_method_in_args, + (GDBusArgInfo **) webkit_table_interface__is_row_selected_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_table_interface__is_column_selected_method_in_args__column_arg = +{ + -1, /* ref count */ + (gchar *) "column", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_table_interface__is_column_selected_method_in_args[] = +{ + &webkit_table_interface__is_column_selected_method_in_args__column_arg, + NULL, +}; + +const GDBusArgInfo webkit_table_interface__is_column_selected_method_out_args__unnamed_arg1_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg1", + (gchar *) "b", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_table_interface__is_column_selected_method_out_args[] = +{ + &webkit_table_interface__is_column_selected_method_out_args__unnamed_arg1_arg, + NULL, +}; + +const GDBusMethodInfo webkit_table_interface__is_column_selected_method = +{ + -1, /* ref count */ + (gchar *) "IsColumnSelected", + (GDBusArgInfo **) webkit_table_interface__is_column_selected_method_in_args, + (GDBusArgInfo **) webkit_table_interface__is_column_selected_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_table_interface__is_selected_method_in_args__row_arg = +{ + -1, /* ref count */ + (gchar *) "row", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_table_interface__is_selected_method_in_args__column_arg = +{ + -1, /* ref count */ + (gchar *) "column", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_table_interface__is_selected_method_in_args[] = +{ + &webkit_table_interface__is_selected_method_in_args__row_arg, + &webkit_table_interface__is_selected_method_in_args__column_arg, + NULL, +}; + +const GDBusArgInfo webkit_table_interface__is_selected_method_out_args__unnamed_arg2_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg2", + (gchar *) "b", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_table_interface__is_selected_method_out_args[] = +{ + &webkit_table_interface__is_selected_method_out_args__unnamed_arg2_arg, + NULL, +}; + +const GDBusMethodInfo webkit_table_interface__is_selected_method = +{ + -1, /* ref count */ + (gchar *) "IsSelected", + (GDBusArgInfo **) webkit_table_interface__is_selected_method_in_args, + (GDBusArgInfo **) webkit_table_interface__is_selected_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_table_interface__add_row_selection_method_in_args__row_arg = +{ + -1, /* ref count */ + (gchar *) "row", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_table_interface__add_row_selection_method_in_args[] = +{ + &webkit_table_interface__add_row_selection_method_in_args__row_arg, + NULL, +}; + +const GDBusArgInfo webkit_table_interface__add_row_selection_method_out_args__unnamed_arg1_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg1", + (gchar *) "b", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_table_interface__add_row_selection_method_out_args[] = +{ + &webkit_table_interface__add_row_selection_method_out_args__unnamed_arg1_arg, + NULL, +}; + +const GDBusMethodInfo webkit_table_interface__add_row_selection_method = +{ + -1, /* ref count */ + (gchar *) "AddRowSelection", + (GDBusArgInfo **) webkit_table_interface__add_row_selection_method_in_args, + (GDBusArgInfo **) webkit_table_interface__add_row_selection_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_table_interface__add_column_selection_method_in_args__column_arg = +{ + -1, /* ref count */ + (gchar *) "column", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_table_interface__add_column_selection_method_in_args[] = +{ + &webkit_table_interface__add_column_selection_method_in_args__column_arg, + NULL, +}; + +const GDBusArgInfo webkit_table_interface__add_column_selection_method_out_args__unnamed_arg1_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg1", + (gchar *) "b", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_table_interface__add_column_selection_method_out_args[] = +{ + &webkit_table_interface__add_column_selection_method_out_args__unnamed_arg1_arg, + NULL, +}; + +const GDBusMethodInfo webkit_table_interface__add_column_selection_method = +{ + -1, /* ref count */ + (gchar *) "AddColumnSelection", + (GDBusArgInfo **) webkit_table_interface__add_column_selection_method_in_args, + (GDBusArgInfo **) webkit_table_interface__add_column_selection_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_table_interface__remove_row_selection_method_in_args__row_arg = +{ + -1, /* ref count */ + (gchar *) "row", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_table_interface__remove_row_selection_method_in_args[] = +{ + &webkit_table_interface__remove_row_selection_method_in_args__row_arg, + NULL, +}; + +const GDBusArgInfo webkit_table_interface__remove_row_selection_method_out_args__unnamed_arg1_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg1", + (gchar *) "b", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_table_interface__remove_row_selection_method_out_args[] = +{ + &webkit_table_interface__remove_row_selection_method_out_args__unnamed_arg1_arg, + NULL, +}; + +const GDBusMethodInfo webkit_table_interface__remove_row_selection_method = +{ + -1, /* ref count */ + (gchar *) "RemoveRowSelection", + (GDBusArgInfo **) webkit_table_interface__remove_row_selection_method_in_args, + (GDBusArgInfo **) webkit_table_interface__remove_row_selection_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_table_interface__remove_column_selection_method_in_args__column_arg = +{ + -1, /* ref count */ + (gchar *) "column", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_table_interface__remove_column_selection_method_in_args[] = +{ + &webkit_table_interface__remove_column_selection_method_in_args__column_arg, + NULL, +}; + +const GDBusArgInfo webkit_table_interface__remove_column_selection_method_out_args__unnamed_arg1_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg1", + (gchar *) "b", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_table_interface__remove_column_selection_method_out_args[] = +{ + &webkit_table_interface__remove_column_selection_method_out_args__unnamed_arg1_arg, + NULL, +}; + +const GDBusMethodInfo webkit_table_interface__remove_column_selection_method = +{ + -1, /* ref count */ + (gchar *) "RemoveColumnSelection", + (GDBusArgInfo **) webkit_table_interface__remove_column_selection_method_in_args, + (GDBusArgInfo **) webkit_table_interface__remove_column_selection_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_table_interface__get_row_column_extents_at_index_method_in_args__index_arg = +{ + -1, /* ref count */ + (gchar *) "index", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_table_interface__get_row_column_extents_at_index_method_in_args[] = +{ + &webkit_table_interface__get_row_column_extents_at_index_method_in_args__index_arg, + NULL, +}; + +const GDBusArgInfo webkit_table_interface__get_row_column_extents_at_index_method_out_args__unnamed_arg1_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg1", + (gchar *) "b", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_table_interface__get_row_column_extents_at_index_method_out_args__row_arg = +{ + -1, /* ref count */ + (gchar *) "row", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_table_interface__get_row_column_extents_at_index_method_out_args__col_arg = +{ + -1, /* ref count */ + (gchar *) "col", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_table_interface__get_row_column_extents_at_index_method_out_args__row_extents_arg = +{ + -1, /* ref count */ + (gchar *) "row_extents", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_table_interface__get_row_column_extents_at_index_method_out_args__col_extents_arg = +{ + -1, /* ref count */ + (gchar *) "col_extents", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_table_interface__get_row_column_extents_at_index_method_out_args__is_selected_arg = +{ + -1, /* ref count */ + (gchar *) "is_selected", + (gchar *) "b", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_table_interface__get_row_column_extents_at_index_method_out_args[] = +{ + &webkit_table_interface__get_row_column_extents_at_index_method_out_args__unnamed_arg1_arg, + &webkit_table_interface__get_row_column_extents_at_index_method_out_args__row_arg, + &webkit_table_interface__get_row_column_extents_at_index_method_out_args__col_arg, + &webkit_table_interface__get_row_column_extents_at_index_method_out_args__row_extents_arg, + &webkit_table_interface__get_row_column_extents_at_index_method_out_args__col_extents_arg, + &webkit_table_interface__get_row_column_extents_at_index_method_out_args__is_selected_arg, + NULL, +}; + +const GDBusMethodInfo webkit_table_interface__get_row_column_extents_at_index_method = +{ + -1, /* ref count */ + (gchar *) "GetRowColumnExtentsAtIndex", + (GDBusArgInfo **) webkit_table_interface__get_row_column_extents_at_index_method_in_args, + (GDBusArgInfo **) webkit_table_interface__get_row_column_extents_at_index_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusMethodInfo * const webkit_table_interface_methods[] = +{ + &webkit_table_interface__get_accessible_at_method, + &webkit_table_interface__get_index_at_method, + &webkit_table_interface__get_row_at_index_method, + &webkit_table_interface__get_column_at_index_method, + &webkit_table_interface__get_row_description_method, + &webkit_table_interface__get_column_description_method, + &webkit_table_interface__get_row_extent_at_method, + &webkit_table_interface__get_column_extent_at_method, + &webkit_table_interface__get_row_header_method, + &webkit_table_interface__get_column_header_method, + &webkit_table_interface__get_selected_rows_method, + &webkit_table_interface__get_selected_columns_method, + &webkit_table_interface__is_row_selected_method, + &webkit_table_interface__is_column_selected_method, + &webkit_table_interface__is_selected_method, + &webkit_table_interface__add_row_selection_method, + &webkit_table_interface__add_column_selection_method, + &webkit_table_interface__remove_row_selection_method, + &webkit_table_interface__remove_column_selection_method, + &webkit_table_interface__get_row_column_extents_at_index_method, + NULL, +}; + +const GDBusPropertyInfo webkit_table_interface__nrows_property = +{ + -1, /* ref count */ + (gchar *) "NRows", + (gchar *) "i", + G_DBUS_PROPERTY_INFO_FLAGS_READABLE, + NULL, /* no annotations */ +}; + +const GDBusPropertyInfo webkit_table_interface__ncolumns_property = +{ + -1, /* ref count */ + (gchar *) "NColumns", + (gchar *) "i", + G_DBUS_PROPERTY_INFO_FLAGS_READABLE, + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo webkit_table_interface__caption_property_annotations__org_qtproject__qt_dbus__qt_type_name_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName", + (gchar *) "QSpiObjectReference", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_table_interface__caption_property_annotations[] = +{ + &webkit_table_interface__caption_property_annotations__org_qtproject__qt_dbus__qt_type_name_annotation, + NULL, +}; + +const GDBusPropertyInfo webkit_table_interface__caption_property = +{ + -1, /* ref count */ + (gchar *) "Caption", + (gchar *) "(so)", + G_DBUS_PROPERTY_INFO_FLAGS_READABLE, + (GDBusAnnotationInfo **) webkit_table_interface__caption_property_annotations, +}; + +const GDBusAnnotationInfo webkit_table_interface__summary_property_annotations__org_qtproject__qt_dbus__qt_type_name_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName", + (gchar *) "QSpiObjectReference", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_table_interface__summary_property_annotations[] = +{ + &webkit_table_interface__summary_property_annotations__org_qtproject__qt_dbus__qt_type_name_annotation, + NULL, +}; + +const GDBusPropertyInfo webkit_table_interface__summary_property = +{ + -1, /* ref count */ + (gchar *) "Summary", + (gchar *) "(so)", + G_DBUS_PROPERTY_INFO_FLAGS_READABLE, + (GDBusAnnotationInfo **) webkit_table_interface__summary_property_annotations, +}; + +const GDBusPropertyInfo webkit_table_interface__nselected_rows_property = +{ + -1, /* ref count */ + (gchar *) "NSelectedRows", + (gchar *) "i", + G_DBUS_PROPERTY_INFO_FLAGS_READABLE, + NULL, /* no annotations */ +}; + +const GDBusPropertyInfo webkit_table_interface__nselected_columns_property = +{ + -1, /* ref count */ + (gchar *) "NSelectedColumns", + (gchar *) "i", + G_DBUS_PROPERTY_INFO_FLAGS_READABLE, + NULL, /* no annotations */ +}; + +const GDBusPropertyInfo * const webkit_table_interface_properties[] = +{ + &webkit_table_interface__nrows_property, + &webkit_table_interface__ncolumns_property, + &webkit_table_interface__caption_property, + &webkit_table_interface__summary_property, + &webkit_table_interface__nselected_rows_property, + &webkit_table_interface__nselected_columns_property, + NULL, +}; + +const GDBusInterfaceInfo webkit_table_interface = +{ + -1, /* ref count */ + (gchar *) "org.a11y.atspi.Table", + (GDBusMethodInfo **) webkit_table_interface_methods, + NULL, /* no signals */ + (GDBusPropertyInfo **) webkit_table_interface_properties, + NULL, /* no annotations */ +}; + +/* ------------------------------------------------------------------------ */ +/* Definitions for org.a11y.atspi.TableCell */ + +const GDBusArgInfo webkit_table_cell_interface__get_row_header_cells_method_out_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "a(so)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_table_cell_interface__get_row_header_cells_method_out_args[] = +{ + &webkit_table_cell_interface__get_row_header_cells_method_out_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_table_cell_interface__get_row_header_cells_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.Out0", + (gchar *) "QSpiObjectReferenceArray", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_table_cell_interface__get_row_header_cells_method_annotations[] = +{ + &webkit_table_cell_interface__get_row_header_cells_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation, + NULL, +}; + +const GDBusMethodInfo webkit_table_cell_interface__get_row_header_cells_method = +{ + -1, /* ref count */ + (gchar *) "GetRowHeaderCells", + NULL, /* no in args */ + (GDBusArgInfo **) webkit_table_cell_interface__get_row_header_cells_method_out_args, + (GDBusAnnotationInfo **) webkit_table_cell_interface__get_row_header_cells_method_annotations, +}; + +const GDBusArgInfo webkit_table_cell_interface__get_column_header_cells_method_out_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "a(so)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_table_cell_interface__get_column_header_cells_method_out_args[] = +{ + &webkit_table_cell_interface__get_column_header_cells_method_out_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_table_cell_interface__get_column_header_cells_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.Out0", + (gchar *) "QSpiObjectReferenceArray", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_table_cell_interface__get_column_header_cells_method_annotations[] = +{ + &webkit_table_cell_interface__get_column_header_cells_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation, + NULL, +}; + +const GDBusMethodInfo webkit_table_cell_interface__get_column_header_cells_method = +{ + -1, /* ref count */ + (gchar *) "GetColumnHeaderCells", + NULL, /* no in args */ + (GDBusArgInfo **) webkit_table_cell_interface__get_column_header_cells_method_out_args, + (GDBusAnnotationInfo **) webkit_table_cell_interface__get_column_header_cells_method_annotations, +}; + +const GDBusArgInfo webkit_table_cell_interface__get_row_column_span_method_out_args__row_arg = +{ + -1, /* ref count */ + (gchar *) "row", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_table_cell_interface__get_row_column_span_method_out_args__col_arg = +{ + -1, /* ref count */ + (gchar *) "col", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_table_cell_interface__get_row_column_span_method_out_args__row_extents_arg = +{ + -1, /* ref count */ + (gchar *) "row_extents", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_table_cell_interface__get_row_column_span_method_out_args__col_extents_arg = +{ + -1, /* ref count */ + (gchar *) "col_extents", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_table_cell_interface__get_row_column_span_method_out_args[] = +{ + &webkit_table_cell_interface__get_row_column_span_method_out_args__row_arg, + &webkit_table_cell_interface__get_row_column_span_method_out_args__col_arg, + &webkit_table_cell_interface__get_row_column_span_method_out_args__row_extents_arg, + &webkit_table_cell_interface__get_row_column_span_method_out_args__col_extents_arg, + NULL, +}; + +const GDBusMethodInfo webkit_table_cell_interface__get_row_column_span_method = +{ + -1, /* ref count */ + (gchar *) "GetRowColumnSpan", + NULL, /* no in args */ + (GDBusArgInfo **) webkit_table_cell_interface__get_row_column_span_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusMethodInfo * const webkit_table_cell_interface_methods[] = +{ + &webkit_table_cell_interface__get_row_header_cells_method, + &webkit_table_cell_interface__get_column_header_cells_method, + &webkit_table_cell_interface__get_row_column_span_method, + NULL, +}; + +const GDBusPropertyInfo webkit_table_cell_interface__column_span_property = +{ + -1, /* ref count */ + (gchar *) "ColumnSpan", + (gchar *) "i", + G_DBUS_PROPERTY_INFO_FLAGS_READABLE, + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo webkit_table_cell_interface__position_property_annotations__org_qtproject__qt_dbus__qt_type_name_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName", + (gchar *) "QPoint", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_table_cell_interface__position_property_annotations[] = +{ + &webkit_table_cell_interface__position_property_annotations__org_qtproject__qt_dbus__qt_type_name_annotation, + NULL, +}; + +const GDBusPropertyInfo webkit_table_cell_interface__position_property = +{ + -1, /* ref count */ + (gchar *) "Position", + (gchar *) "(ii)", + G_DBUS_PROPERTY_INFO_FLAGS_READABLE, + (GDBusAnnotationInfo **) webkit_table_cell_interface__position_property_annotations, +}; + +const GDBusPropertyInfo webkit_table_cell_interface__row_span_property = +{ + -1, /* ref count */ + (gchar *) "RowSpan", + (gchar *) "i", + G_DBUS_PROPERTY_INFO_FLAGS_READABLE, + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo webkit_table_cell_interface__table_property_annotations__org_qtproject__qt_dbus__qt_type_name_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName", + (gchar *) "QSpiObjectReference", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_table_cell_interface__table_property_annotations[] = +{ + &webkit_table_cell_interface__table_property_annotations__org_qtproject__qt_dbus__qt_type_name_annotation, + NULL, +}; + +const GDBusPropertyInfo webkit_table_cell_interface__table_property = +{ + -1, /* ref count */ + (gchar *) "Table", + (gchar *) "(so)", + G_DBUS_PROPERTY_INFO_FLAGS_READABLE, + (GDBusAnnotationInfo **) webkit_table_cell_interface__table_property_annotations, +}; + +const GDBusPropertyInfo * const webkit_table_cell_interface_properties[] = +{ + &webkit_table_cell_interface__column_span_property, + &webkit_table_cell_interface__position_property, + &webkit_table_cell_interface__row_span_property, + &webkit_table_cell_interface__table_property, + NULL, +}; + +const GDBusInterfaceInfo webkit_table_cell_interface = +{ + -1, /* ref count */ + (gchar *) "org.a11y.atspi.TableCell", + (GDBusMethodInfo **) webkit_table_cell_interface_methods, + NULL, /* no signals */ + (GDBusPropertyInfo **) webkit_table_cell_interface_properties, + NULL, /* no annotations */ +}; + +/* ------------------------------------------------------------------------ */ +/* Definitions for org.a11y.atspi.Text */ + +const GDBusArgInfo webkit_text_interface__get_string_at_offset_method_in_args__offset_arg = +{ + -1, /* ref count */ + (gchar *) "offset", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__get_string_at_offset_method_in_args__granularity_arg = +{ + -1, /* ref count */ + (gchar *) "granularity", + (gchar *) "u", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_text_interface__get_string_at_offset_method_in_args[] = +{ + &webkit_text_interface__get_string_at_offset_method_in_args__offset_arg, + &webkit_text_interface__get_string_at_offset_method_in_args__granularity_arg, + NULL, +}; + +const GDBusArgInfo webkit_text_interface__get_string_at_offset_method_out_args__unnamed_arg2_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg2", + (gchar *) "s", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__get_string_at_offset_method_out_args__startOffset_arg = +{ + -1, /* ref count */ + (gchar *) "startOffset", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__get_string_at_offset_method_out_args__endOffset_arg = +{ + -1, /* ref count */ + (gchar *) "endOffset", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_text_interface__get_string_at_offset_method_out_args[] = +{ + &webkit_text_interface__get_string_at_offset_method_out_args__unnamed_arg2_arg, + &webkit_text_interface__get_string_at_offset_method_out_args__startOffset_arg, + &webkit_text_interface__get_string_at_offset_method_out_args__endOffset_arg, + NULL, +}; + +const GDBusMethodInfo webkit_text_interface__get_string_at_offset_method = +{ + -1, /* ref count */ + (gchar *) "GetStringAtOffset", + (GDBusArgInfo **) webkit_text_interface__get_string_at_offset_method_in_args, + (GDBusArgInfo **) webkit_text_interface__get_string_at_offset_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__get_text_method_in_args__startOffset_arg = +{ + -1, /* ref count */ + (gchar *) "startOffset", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__get_text_method_in_args__endOffset_arg = +{ + -1, /* ref count */ + (gchar *) "endOffset", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_text_interface__get_text_method_in_args[] = +{ + &webkit_text_interface__get_text_method_in_args__startOffset_arg, + &webkit_text_interface__get_text_method_in_args__endOffset_arg, + NULL, +}; + +const GDBusArgInfo webkit_text_interface__get_text_method_out_args__unnamed_arg2_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg2", + (gchar *) "s", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_text_interface__get_text_method_out_args[] = +{ + &webkit_text_interface__get_text_method_out_args__unnamed_arg2_arg, + NULL, +}; + +const GDBusMethodInfo webkit_text_interface__get_text_method = +{ + -1, /* ref count */ + (gchar *) "GetText", + (GDBusArgInfo **) webkit_text_interface__get_text_method_in_args, + (GDBusArgInfo **) webkit_text_interface__get_text_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__set_caret_offset_method_in_args__offset_arg = +{ + -1, /* ref count */ + (gchar *) "offset", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_text_interface__set_caret_offset_method_in_args[] = +{ + &webkit_text_interface__set_caret_offset_method_in_args__offset_arg, + NULL, +}; + +const GDBusArgInfo webkit_text_interface__set_caret_offset_method_out_args__unnamed_arg1_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg1", + (gchar *) "b", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_text_interface__set_caret_offset_method_out_args[] = +{ + &webkit_text_interface__set_caret_offset_method_out_args__unnamed_arg1_arg, + NULL, +}; + +const GDBusMethodInfo webkit_text_interface__set_caret_offset_method = +{ + -1, /* ref count */ + (gchar *) "SetCaretOffset", + (GDBusArgInfo **) webkit_text_interface__set_caret_offset_method_in_args, + (GDBusArgInfo **) webkit_text_interface__set_caret_offset_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__get_text_before_offset_method_in_args__offset_arg = +{ + -1, /* ref count */ + (gchar *) "offset", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__get_text_before_offset_method_in_args__type_arg = +{ + -1, /* ref count */ + (gchar *) "type", + (gchar *) "u", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_text_interface__get_text_before_offset_method_in_args[] = +{ + &webkit_text_interface__get_text_before_offset_method_in_args__offset_arg, + &webkit_text_interface__get_text_before_offset_method_in_args__type_arg, + NULL, +}; + +const GDBusArgInfo webkit_text_interface__get_text_before_offset_method_out_args__unnamed_arg2_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg2", + (gchar *) "s", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__get_text_before_offset_method_out_args__startOffset_arg = +{ + -1, /* ref count */ + (gchar *) "startOffset", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__get_text_before_offset_method_out_args__endOffset_arg = +{ + -1, /* ref count */ + (gchar *) "endOffset", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_text_interface__get_text_before_offset_method_out_args[] = +{ + &webkit_text_interface__get_text_before_offset_method_out_args__unnamed_arg2_arg, + &webkit_text_interface__get_text_before_offset_method_out_args__startOffset_arg, + &webkit_text_interface__get_text_before_offset_method_out_args__endOffset_arg, + NULL, +}; + +const GDBusMethodInfo webkit_text_interface__get_text_before_offset_method = +{ + -1, /* ref count */ + (gchar *) "GetTextBeforeOffset", + (GDBusArgInfo **) webkit_text_interface__get_text_before_offset_method_in_args, + (GDBusArgInfo **) webkit_text_interface__get_text_before_offset_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__get_text_at_offset_method_in_args__offset_arg = +{ + -1, /* ref count */ + (gchar *) "offset", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__get_text_at_offset_method_in_args__type_arg = +{ + -1, /* ref count */ + (gchar *) "type", + (gchar *) "u", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_text_interface__get_text_at_offset_method_in_args[] = +{ + &webkit_text_interface__get_text_at_offset_method_in_args__offset_arg, + &webkit_text_interface__get_text_at_offset_method_in_args__type_arg, + NULL, +}; + +const GDBusArgInfo webkit_text_interface__get_text_at_offset_method_out_args__unnamed_arg2_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg2", + (gchar *) "s", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__get_text_at_offset_method_out_args__startOffset_arg = +{ + -1, /* ref count */ + (gchar *) "startOffset", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__get_text_at_offset_method_out_args__endOffset_arg = +{ + -1, /* ref count */ + (gchar *) "endOffset", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_text_interface__get_text_at_offset_method_out_args[] = +{ + &webkit_text_interface__get_text_at_offset_method_out_args__unnamed_arg2_arg, + &webkit_text_interface__get_text_at_offset_method_out_args__startOffset_arg, + &webkit_text_interface__get_text_at_offset_method_out_args__endOffset_arg, + NULL, +}; + +const GDBusMethodInfo webkit_text_interface__get_text_at_offset_method = +{ + -1, /* ref count */ + (gchar *) "GetTextAtOffset", + (GDBusArgInfo **) webkit_text_interface__get_text_at_offset_method_in_args, + (GDBusArgInfo **) webkit_text_interface__get_text_at_offset_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__get_text_after_offset_method_in_args__offset_arg = +{ + -1, /* ref count */ + (gchar *) "offset", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__get_text_after_offset_method_in_args__type_arg = +{ + -1, /* ref count */ + (gchar *) "type", + (gchar *) "u", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_text_interface__get_text_after_offset_method_in_args[] = +{ + &webkit_text_interface__get_text_after_offset_method_in_args__offset_arg, + &webkit_text_interface__get_text_after_offset_method_in_args__type_arg, + NULL, +}; + +const GDBusArgInfo webkit_text_interface__get_text_after_offset_method_out_args__unnamed_arg2_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg2", + (gchar *) "s", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__get_text_after_offset_method_out_args__startOffset_arg = +{ + -1, /* ref count */ + (gchar *) "startOffset", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__get_text_after_offset_method_out_args__endOffset_arg = +{ + -1, /* ref count */ + (gchar *) "endOffset", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_text_interface__get_text_after_offset_method_out_args[] = +{ + &webkit_text_interface__get_text_after_offset_method_out_args__unnamed_arg2_arg, + &webkit_text_interface__get_text_after_offset_method_out_args__startOffset_arg, + &webkit_text_interface__get_text_after_offset_method_out_args__endOffset_arg, + NULL, +}; + +const GDBusMethodInfo webkit_text_interface__get_text_after_offset_method = +{ + -1, /* ref count */ + (gchar *) "GetTextAfterOffset", + (GDBusArgInfo **) webkit_text_interface__get_text_after_offset_method_in_args, + (GDBusArgInfo **) webkit_text_interface__get_text_after_offset_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__get_character_at_offset_method_in_args__offset_arg = +{ + -1, /* ref count */ + (gchar *) "offset", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_text_interface__get_character_at_offset_method_in_args[] = +{ + &webkit_text_interface__get_character_at_offset_method_in_args__offset_arg, + NULL, +}; + +const GDBusArgInfo webkit_text_interface__get_character_at_offset_method_out_args__unnamed_arg1_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg1", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_text_interface__get_character_at_offset_method_out_args[] = +{ + &webkit_text_interface__get_character_at_offset_method_out_args__unnamed_arg1_arg, + NULL, +}; + +const GDBusMethodInfo webkit_text_interface__get_character_at_offset_method = +{ + -1, /* ref count */ + (gchar *) "GetCharacterAtOffset", + (GDBusArgInfo **) webkit_text_interface__get_character_at_offset_method_in_args, + (GDBusArgInfo **) webkit_text_interface__get_character_at_offset_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__get_attribute_value_method_in_args__offset_arg = +{ + -1, /* ref count */ + (gchar *) "offset", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__get_attribute_value_method_in_args__attributeName_arg = +{ + -1, /* ref count */ + (gchar *) "attributeName", + (gchar *) "s", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_text_interface__get_attribute_value_method_in_args[] = +{ + &webkit_text_interface__get_attribute_value_method_in_args__offset_arg, + &webkit_text_interface__get_attribute_value_method_in_args__attributeName_arg, + NULL, +}; + +const GDBusArgInfo webkit_text_interface__get_attribute_value_method_out_args__unnamed_arg2_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg2", + (gchar *) "s", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_text_interface__get_attribute_value_method_out_args[] = +{ + &webkit_text_interface__get_attribute_value_method_out_args__unnamed_arg2_arg, + NULL, +}; + +const GDBusMethodInfo webkit_text_interface__get_attribute_value_method = +{ + -1, /* ref count */ + (gchar *) "GetAttributeValue", + (GDBusArgInfo **) webkit_text_interface__get_attribute_value_method_in_args, + (GDBusArgInfo **) webkit_text_interface__get_attribute_value_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__get_attributes_method_in_args__offset_arg = +{ + -1, /* ref count */ + (gchar *) "offset", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_text_interface__get_attributes_method_in_args[] = +{ + &webkit_text_interface__get_attributes_method_in_args__offset_arg, + NULL, +}; + +const GDBusArgInfo webkit_text_interface__get_attributes_method_out_args__unnamed_arg1_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg1", + (gchar *) "a{ss}", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__get_attributes_method_out_args__startOffset_arg = +{ + -1, /* ref count */ + (gchar *) "startOffset", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__get_attributes_method_out_args__endOffset_arg = +{ + -1, /* ref count */ + (gchar *) "endOffset", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_text_interface__get_attributes_method_out_args[] = +{ + &webkit_text_interface__get_attributes_method_out_args__unnamed_arg1_arg, + &webkit_text_interface__get_attributes_method_out_args__startOffset_arg, + &webkit_text_interface__get_attributes_method_out_args__endOffset_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_text_interface__get_attributes_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.Out0", + (gchar *) "QSpiAttributeSet", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_text_interface__get_attributes_method_annotations[] = +{ + &webkit_text_interface__get_attributes_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation, + NULL, +}; + +const GDBusMethodInfo webkit_text_interface__get_attributes_method = +{ + -1, /* ref count */ + (gchar *) "GetAttributes", + (GDBusArgInfo **) webkit_text_interface__get_attributes_method_in_args, + (GDBusArgInfo **) webkit_text_interface__get_attributes_method_out_args, + (GDBusAnnotationInfo **) webkit_text_interface__get_attributes_method_annotations, +}; + +const GDBusArgInfo webkit_text_interface__get_default_attributes_method_out_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "a{ss}", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_text_interface__get_default_attributes_method_out_args[] = +{ + &webkit_text_interface__get_default_attributes_method_out_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_text_interface__get_default_attributes_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.Out0", + (gchar *) "QSpiAttributeSet", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_text_interface__get_default_attributes_method_annotations[] = +{ + &webkit_text_interface__get_default_attributes_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation, + NULL, +}; + +const GDBusMethodInfo webkit_text_interface__get_default_attributes_method = +{ + -1, /* ref count */ + (gchar *) "GetDefaultAttributes", + NULL, /* no in args */ + (GDBusArgInfo **) webkit_text_interface__get_default_attributes_method_out_args, + (GDBusAnnotationInfo **) webkit_text_interface__get_default_attributes_method_annotations, +}; + +const GDBusArgInfo webkit_text_interface__get_character_extents_method_in_args__offset_arg = +{ + -1, /* ref count */ + (gchar *) "offset", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__get_character_extents_method_in_args__coordType_arg = +{ + -1, /* ref count */ + (gchar *) "coordType", + (gchar *) "u", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_text_interface__get_character_extents_method_in_args[] = +{ + &webkit_text_interface__get_character_extents_method_in_args__offset_arg, + &webkit_text_interface__get_character_extents_method_in_args__coordType_arg, + NULL, +}; + +const GDBusArgInfo webkit_text_interface__get_character_extents_method_out_args__x_arg = +{ + -1, /* ref count */ + (gchar *) "x", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__get_character_extents_method_out_args__y_arg = +{ + -1, /* ref count */ + (gchar *) "y", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__get_character_extents_method_out_args__width_arg = +{ + -1, /* ref count */ + (gchar *) "width", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__get_character_extents_method_out_args__height_arg = +{ + -1, /* ref count */ + (gchar *) "height", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_text_interface__get_character_extents_method_out_args[] = +{ + &webkit_text_interface__get_character_extents_method_out_args__x_arg, + &webkit_text_interface__get_character_extents_method_out_args__y_arg, + &webkit_text_interface__get_character_extents_method_out_args__width_arg, + &webkit_text_interface__get_character_extents_method_out_args__height_arg, + NULL, +}; + +const GDBusMethodInfo webkit_text_interface__get_character_extents_method = +{ + -1, /* ref count */ + (gchar *) "GetCharacterExtents", + (GDBusArgInfo **) webkit_text_interface__get_character_extents_method_in_args, + (GDBusArgInfo **) webkit_text_interface__get_character_extents_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__get_offset_at_point_method_in_args__x_arg = +{ + -1, /* ref count */ + (gchar *) "x", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__get_offset_at_point_method_in_args__y_arg = +{ + -1, /* ref count */ + (gchar *) "y", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__get_offset_at_point_method_in_args__coordType_arg = +{ + -1, /* ref count */ + (gchar *) "coordType", + (gchar *) "u", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_text_interface__get_offset_at_point_method_in_args[] = +{ + &webkit_text_interface__get_offset_at_point_method_in_args__x_arg, + &webkit_text_interface__get_offset_at_point_method_in_args__y_arg, + &webkit_text_interface__get_offset_at_point_method_in_args__coordType_arg, + NULL, +}; + +const GDBusArgInfo webkit_text_interface__get_offset_at_point_method_out_args__unnamed_arg3_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg3", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_text_interface__get_offset_at_point_method_out_args[] = +{ + &webkit_text_interface__get_offset_at_point_method_out_args__unnamed_arg3_arg, + NULL, +}; + +const GDBusMethodInfo webkit_text_interface__get_offset_at_point_method = +{ + -1, /* ref count */ + (gchar *) "GetOffsetAtPoint", + (GDBusArgInfo **) webkit_text_interface__get_offset_at_point_method_in_args, + (GDBusArgInfo **) webkit_text_interface__get_offset_at_point_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__get_nselections_method_out_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_text_interface__get_nselections_method_out_args[] = +{ + &webkit_text_interface__get_nselections_method_out_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusMethodInfo webkit_text_interface__get_nselections_method = +{ + -1, /* ref count */ + (gchar *) "GetNSelections", + NULL, /* no in args */ + (GDBusArgInfo **) webkit_text_interface__get_nselections_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__get_selection_method_in_args__selectionNum_arg = +{ + -1, /* ref count */ + (gchar *) "selectionNum", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_text_interface__get_selection_method_in_args[] = +{ + &webkit_text_interface__get_selection_method_in_args__selectionNum_arg, + NULL, +}; + +const GDBusArgInfo webkit_text_interface__get_selection_method_out_args__startOffset_arg = +{ + -1, /* ref count */ + (gchar *) "startOffset", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__get_selection_method_out_args__endOffset_arg = +{ + -1, /* ref count */ + (gchar *) "endOffset", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_text_interface__get_selection_method_out_args[] = +{ + &webkit_text_interface__get_selection_method_out_args__startOffset_arg, + &webkit_text_interface__get_selection_method_out_args__endOffset_arg, + NULL, +}; + +const GDBusMethodInfo webkit_text_interface__get_selection_method = +{ + -1, /* ref count */ + (gchar *) "GetSelection", + (GDBusArgInfo **) webkit_text_interface__get_selection_method_in_args, + (GDBusArgInfo **) webkit_text_interface__get_selection_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__add_selection_method_in_args__startOffset_arg = +{ + -1, /* ref count */ + (gchar *) "startOffset", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__add_selection_method_in_args__endOffset_arg = +{ + -1, /* ref count */ + (gchar *) "endOffset", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_text_interface__add_selection_method_in_args[] = +{ + &webkit_text_interface__add_selection_method_in_args__startOffset_arg, + &webkit_text_interface__add_selection_method_in_args__endOffset_arg, + NULL, +}; + +const GDBusArgInfo webkit_text_interface__add_selection_method_out_args__unnamed_arg2_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg2", + (gchar *) "b", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_text_interface__add_selection_method_out_args[] = +{ + &webkit_text_interface__add_selection_method_out_args__unnamed_arg2_arg, + NULL, +}; + +const GDBusMethodInfo webkit_text_interface__add_selection_method = +{ + -1, /* ref count */ + (gchar *) "AddSelection", + (GDBusArgInfo **) webkit_text_interface__add_selection_method_in_args, + (GDBusArgInfo **) webkit_text_interface__add_selection_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__remove_selection_method_in_args__selectionNum_arg = +{ + -1, /* ref count */ + (gchar *) "selectionNum", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_text_interface__remove_selection_method_in_args[] = +{ + &webkit_text_interface__remove_selection_method_in_args__selectionNum_arg, + NULL, +}; + +const GDBusArgInfo webkit_text_interface__remove_selection_method_out_args__unnamed_arg1_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg1", + (gchar *) "b", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_text_interface__remove_selection_method_out_args[] = +{ + &webkit_text_interface__remove_selection_method_out_args__unnamed_arg1_arg, + NULL, +}; + +const GDBusMethodInfo webkit_text_interface__remove_selection_method = +{ + -1, /* ref count */ + (gchar *) "RemoveSelection", + (GDBusArgInfo **) webkit_text_interface__remove_selection_method_in_args, + (GDBusArgInfo **) webkit_text_interface__remove_selection_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__set_selection_method_in_args__selectionNum_arg = +{ + -1, /* ref count */ + (gchar *) "selectionNum", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__set_selection_method_in_args__startOffset_arg = +{ + -1, /* ref count */ + (gchar *) "startOffset", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__set_selection_method_in_args__endOffset_arg = +{ + -1, /* ref count */ + (gchar *) "endOffset", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_text_interface__set_selection_method_in_args[] = +{ + &webkit_text_interface__set_selection_method_in_args__selectionNum_arg, + &webkit_text_interface__set_selection_method_in_args__startOffset_arg, + &webkit_text_interface__set_selection_method_in_args__endOffset_arg, + NULL, +}; + +const GDBusArgInfo webkit_text_interface__set_selection_method_out_args__unnamed_arg3_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg3", + (gchar *) "b", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_text_interface__set_selection_method_out_args[] = +{ + &webkit_text_interface__set_selection_method_out_args__unnamed_arg3_arg, + NULL, +}; + +const GDBusMethodInfo webkit_text_interface__set_selection_method = +{ + -1, /* ref count */ + (gchar *) "SetSelection", + (GDBusArgInfo **) webkit_text_interface__set_selection_method_in_args, + (GDBusArgInfo **) webkit_text_interface__set_selection_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__get_range_extents_method_in_args__startOffset_arg = +{ + -1, /* ref count */ + (gchar *) "startOffset", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__get_range_extents_method_in_args__endOffset_arg = +{ + -1, /* ref count */ + (gchar *) "endOffset", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__get_range_extents_method_in_args__coordType_arg = +{ + -1, /* ref count */ + (gchar *) "coordType", + (gchar *) "u", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_text_interface__get_range_extents_method_in_args[] = +{ + &webkit_text_interface__get_range_extents_method_in_args__startOffset_arg, + &webkit_text_interface__get_range_extents_method_in_args__endOffset_arg, + &webkit_text_interface__get_range_extents_method_in_args__coordType_arg, + NULL, +}; + +const GDBusArgInfo webkit_text_interface__get_range_extents_method_out_args__x_arg = +{ + -1, /* ref count */ + (gchar *) "x", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__get_range_extents_method_out_args__y_arg = +{ + -1, /* ref count */ + (gchar *) "y", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__get_range_extents_method_out_args__width_arg = +{ + -1, /* ref count */ + (gchar *) "width", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__get_range_extents_method_out_args__height_arg = +{ + -1, /* ref count */ + (gchar *) "height", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_text_interface__get_range_extents_method_out_args[] = +{ + &webkit_text_interface__get_range_extents_method_out_args__x_arg, + &webkit_text_interface__get_range_extents_method_out_args__y_arg, + &webkit_text_interface__get_range_extents_method_out_args__width_arg, + &webkit_text_interface__get_range_extents_method_out_args__height_arg, + NULL, +}; + +const GDBusMethodInfo webkit_text_interface__get_range_extents_method = +{ + -1, /* ref count */ + (gchar *) "GetRangeExtents", + (GDBusArgInfo **) webkit_text_interface__get_range_extents_method_in_args, + (GDBusArgInfo **) webkit_text_interface__get_range_extents_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__get_bounded_ranges_method_in_args__x_arg = +{ + -1, /* ref count */ + (gchar *) "x", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__get_bounded_ranges_method_in_args__y_arg = +{ + -1, /* ref count */ + (gchar *) "y", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__get_bounded_ranges_method_in_args__width_arg = +{ + -1, /* ref count */ + (gchar *) "width", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__get_bounded_ranges_method_in_args__height_arg = +{ + -1, /* ref count */ + (gchar *) "height", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__get_bounded_ranges_method_in_args__coordType_arg = +{ + -1, /* ref count */ + (gchar *) "coordType", + (gchar *) "u", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__get_bounded_ranges_method_in_args__xClipType_arg = +{ + -1, /* ref count */ + (gchar *) "xClipType", + (gchar *) "u", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__get_bounded_ranges_method_in_args__yClipType_arg = +{ + -1, /* ref count */ + (gchar *) "yClipType", + (gchar *) "u", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_text_interface__get_bounded_ranges_method_in_args[] = +{ + &webkit_text_interface__get_bounded_ranges_method_in_args__x_arg, + &webkit_text_interface__get_bounded_ranges_method_in_args__y_arg, + &webkit_text_interface__get_bounded_ranges_method_in_args__width_arg, + &webkit_text_interface__get_bounded_ranges_method_in_args__height_arg, + &webkit_text_interface__get_bounded_ranges_method_in_args__coordType_arg, + &webkit_text_interface__get_bounded_ranges_method_in_args__xClipType_arg, + &webkit_text_interface__get_bounded_ranges_method_in_args__yClipType_arg, + NULL, +}; + +const GDBusArgInfo webkit_text_interface__get_bounded_ranges_method_out_args__unnamed_arg7_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg7", + (gchar *) "a(iisv)", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_text_interface__get_bounded_ranges_method_out_args[] = +{ + &webkit_text_interface__get_bounded_ranges_method_out_args__unnamed_arg7_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_text_interface__get_bounded_ranges_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.Out0", + (gchar *) "QSpiRangeList", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_text_interface__get_bounded_ranges_method_annotations[] = +{ + &webkit_text_interface__get_bounded_ranges_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation, + NULL, +}; + +const GDBusMethodInfo webkit_text_interface__get_bounded_ranges_method = +{ + -1, /* ref count */ + (gchar *) "GetBoundedRanges", + (GDBusArgInfo **) webkit_text_interface__get_bounded_ranges_method_in_args, + (GDBusArgInfo **) webkit_text_interface__get_bounded_ranges_method_out_args, + (GDBusAnnotationInfo **) webkit_text_interface__get_bounded_ranges_method_annotations, +}; + +const GDBusArgInfo webkit_text_interface__get_attribute_run_method_in_args__offset_arg = +{ + -1, /* ref count */ + (gchar *) "offset", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__get_attribute_run_method_in_args__includeDefaults_arg = +{ + -1, /* ref count */ + (gchar *) "includeDefaults", + (gchar *) "b", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_text_interface__get_attribute_run_method_in_args[] = +{ + &webkit_text_interface__get_attribute_run_method_in_args__offset_arg, + &webkit_text_interface__get_attribute_run_method_in_args__includeDefaults_arg, + NULL, +}; + +const GDBusArgInfo webkit_text_interface__get_attribute_run_method_out_args__unnamed_arg2_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg2", + (gchar *) "a{ss}", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__get_attribute_run_method_out_args__startOffset_arg = +{ + -1, /* ref count */ + (gchar *) "startOffset", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__get_attribute_run_method_out_args__endOffset_arg = +{ + -1, /* ref count */ + (gchar *) "endOffset", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_text_interface__get_attribute_run_method_out_args[] = +{ + &webkit_text_interface__get_attribute_run_method_out_args__unnamed_arg2_arg, + &webkit_text_interface__get_attribute_run_method_out_args__startOffset_arg, + &webkit_text_interface__get_attribute_run_method_out_args__endOffset_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_text_interface__get_attribute_run_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.Out0", + (gchar *) "QSpiAttributeSet", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_text_interface__get_attribute_run_method_annotations[] = +{ + &webkit_text_interface__get_attribute_run_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation, + NULL, +}; + +const GDBusMethodInfo webkit_text_interface__get_attribute_run_method = +{ + -1, /* ref count */ + (gchar *) "GetAttributeRun", + (GDBusArgInfo **) webkit_text_interface__get_attribute_run_method_in_args, + (GDBusArgInfo **) webkit_text_interface__get_attribute_run_method_out_args, + (GDBusAnnotationInfo **) webkit_text_interface__get_attribute_run_method_annotations, +}; + +const GDBusArgInfo webkit_text_interface__get_default_attribute_set_method_out_args__unnamed_arg0_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg0", + (gchar *) "a{ss}", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_text_interface__get_default_attribute_set_method_out_args[] = +{ + &webkit_text_interface__get_default_attribute_set_method_out_args__unnamed_arg0_arg, + NULL, +}; + +const GDBusAnnotationInfo webkit_text_interface__get_default_attribute_set_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation = +{ + -1, /* ref count */ + (gchar *) "org.qtproject.QtDBus.QtTypeName.Out0", + (gchar *) "QSpiAttributeSet", + NULL, /* no annotations */ +}; + +const GDBusAnnotationInfo * const webkit_text_interface__get_default_attribute_set_method_annotations[] = +{ + &webkit_text_interface__get_default_attribute_set_method_annotations__org_qtproject__qt_dbus__qt_type_name__out0_annotation, + NULL, +}; + +const GDBusMethodInfo webkit_text_interface__get_default_attribute_set_method = +{ + -1, /* ref count */ + (gchar *) "GetDefaultAttributeSet", + NULL, /* no in args */ + (GDBusArgInfo **) webkit_text_interface__get_default_attribute_set_method_out_args, + (GDBusAnnotationInfo **) webkit_text_interface__get_default_attribute_set_method_annotations, +}; + +const GDBusArgInfo webkit_text_interface__scroll_substring_to_method_in_args__startOffset_arg = +{ + -1, /* ref count */ + (gchar *) "startOffset", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__scroll_substring_to_method_in_args__endOffset_arg = +{ + -1, /* ref count */ + (gchar *) "endOffset", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__scroll_substring_to_method_in_args__type_arg = +{ + -1, /* ref count */ + (gchar *) "type", + (gchar *) "u", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_text_interface__scroll_substring_to_method_in_args[] = +{ + &webkit_text_interface__scroll_substring_to_method_in_args__startOffset_arg, + &webkit_text_interface__scroll_substring_to_method_in_args__endOffset_arg, + &webkit_text_interface__scroll_substring_to_method_in_args__type_arg, + NULL, +}; + +const GDBusArgInfo webkit_text_interface__scroll_substring_to_method_out_args__unnamed_arg3_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg3", + (gchar *) "b", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_text_interface__scroll_substring_to_method_out_args[] = +{ + &webkit_text_interface__scroll_substring_to_method_out_args__unnamed_arg3_arg, + NULL, +}; + +const GDBusMethodInfo webkit_text_interface__scroll_substring_to_method = +{ + -1, /* ref count */ + (gchar *) "ScrollSubstringTo", + (GDBusArgInfo **) webkit_text_interface__scroll_substring_to_method_in_args, + (GDBusArgInfo **) webkit_text_interface__scroll_substring_to_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__scroll_substring_to_point_method_in_args__startOffset_arg = +{ + -1, /* ref count */ + (gchar *) "startOffset", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__scroll_substring_to_point_method_in_args__endOffset_arg = +{ + -1, /* ref count */ + (gchar *) "endOffset", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__scroll_substring_to_point_method_in_args__type_arg = +{ + -1, /* ref count */ + (gchar *) "type", + (gchar *) "u", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__scroll_substring_to_point_method_in_args__x_arg = +{ + -1, /* ref count */ + (gchar *) "x", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo webkit_text_interface__scroll_substring_to_point_method_in_args__y_arg = +{ + -1, /* ref count */ + (gchar *) "y", + (gchar *) "i", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_text_interface__scroll_substring_to_point_method_in_args[] = +{ + &webkit_text_interface__scroll_substring_to_point_method_in_args__startOffset_arg, + &webkit_text_interface__scroll_substring_to_point_method_in_args__endOffset_arg, + &webkit_text_interface__scroll_substring_to_point_method_in_args__type_arg, + &webkit_text_interface__scroll_substring_to_point_method_in_args__x_arg, + &webkit_text_interface__scroll_substring_to_point_method_in_args__y_arg, + NULL, +}; + +const GDBusArgInfo webkit_text_interface__scroll_substring_to_point_method_out_args__unnamed_arg5_arg = +{ + -1, /* ref count */ + (gchar *) "unnamed_arg5", + (gchar *) "b", + NULL, /* no annotations */ +}; + +const GDBusArgInfo * const webkit_text_interface__scroll_substring_to_point_method_out_args[] = +{ + &webkit_text_interface__scroll_substring_to_point_method_out_args__unnamed_arg5_arg, + NULL, +}; + +const GDBusMethodInfo webkit_text_interface__scroll_substring_to_point_method = +{ + -1, /* ref count */ + (gchar *) "ScrollSubstringToPoint", + (GDBusArgInfo **) webkit_text_interface__scroll_substring_to_point_method_in_args, + (GDBusArgInfo **) webkit_text_interface__scroll_substring_to_point_method_out_args, + NULL, /* no annotations */ +}; + +const GDBusMethodInfo * const webkit_text_interface_methods[] = +{ + &webkit_text_interface__get_string_at_offset_method, + &webkit_text_interface__get_text_method, + &webkit_text_interface__set_caret_offset_method, + &webkit_text_interface__get_text_before_offset_method, + &webkit_text_interface__get_text_at_offset_method, + &webkit_text_interface__get_text_after_offset_method, + &webkit_text_interface__get_character_at_offset_method, + &webkit_text_interface__get_attribute_value_method, + &webkit_text_interface__get_attributes_method, + &webkit_text_interface__get_default_attributes_method, + &webkit_text_interface__get_character_extents_method, + &webkit_text_interface__get_offset_at_point_method, + &webkit_text_interface__get_nselections_method, + &webkit_text_interface__get_selection_method, + &webkit_text_interface__add_selection_method, + &webkit_text_interface__remove_selection_method, + &webkit_text_interface__set_selection_method, + &webkit_text_interface__get_range_extents_method, + &webkit_text_interface__get_bounded_ranges_method, + &webkit_text_interface__get_attribute_run_method, + &webkit_text_interface__get_default_attribute_set_method, + &webkit_text_interface__scroll_substring_to_method, + &webkit_text_interface__scroll_substring_to_point_method, + NULL, +}; + +const GDBusPropertyInfo webkit_text_interface__character_count_property = +{ + -1, /* ref count */ + (gchar *) "CharacterCount", + (gchar *) "i", + G_DBUS_PROPERTY_INFO_FLAGS_READABLE, + NULL, /* no annotations */ +}; + +const GDBusPropertyInfo webkit_text_interface__caret_offset_property = +{ + -1, /* ref count */ + (gchar *) "CaretOffset", + (gchar *) "i", + G_DBUS_PROPERTY_INFO_FLAGS_READABLE, + NULL, /* no annotations */ +}; + +const GDBusPropertyInfo * const webkit_text_interface_properties[] = +{ + &webkit_text_interface__character_count_property, + &webkit_text_interface__caret_offset_property, + NULL, +}; + +const GDBusInterfaceInfo webkit_text_interface = +{ + -1, /* ref count */ + (gchar *) "org.a11y.atspi.Text", + (GDBusMethodInfo **) webkit_text_interface_methods, + NULL, /* no signals */ + (GDBusPropertyInfo **) webkit_text_interface_properties, + NULL, /* no annotations */ +}; + +/* ------------------------------------------------------------------------ */ +/* Definitions for org.a11y.atspi.Value */ + +const GDBusPropertyInfo webkit_value_interface__minimum_value_property = +{ + -1, /* ref count */ + (gchar *) "MinimumValue", + (gchar *) "d", + G_DBUS_PROPERTY_INFO_FLAGS_READABLE, + NULL, /* no annotations */ +}; + +const GDBusPropertyInfo webkit_value_interface__maximum_value_property = +{ + -1, /* ref count */ + (gchar *) "MaximumValue", + (gchar *) "d", + G_DBUS_PROPERTY_INFO_FLAGS_READABLE, + NULL, /* no annotations */ +}; + +const GDBusPropertyInfo webkit_value_interface__minimum_increment_property = +{ + -1, /* ref count */ + (gchar *) "MinimumIncrement", + (gchar *) "d", + G_DBUS_PROPERTY_INFO_FLAGS_READABLE, + NULL, /* no annotations */ +}; + +const GDBusPropertyInfo webkit_value_interface__current_value_property = +{ + -1, /* ref count */ + (gchar *) "CurrentValue", + (gchar *) "d", + G_DBUS_PROPERTY_INFO_FLAGS_READABLE | G_DBUS_PROPERTY_INFO_FLAGS_WRITABLE, + NULL, /* no annotations */ +}; + +const GDBusPropertyInfo * const webkit_value_interface_properties[] = +{ + &webkit_value_interface__minimum_value_property, + &webkit_value_interface__maximum_value_property, + &webkit_value_interface__minimum_increment_property, + &webkit_value_interface__current_value_property, + NULL, +}; + +const GDBusInterfaceInfo webkit_value_interface = +{ + -1, /* ref count */ + (gchar *) "org.a11y.atspi.Value", + NULL, /* no methods */ + NULL, /* no signals */ + (GDBusPropertyInfo **) webkit_value_interface_properties, + NULL, /* no annotations */ +}; + diff -urpN webkitgtk-2.36.0.gstreamer/Source/WebCore/accessibility/atspi/AccessibilityAtspiInterfaces.h webkitgtk-2.36.0.glib/Source/WebCore/accessibility/atspi/AccessibilityAtspiInterfaces.h --- webkitgtk-2.36.0.gstreamer/Source/WebCore/accessibility/atspi/AccessibilityAtspiInterfaces.h 1969-12-31 18:00:00.000000000 -0600 +++ webkitgtk-2.36.0.glib/Source/WebCore/accessibility/atspi/AccessibilityAtspiInterfaces.h 2022-03-21 12:50:09.059077662 -0500 @@ -0,0 +1,46 @@ +/* + * This file is generated by gdbus-codegen, do not modify it. + * + * The license of this code is the same as for the D-Bus interface description + * it was derived from. Note that it links to GLib, so must comply with the + * LGPL linking clauses. + */ + +#ifndef __ACCESSIBILITYATSPIINTERFACES_H__ +#define __ACCESSIBILITYATSPIINTERFACES_H__ + +#include <gio/gio.h> + +G_BEGIN_DECLS + +extern const GDBusInterfaceInfo webkit_accessible_interface; +extern const GDBusInterfaceInfo webkit_action_interface; +extern const GDBusInterfaceInfo webkit_application_interface; +extern const GDBusInterfaceInfo webkit_cache_interface; +extern const GDBusInterfaceInfo webkit_collection_interface; +extern const GDBusInterfaceInfo webkit_component_interface; +extern const GDBusInterfaceInfo webkit_device_event_controller_interface; +extern const GDBusInterfaceInfo webkit_device_event_listener_interface; +extern const GDBusInterfaceInfo webkit_document_interface; +extern const GDBusInterfaceInfo webkit_editable_text_interface; +extern const GDBusInterfaceInfo webkit_event_object_interface; +extern const GDBusInterfaceInfo webkit_event_window_interface; +extern const GDBusInterfaceInfo webkit_event_mouse_interface; +extern const GDBusInterfaceInfo webkit_event_keyboard_interface; +extern const GDBusInterfaceInfo webkit_event_terminal_interface; +extern const GDBusInterfaceInfo webkit_event_document_interface; +extern const GDBusInterfaceInfo webkit_event_focus_interface; +extern const GDBusInterfaceInfo webkit_hyperlink_interface; +extern const GDBusInterfaceInfo webkit_hypertext_interface; +extern const GDBusInterfaceInfo webkit_image_interface; +extern const GDBusInterfaceInfo webkit_registry_interface; +extern const GDBusInterfaceInfo webkit_selection_interface; +extern const GDBusInterfaceInfo webkit_socket_interface; +extern const GDBusInterfaceInfo webkit_table_interface; +extern const GDBusInterfaceInfo webkit_table_cell_interface; +extern const GDBusInterfaceInfo webkit_text_interface; +extern const GDBusInterfaceInfo webkit_value_interface; + +G_END_DECLS + +#endif /* __ACCESSIBILITYATSPIINTERFACES_H__ */ diff -urpN webkitgtk-2.36.0.gstreamer/Source/WebCore/PlatformGTK.cmake webkitgtk-2.36.0.glib/Source/WebCore/PlatformGTK.cmake --- webkitgtk-2.36.0.gstreamer/Source/WebCore/PlatformGTK.cmake 2022-02-23 02:58:59.000000000 -0600 +++ webkitgtk-2.36.0.glib/Source/WebCore/PlatformGTK.cmake 2022-03-21 14:07:32.995593968 -0500 @@ -207,8 +207,8 @@ if (USE_ATSPI) add_custom_command( OUTPUT ${WebCore_DERIVED_SOURCES_DIR}/AccessibilityAtspiInterfaces.h ${WebCore_DERIVED_SOURCES_DIR}/AccessibilityAtspiInterfaces.c DEPENDS ${WebCore_AtspiInterfaceFiles} - COMMAND gdbus-codegen --interface-prefix=org.a11y.atspi --c-namespace=webkit --pragma-once --interface-info-header --output=${WebCore_DERIVED_SOURCES_DIR}/AccessibilityAtspiInterfaces.h ${WebCore_AtspiInterfaceFiles} - COMMAND gdbus-codegen --interface-prefix=org.a11y.atspi --c-namespace=webkit --interface-info-body --output=${WebCore_DERIVED_SOURCES_DIR}/AccessibilityAtspiInterfaces.c ${WebCore_AtspiInterfaceFiles} + COMMAND cp ${WEBCORE_DIR}/accessibility/atspi/AccessibilityAtspiInterfaces.c ${WebCore_DERIVED_SOURCES_DIR} + COMMAND cp ${WEBCORE_DIR}/accessibility/atspi/AccessibilityAtspiInterfaces.h ${WebCore_DERIVED_SOURCES_DIR} VERBATIM )
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor