summaryrefslogtreecommitdiff
path: root/atk/atktable.c
diff options
context:
space:
mode:
authorLouise Miller <louised@src.gnome.org>2001-06-21 13:19:59 +0000
committerLouise Miller <louised@src.gnome.org>2001-06-21 13:19:59 +0000
commitd051eba08172fd3fbdff608914ec3c7bab4d8139 (patch)
tree2cd2fea379fb0c816acd3b40aa995360c45ceef0 /atk/atktable.c
parentfa6db6f7f8de3ba272106860a681938b4a5b93e4 (diff)
downloadatk-d051eba08172fd3fbdff608914ec3c7bab4d8139.tar.gz
Updated the docs to include 4 new functions that were added to atktable.
add_row_selection,remove_row_selection,add_column_selection,remove_column_selection
Diffstat (limited to 'atk/atktable.c')
-rwxr-xr-xatk/atktable.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/atk/atktable.c b/atk/atktable.c
index 1210d66..c536c27 100755
--- a/atk/atktable.c
+++ b/atk/atktable.c
@@ -562,6 +562,7 @@ atk_table_get_summary (AtkTable *table)
/**
* atk_table_get_selected_rows:
* @table: a GObject instance that implements AtkTableIface
+ * @selected: a #gint** that is to contain the selected row numbers
*
* Gets the selected rows of the table by initializing **selected with
* the selected row numbers. This array should be freed by the caller.
@@ -592,6 +593,7 @@ atk_table_get_selected_rows (AtkTable *table, gint **selected)
/**
* atk_table_get_selected_columns:
* @table: a GObject instance that implements AtkTableIface
+ * @selected: a #gint** that is to contain the selected columns numbers
*
* Gets the selected columns of the table by initializing **selected with
* the selected column numbers. This array should be freed by the caller.