From 837c050e48ea73f6dcf5ef9ff7120bc7da8b38ad Mon Sep 17 00:00:00 2001 From: Thomas Booker Date: Sat, 10 Sep 2022 14:11:44 +1200 Subject: Docs: Move to gi-docgen --- atspi/atspi-table.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'atspi/atspi-table.c') diff --git a/atspi/atspi-table.c b/atspi/atspi-table.c index 08718f4b..b2027e1e 100644 --- a/atspi/atspi-table.c +++ b/atspi/atspi-table.c @@ -25,6 +25,22 @@ #include /* for malloc */ #include "atspi-private.h" +/** + * AtspiTable: + * + * An interface used by containers whose data is arranged in a tabular form. + * + * An interface used by containers whose contained data is arranged + * in a tabular (i.e. row-column) form. Tables may resemble + * a two-dimensional grid, as in a spreadsheet, or may feature objects + * which span multiple rows and/or columns, but whose bounds are + * aligned on a row/column matrix. Objects within tables are children + * of the table object, and they may be referenced either via a child + * index or via a row/column pair. Table 'cells' may implement other + * interfaces, such as Text, Action, Image, and Component, and should do + * so as appropriate to their onscreen rresentation and/or behavior. + */ + /** * atspi_table_get_caption: * @obj: a pointer to the #AtspiTable implementor on which to operate. -- cgit v1.2.1