summaryrefslogtreecommitdiff
path: root/gtk/gtktreeselection.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2002-11-28 00:33:17 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2002-11-28 00:33:17 +0000
commit7cb3f99fc794c2dc8ccc858845e3f2539e713a6c (patch)
tree9a76b00598af309c08f5b7cb7c0105aca0b5ca7a /gtk/gtktreeselection.c
parent7f26dbf30a497f8b12e660378b8700d8b1bfced6 (diff)
downloadgtk+-7cb3f99fc794c2dc8ccc858845e3f2539e713a6c.tar.gz
Document 2.2 API additions.
Diffstat (limited to 'gtk/gtktreeselection.c')
-rw-r--r--gtk/gtktreeselection.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk/gtktreeselection.c b/gtk/gtktreeselection.c
index a6fc4cd0be..fed25adbc2 100644
--- a/gtk/gtktreeselection.c
+++ b/gtk/gtktreeselection.c
@@ -422,6 +422,8 @@ gtk_tree_selection_get_selected (GtkTreeSelection *selection,
* </programlisting></informalexample>
*
* Return value: A #GList containing a #GtkTreePath for each selected row.
+ *
+ * Since: 2.2
**/
GList *
gtk_tree_selection_get_selected_rows (GtkTreeSelection *selection,
@@ -543,6 +545,8 @@ gtk_tree_selection_count_selected_rows_helper (GtkRBTree *tree,
* Returns the number of rows that have been selected in @tree.
*
* Return value: The number of rows selected.
+ *
+ * Since: 2.2
**/
gint
gtk_tree_selection_count_selected_rows (GtkTreeSelection *selection)
@@ -1257,6 +1261,8 @@ gtk_tree_selection_select_range (GtkTreeSelection *selection,
*
* Unselects a range of nodes, determined by @start_path and @end_path
* inclusive.
+ *
+ * Since: 2.2
**/
void
gtk_tree_selection_unselect_range (GtkTreeSelection *selection,