From b4b1bc8833911425d061530462b7d68b56944262 Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Fri, 8 Apr 2022 14:50:37 -0500 Subject: Refresh dbus introspection This is generated from the xml in at-spi2-core, which has had several fixes since this was last generated. Helps #20 --- atk-adaptor/adaptors/socket-adaptor.c | 2 +- atk-adaptor/introspection.c | 104 ++++++++++++++++++++++------------ atk-adaptor/introspection.h | 2 + 3 files changed, 72 insertions(+), 36 deletions(-) diff --git a/atk-adaptor/adaptors/socket-adaptor.c b/atk-adaptor/adaptors/socket-adaptor.c index 0f7c1b3..57fe3f7 100644 --- a/atk-adaptor/adaptors/socket-adaptor.c +++ b/atk-adaptor/adaptors/socket-adaptor.c @@ -225,6 +225,6 @@ spi_initialize_socket (DRoutePath * path) { droute_path_add_interface (path, ATSPI_DBUS_INTERFACE_SOCKET, - NULL, /* spi_org_a11y_atspi_Socket, */ + spi_org_a11y_atspi_Socket, methods, NULL); }; diff --git a/atk-adaptor/introspection.c b/atk-adaptor/introspection.c index e017449..cad7a93 100644 --- a/atk-adaptor/introspection.c +++ b/atk-adaptor/introspection.c @@ -25,6 +25,8 @@ const char *spi_org_a11y_atspi_Accessible = "" " " "" +" " +"" " " " " " " @@ -72,6 +74,10 @@ const char *spi_org_a11y_atspi_Accessible = " " " " "" +" " +" " +" " +"" "" ""; @@ -121,7 +127,7 @@ const char *spi_org_a11y_atspi_Application = " " "" " " -" " +" " "" " " " " @@ -143,7 +149,7 @@ const char *spi_org_a11y_atspi_Collection = "" "" " " -" " +" " " " " " " " @@ -155,7 +161,7 @@ const char *spi_org_a11y_atspi_Collection = " " " " " " -" " +" " " " " " " " @@ -169,7 +175,7 @@ const char *spi_org_a11y_atspi_Collection = " " " " " " -" " +" " " " " " " " @@ -261,13 +267,15 @@ const char *spi_org_a11y_atspi_Component = " " "" " " -" " +" " +" " " " "" " " -" " -" " -" " +" " +" " +" " +" " " " "" "" @@ -290,7 +298,7 @@ const char *spi_org_a11y_atspi_Document = " " "" " " -" " +" " " " " " "" @@ -554,11 +562,15 @@ const char *spi_org_a11y_atspi_TableCell = "" " " "" -" " +" " +" " +" " "" " " "" -" " +" " +" " +" " "" " " " " @@ -722,20 +734,23 @@ const char *spi_org_a11y_atspi_Text = "" " " " " +" " " " "" " " " " " " -" " +" " +" " " " "" " " " " " " -" " -" " -" " +" " +" " +" " +" " " " "" "" @@ -781,16 +796,39 @@ const char *spi_org_a11y_atspi_EditableText = "" ""; +const char *spi_org_a11y_atspi_Socket = +"" +"" +" " +" " +" " +" " +" " +" " +"" +" " +" " +" " +" " +"" +" " +" " +" " +" " +"" +"" +""; + const char *spi_org_a11y_atspi_Cache = "" "" " " -" " +" " " " " " "" " " -" " +" " " " " " "" @@ -830,18 +868,18 @@ const char *spi_org_a11y_atspi_Registry = " " "" " " -" " -" " +" " +" " " " "" " " -" " -" " +" " +" " " " "" " " -" " -" " +" " +" " " " "" ""; @@ -851,24 +889,20 @@ const char *spi_org_a11y_atspi_DeviceEventController = "" " " " " -" " -" " -" " +" " +" " " " -" " -" " -" " -" " -" " -" " +" " +" " +" " +" " " " " " "" " " " " -" " -" " -" " +" " +" " " " " " " " diff --git a/atk-adaptor/introspection.h b/atk-adaptor/introspection.h index 2210483..c8caa9e 100644 --- a/atk-adaptor/introspection.h +++ b/atk-adaptor/introspection.h @@ -41,6 +41,8 @@ extern const char *spi_org_a11y_atspi_Text; extern const char *spi_org_a11y_atspi_EditableText; +extern const char *spi_org_a11y_atspi_Socket; + extern const char *spi_org_a11y_atspi_Cache; extern const char *spi_org_a11y_atspi_Value; -- cgit v1.2.1