summaryrefslogtreecommitdiff
path: root/atk-adaptor/introspection.c
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2014-02-18 12:07:33 -0600
committerMike Gorse <mgorse@suse.com>2014-02-18 12:22:45 -0600
commit50b78a502d8fe0e8ec7bf932d87151461bcecc2b (patch)
tree53f189f1ddf5e4e8bcb4e7eaec02f6cc6c4c9afb /atk-adaptor/introspection.c
parent2aa20b33e2c8ed64b7d7fd877c10b74730e6f0b5 (diff)
downloadat-spi2-atk-50b78a502d8fe0e8ec7bf932d87151461bcecc2b.tar.gz
Add AtspitableCell, tracking the new atk interface
Diffstat (limited to 'atk-adaptor/introspection.c')
-rw-r--r--atk-adaptor/introspection.c171
1 files changed, 128 insertions, 43 deletions
diff --git a/atk-adaptor/introspection.c b/atk-adaptor/introspection.c
index 7d0658d..0ce7cfa 100644
--- a/atk-adaptor/introspection.c
+++ b/atk-adaptor/introspection.c
@@ -13,15 +13,17 @@
const char *spi_org_a11y_atspi_Accessible =
"<interface name=\"org.a11y.atspi.Accessible\" version=\"0.1.7\">"
""
-" <property access=\"read\" name=\"name\" type=\"s\" />"
+" <property access=\"read\" name=\"Name\" type=\"s\" />"
""
-" <property access=\"read\" name=\"description\" type=\"s\" />"
+" <property access=\"read\" name=\"Description\" type=\"s\" />"
""
-" <property access=\"read\" name=\"parent\" type=\"(so)\">"
+" <property access=\"read\" name=\"Parent\" type=\"(so)\">"
" "
" </property>"
""
-" <property access=\"read\" name=\"childCount\" type=\"i\" />"
+" <property access=\"read\" name=\"ChildCount\" type=\"i\" />"
+""
+" <property access=\"read\" name=\"Locale\" type=\"s\" />"
""
" <method name=\"GetChildAtIndex\">"
" <arg direction=\"in\" name=\"index\" type=\"i\" />"
@@ -76,7 +78,7 @@ const char *spi_org_a11y_atspi_Accessible =
const char *spi_org_a11y_atspi_Action =
"<interface name=\"org.a11y.atspi.Action\" version=\"0.1.7\">"
""
-" <property access=\"read\" name=\"nActions\" type=\"i\" />"
+" <property access=\"read\" name=\"NActions\" type=\"i\" />"
""
" <method name=\"GetDescription\">"
" <arg direction=\"in\" name=\"index\" type=\"i\" />"
@@ -99,7 +101,7 @@ const char *spi_org_a11y_atspi_Action =
" </method>"
""
" <method name=\"GetActions\">"
-" <arg direction=\"out\" name=\"index\" type=\"a(ssss)\" />"
+" <arg direction=\"out\" type=\"a(sss)\" />"
" "
" </method>"
""
@@ -114,19 +116,24 @@ const char *spi_org_a11y_atspi_Action =
const char *spi_org_a11y_atspi_Application =
"<interface name=\"org.a11y.atspi.Application\" version=\"0.1.7\">"
""
-" <property access=\"read\" name=\"toolkitName\" type=\"s\" />"
+" <property access=\"read\" name=\"ToolkitName\" type=\"s\" />"
""
-" <property access=\"read\" name=\"version\" type=\"s\" />"
+" <property access=\"read\" name=\"Version\" type=\"s\" />"
""
-" <property access=\"read\" name=\"id\" type=\"i\" />"
+" <property access=\"read\" name=\"AtspiVersion\" type=\"s\" />"
+" <property access=\"read\" name=\"Id\" type=\"i\" />"
""
" <method name=\"GetLocale\">"
" <arg direction=\"in\" name=\"lctype\" type=\"u\" />"
" <arg direction=\"out\" type=\"s\" />"
" </method>"
""
-" <method name=\"GetApplicationBusAddress\">"
-" <arg direction=\"out\" type=\"s\" />"
+" <method name=\"RegisterEventListener\">"
+" <arg direction=\"in\" name=\"event\" type=\"s\" />"
+" </method>"
+""
+" <method name=\"DeregisterEventListener\">"
+" <arg direction=\"in\" name=\"event\" type=\"s\" />"
" </method>"
""
"</interface>"
@@ -152,7 +159,7 @@ const char *spi_org_a11y_atspi_Collection =
" "
" <arg direction=\"in\" name=\"sortby\" type=\"u\" />"
" <arg direction=\"in\" name=\"tree\" type=\"u\" />"
-" <arg direction=\"in\" name=\"recurse\" type=\"b\" />"
+" <arg direction=\"in\" name=\"limit_scope\" type=\"b\" />"
" <arg direction=\"in\" name=\"count\" type=\"i\" />"
" <arg direction=\"in\" name=\"traverse\" type=\"b\" />"
" <arg direction=\"out\" type=\"a(so)\" />"
@@ -231,12 +238,38 @@ const char *spi_org_a11y_atspi_Component =
" <arg direction=\"out\" type=\"d\" />"
" </method>"
""
+" <method name=\"SetExtents\">"
+" <arg direction=\"in\" name=\"x\" type=\"i\" />"
+" <arg direction=\"in\" name=\"y\" type=\"i\" />"
+" <arg direction=\"in\" name=\"width\" type=\"i\" />"
+" <arg direction=\"in\" name=\"height\" type=\"i\" />"
+" <arg direction=\"in\" name=\"coord_type\" type=\"u\" />"
+" <arg direction=\"out\" type=\"b\" />"
+" </method>"
+""
+" <method name=\"SetPosition\">"
+" <arg direction=\"in\" name=\"x\" type=\"i\" />"
+" <arg direction=\"in\" name=\"y\" type=\"i\" />"
+" <arg direction=\"in\" name=\"coord_type\" type=\"u\" />"
+" <arg direction=\"out\" type=\"b\" />"
+" </method>"
+""
+" <method name=\"SetSize\">"
+" <arg direction=\"in\" name=\"width\" type=\"i\" />"
+" <arg direction=\"in\" name=\"height\" type=\"i\" />"
+" <arg direction=\"out\" type=\"b\" />"
+" </method>"
+""
"</interface>"
"";
const char *spi_org_a11y_atspi_Document =
"<interface name=\"org.a11y.atspi.Document\" version=\"0.1.7\">"
""
+" <property access=\"read\" name=\"CurrentPageNumber\" type=\"i\" />"
+""
+" <property access=\"read\" name=\"PageCount\" type=\"i\" />"
+""
" <method name=\"GetLocale\">"
" <arg direction=\"out\" type=\"s\" />"
" </method>"
@@ -278,11 +311,11 @@ const char *spi_org_a11y_atspi_Hypertext =
const char *spi_org_a11y_atspi_Hyperlink =
"<interface name=\"org.a11y.atspi.Hyperlink\" version=\"0.1.7\">"
""
-" <property access=\"read\" name=\"nAnchors\" type=\"n\" />"
+" <property access=\"read\" name=\"NAnchors\" type=\"n\" />"
""
-" <property access=\"read\" name=\"startIndex\" type=\"i\" />"
+" <property access=\"read\" name=\"StartIndex\" type=\"i\" />"
""
-" <property access=\"read\" name=\"endIndex\" type=\"i\" />"
+" <property access=\"read\" name=\"EndIndex\" type=\"i\" />"
""
" <method name=\"GetObject\">"
" <arg direction=\"in\" name=\"i\" type=\"i\" />"
@@ -305,9 +338,9 @@ const char *spi_org_a11y_atspi_Hyperlink =
const char *spi_org_a11y_atspi_Image =
"<interface name=\"org.a11y.atspi.Image\" version=\"0.1.7\">"
""
-" <property access=\"read\" name=\"imageDescription\" type=\"s\" />"
+" <property access=\"read\" name=\"ImageDescription\" type=\"s\" />"
""
-" <property access=\"read\" name=\"imageLocale\" type=\"s\" />"
+" <property access=\"read\" name=\"ImageLocale\" type=\"s\" />"
""
" <method name=\"GetImageExtents\">"
" <arg direction=\"in\" name=\"coordType\" type=\"u\" />"
@@ -332,7 +365,7 @@ const char *spi_org_a11y_atspi_Image =
const char *spi_org_a11y_atspi_Selection =
"<interface name=\"org.a11y.atspi.Selection\" version=\"0.1.7\">"
""
-" <property access=\"read\" name=\"nSelectedChildren\" type=\"i\" />"
+" <property access=\"read\" name=\"NSelectedChildren\" type=\"i\" />"
""
" <method name=\"GetSelectedChild\">"
" <arg direction=\"in\" name=\"selectedChildIndex\" type=\"i\" />"
@@ -363,7 +396,7 @@ const char *spi_org_a11y_atspi_Selection =
" <arg direction=\"out\" type=\"b\" />"
" </method>"
""
-" <method name=\"deSelectChild\">"
+" <method name=\"DeselectChild\">"
" <arg direction=\"in\" name=\"childIndex\" type=\"i\" />"
" <arg direction=\"out\" type=\"b\" />"
" </method>"
@@ -374,21 +407,21 @@ const char *spi_org_a11y_atspi_Selection =
const char *spi_org_a11y_atspi_Table =
"<interface name=\"org.a11y.atspi.Table\" version=\"0.1.7\">"
""
-" <property access=\"read\" name=\"nRows\" type=\"i\" />"
+" <property access=\"read\" name=\"NRows\" type=\"i\" />"
""
-" <property access=\"read\" name=\"nColumns\" type=\"i\" />"
+" <property access=\"read\" name=\"NColumns\" type=\"i\" />"
""
-" <property access=\"read\" name=\"caption\" type=\"(so)\">"
+" <property access=\"read\" name=\"Caption\" type=\"(so)\">"
" "
" </property>"
""
-" <property access=\"read\" name=\"summary\" type=\"(so)\">"
+" <property access=\"read\" name=\"Summary\" type=\"(so)\">"
" "
" </property>"
""
-" <property access=\"read\" name=\"nSelectedRows\" type=\"i\" />"
+" <property access=\"read\" name=\"NSelectedRows\" type=\"i\" />"
""
-" <property access=\"read\" name=\"nSelectedColumns\" type=\"i\" />"
+" <property access=\"read\" name=\"NSelectedColumns\" type=\"i\" />"
""
" <method name=\"GetAccessibleAt\">"
" <arg direction=\"in\" name=\"row\" type=\"i\" />"
@@ -506,12 +539,42 @@ const char *spi_org_a11y_atspi_Table =
"</interface>"
"";
+const char *spi_org_a11y_atspi_TableCell =
+"<interface name=\"org.a11y.atspi.TableCell\" version=\"0.1.7\">"
+""
+" <property access=\"read\" name=\"ColumnSpan\" type=\"i\" />"
+""
+" <property access=\"read\" name=\"Position\" type=\"(ii)\" />"
+""
+" <property access=\"read\" name=\"RowSpan\" type=\"i\" />"
+""
+" <property access=\"read\" name=\"Table\" type=\"(so)\" />"
+""
+" <method name=\"GetRowColumnSpan\">"
+" <arg direction=\"out\" type=\"b\" />"
+" <arg direction=\"out\" name=\"row\" type=\"i\" />"
+" <arg direction=\"out\" name=\"col\" type=\"i\" />"
+" <arg direction=\"out\" name=\"row_extents\" type=\"i\" />"
+" <arg direction=\"out\" name=\"col_extents\" type=\"i\" />"
+" </method>"
+""
+"</interface>"
+"";
+
const char *spi_org_a11y_atspi_Text =
"<interface name=\"org.a11y.atspi.Text\" version=\"0.1.7\">"
""
-" <property access=\"read\" name=\"characterCount\" type=\"i\" />"
+" <property access=\"read\" name=\"CharacterCount\" type=\"i\" />"
""
-" <property access=\"read\" name=\"caretOffset\" type=\"i\" />"
+" <property access=\"read\" name=\"CaretOffset\" type=\"i\" />"
+""
+" <method name=\"GetStringAtOffset\">"
+" <arg direction=\"in\" name=\"offset\" type=\"i\" />"
+" <arg direction=\"in\" name=\"granularity\" type=\"u\" />"
+" <arg direction=\"out\" type=\"s\" />"
+" <arg direction=\"out\" name=\"startOffset\" type=\"i\" />"
+" <arg direction=\"out\" name=\"endOffset\" type=\"i\" />"
+" </method>"
""
" <method name=\"GetText\">"
" <arg direction=\"in\" name=\"startOffset\" type=\"i\" />"
@@ -548,14 +611,6 @@ const char *spi_org_a11y_atspi_Text =
" <arg direction=\"out\" name=\"endOffset\" type=\"i\" />"
" </method>"
""
-" <method name=\"GetStringAtOffset\">"
-" <arg direction=\"in\" name=\"offset\" type=\"i\" />"
-" <arg direction=\"in\" name=\"granularity\" type=\"u\" />"
-" <arg direction=\"out\" type=\"s\" />"
-" <arg direction=\"out\" name=\"startOffset\" type=\"i\" />"
-" <arg direction=\"out\" name=\"endOffset\" type=\"i\" />"
-" </method>"
-""
" <method name=\"GetCharacterAtOffset\">"
" <arg direction=\"in\" name=\"offset\" type=\"i\" />"
" <arg direction=\"out\" type=\"i\" />"
@@ -659,7 +714,7 @@ const char *spi_org_a11y_atspi_Text =
" </method>"
""
" <method name=\"GetDefaultAttributeSet\">"
-" <arg direction=\"out\" type=\"as\" />"
+" <arg direction=\"out\" type=\"a{ss}\" />"
" </method>"
""
"</interface>"
@@ -729,14 +784,44 @@ const char *spi_org_a11y_atspi_Cache =
const char *spi_org_a11y_atspi_Value =
"<interface name=\"org.a11y.atspi.Value\" version=\"0.1.7\">"
""
-" <property access=\"read\" name=\"minimumValue\" type=\"d\" />"
+" <property access=\"read\" name=\"MinimumValue\" type=\"d\" />"
+""
+" <property access=\"read\" name=\"MaximumValue\" type=\"d\" />"
+""
+" <property access=\"read\" name=\"MinimumIncrement\" type=\"d\" />"
+""
+" <property access=\"readwrite\" name=\"CurrentValue\" type=\"d\" />"
+""
+"</interface>"
+"";
+
+const char *spi_org_a11y_atspi_Registry =
+"<interface name=\"org.a11y.atspi.Registry\" version=\"0.1.7\">"
+""
+" <method name=\"RegisterEvent\">"
+" <arg direction=\"in\" name=\"event\" type=\"s\">"
+" </arg>"
+" </method>"
""
-" <property access=\"read\" name=\"maximumValue\" type=\"d\" />"
+" <method name=\"DeregisterEvent\">"
+" <arg direction=\"in\" name=\"event\" type=\"s\">"
+" </arg>"
+" </method>"
""
-" <property access=\"read\" name=\"minimumIncrement\" type=\"d\" />"
+" <method name=\"GetRegisteredEvents\">"
+" <arg direction=\"out\" name=\"events\" type=\"a(ss)\">"
+" </arg>"
+" </method>"
""
-" <property access=\"readwrite\" name=\"currentValue\" type=\"d\" />"
+" <signal name=\"EventListenerRegistered\">"
+" <arg direction=\"out\" name=\"bus\" type=\"s\" />"
+" <arg direction=\"out\" name=\"path\" type=\"s\" />"
+" </signal>"
""
+" <signal name=\"EventListenerDeregistered\">"
+" <arg direction=\"out\" name=\"bus\" type=\"s\" />"
+" <arg direction=\"out\" name=\"path\" type=\"s\" />"
+" </signal>"
"</interface>"
"";
@@ -791,13 +876,13 @@ const char *spi_org_a11y_atspi_DeviceEventController =
" </method>"
""
" <method name=\"NotifyListenersSync\">"
-" <arg direction=\"in\" name=\"event\" type=\"(uinnisb)\" />"
+" <arg direction=\"in\" name=\"event\" type=\"(uiuuisb)\" />"
" <arg direction=\"out\" type=\"b\" />"
" "
" </method>"
""
" <method name=\"NotifyListenersAsync\">"
-" <arg direction=\"in\" name=\"event\" type=\"(uinnisb)\" />"
+" <arg direction=\"in\" name=\"event\" type=\"(uiuuisb)\" />"
" "
" </method>"
""
@@ -808,7 +893,7 @@ const char *spi_org_a11y_atspi_DeviceEventListener =
"<interface name=\"org.a11y.atspi.DeviceEventListener\" version=\"0.1.7\">"
""
" <method name=\"NotifyEvent\">"
-" <arg direction=\"in\" name=\"event\" type=\"(uinnisb)\" />"
+" <arg direction=\"in\" name=\"event\" type=\"(uiuuisb)\" />"
" "
" <arg direction=\"out\" type=\"b\" />"
" </method>"