summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>