[prevent][24443] Fix for resource leakage
[platform/upstream/at-spi2-core.git] / xml / TableCell.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <node name="/node">
3 <interface name="org.a11y.atspi.TableCell">
4
5   <property access="read" name="ColumnSpan" type="i" />
6
7   <property access="read" name="Position" type="(ii)" />
8
9   <property access="read" name="RowSpan" type="i" />
10
11   <property access="read" name="Table" type="(so)" />
12
13   <method name="GetRowColumnSpan">
14     <arg direction="out" type="b" />
15     <arg direction="out" name="row" type="i" />
16     <arg direction="out" name="col" type="i" />
17     <arg direction="out" name="row_extents" type="i" />
18     <arg direction="out" name="col_extents" type="i" />
19   </method>
20
21 </interface>
22 </node>