From 856aa418178632b38a007053799e2f26c115b206 Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Tue, 17 May 2011 16:21:50 -0500 Subject: [PATCH] Annotate atspi_table_get_row_column_extents_at_index out parameters --- atspi/atspi-table.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/atspi/atspi-table.c b/atspi/atspi-table.c index ee50ddb..aa5667b 100644 --- a/atspi/atspi-table.c +++ b/atspi/atspi-table.c @@ -618,15 +618,15 @@ atspi_table_remove_column_selection (AtspiTable *obj, * @obj: a pointer to the #AtspiTable implementor on which to operate. * @index: the index of the Table child whose row/column * extents are requested. - * @row: back-filled with the first table row associated with + * @row: (out): back-filled with the first table row associated with * the cell with child index \c index. - * @col: back-filled with the first table column associated + * @col: (out): back-filled with the first table column associated * with the cell with child index \c index. - * @row_extents: back-filled with the number of table rows + * @row_extents: (out): back-filled with the number of table rows * across which child \c i extends. - * @col_extents: back-filled with the number of table columns + * @col_extents: (out): back-filled with the number of table columns * across which child \c i extends. - * @is_selected: a boolean which is back-filled with \c True + * @is_selected: (out): a boolean which is back-filled with \c True * if the child at index \c i corresponds to a selected table cell, * \c False otherwise. * -- 2.7.4