summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2023-04-24 14:28:04 +0000
committerMike Gorse <mgorse@suse.com>2023-04-24 14:28:04 +0000
commitaef15f5540eb9b74dfd2766f95113b5f2f82f739 (patch)
tree013380a0d9815dd22c6798342f3058dda8ed8b50
parent38cb759a9c8a94e764d25c752f9b0d8b2d7f102b (diff)
parent963e99197376368e613be865e470b3af5a7a28a6 (diff)
downloadat-spi2-core-aef15f5540eb9b74dfd2766f95113b5f2f82f739.tar.gz
Merge branch 'michaelweghorn/tablecell_xml_add_get_column_row_headercells_methods' into 'main'
TableCell.xml: Add Get{Column,Row}HeaderCells methods See merge request GNOME/at-spi2-core!133
-rw-r--r--xml/TableCell.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/xml/TableCell.xml b/xml/TableCell.xml
index fe61d90a..269a7ad4 100644
--- a/xml/TableCell.xml
+++ b/xml/TableCell.xml
@@ -22,5 +22,24 @@
<arg direction="out" name="col_extents" type="i" />
</method>
+ <!--
+ GetColumnHeaderCells:
+
+ Returns a list of the table cell's column header cells.
+ -->
+ <method name="GetColumnHeaderCells">
+ <arg direction="out" type="a(so)"/>
+ <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QSpiObjectReferenceArray"/>
+ </method>
+
+ <!--
+ GetRowHeaderCells:
+
+ Returns a list of the table cell's row header cells.
+ -->
+ <method name="GetRowHeaderCells">
+ <arg direction="out" type="a(so)"/>
+ <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QSpiObjectReferenceArray"/>
+ </method>
</interface>
</node>