summaryrefslogtreecommitdiff
path: root/atk/atktable.c
diff options
context:
space:
mode:
authorLucy Brophy <lbrophy@src.gnome.org>2001-05-21 13:25:37 +0000
committerLucy Brophy <lbrophy@src.gnome.org>2001-05-21 13:25:37 +0000
commita6ce03c09f41379777bffaac0a3fd9149699ac80 (patch)
treeaf7f57250c66db2dc0669115cd28fbc60a525068 /atk/atktable.c
parentcb3f18261daac1fcdbc52a8291bc4139328f1a68 (diff)
downloadat-spi2-core-a6ce03c09f41379777bffaac0a3fd9149699ac80.tar.gz
Updated gtk-doc comment blocks for Oisin Boydell
Diffstat (limited to 'atk/atktable.c')
-rwxr-xr-xatk/atktable.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/atk/atktable.c b/atk/atktable.c
index c2b31494..aab39746 100755
--- a/atk/atktable.c
+++ b/atk/atktable.c
@@ -73,7 +73,7 @@ atk_table_ref_at (AtkTable *obj,
* @row: a #gint representing a row in @table
* @column: a #gint representing a column in @table
*
- * Returns a #gint representing the index at the specified @row and @column,
+ * Gets a #gint representing the index at the specified @row and @column,
* or 0 if value does not implement this interface.
* Note: callers should not rely on %NULL or on a zero value for
* indication of whether AtkSelectionIface is implemented, they should
@@ -106,7 +106,7 @@ atk_table_get_index_at (AtkTable *obj,
* @table: a GObject instance that implements AtkTableInterface
* @index: a #gint representing an index in @table
*
- * Returns a #gint representing the row at the specified @index, or 0
+ * Gets a #gint representing the row at the specified @index, or 0
* if the value does not implement this interface
* Note: callers should not rely on %NULL or on a zero value for
* indication of whether AtkSelectionIface is implemented, they should
@@ -138,7 +138,7 @@ atk_table_get_row_at_index (AtkTable *obj,
* @table: a GObject instance that implements AtkTableInterface
* @index: a #gint representing an index in @table
*
- * Returns a #gint representing the column at the specified @index, or 0
+ * Gets a #gint representing the column at the specified @index, or 0
* if the value does not implement this interface
* Note: callers should not rely on %NULL or on a zero value for
* indication of whether AtkSelectionIface is implemented, they should