From d051eba08172fd3fbdff608914ec3c7bab4d8139 Mon Sep 17 00:00:00 2001 From: Louise Miller Date: Thu, 21 Jun 2001 13:19:59 +0000 Subject: 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 --- atk/atktable.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'atk/atktable.c') 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. -- cgit v1.2.1