[at-spi2-core/gnome-3-0] Annotate atspi_table_get_row_column_extents_at_index out parameters
- From: Mike Gorse <mgorse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-core/gnome-3-0] Annotate atspi_table_get_row_column_extents_at_index out parameters
- Date: Tue, 17 May 2011 22:07:02 +0000 (UTC)
commit de80d7049b16d2c69be7054552cd78d936dc0d8a
Author: Mike Gorse <mgorse novell com>
Date: Tue May 17 16:22:12 2011 -0500
Annotate atspi_table_get_row_column_extents_at_index out parameters
atspi/atspi-table.c | 10 +++++-----
1 files 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.
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]