[at-spi2-atk/p2p: 4/5] update introspection.[ch]



commit d940711fd9ad5e5568dcf901b0550ce3437f4dc4
Author: Trevor Saunders <trev saunders gmail com>
Date:   Thu Aug 5 19:34:14 2010 -0400

    update introspection.[ch]

 atk-adaptor/introspection.c |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/atk-adaptor/introspection.c b/atk-adaptor/introspection.c
index 6a17cf0..22c3115 100644
--- a/atk-adaptor/introspection.c
+++ b/atk-adaptor/introspection.c
@@ -26,10 +26,12 @@ const char *spi_org_a11y_atspi_Accessible =
 "  <method name=\"GetChildAtIndex\">"
 "    <arg direction=\"in\" name=\"index\" type=\"i\" />"
 "    <arg direction=\"out\" type=\"(so)\" />"
+"    "
 "  </method>"
 ""
 "  <method name=\"GetChildren\">"
 "    <arg direction=\"out\" type=\"a(so)\" />"
+"    "
 "  </method>"
 ""
 "  <method name=\"GetIndexInParent\">"
@@ -118,6 +120,10 @@ const char *spi_org_a11y_atspi_Application =
 "    <arg direction=\"out\" type=\"s\" />"
 "  </method>"
 ""
+"  <method name=\"GetApplicationBusAddress\">"
+"    <arg direction=\"out\" type=\"s\" />"
+"  </method>"
+""
 "</interface>"
 "";
 
@@ -321,7 +327,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\" />"
@@ -375,9 +381,9 @@ const char *spi_org_a11y_atspi_Table =
 "    "
 "  </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\" />"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]