summaryrefslogtreecommitdiff
path: root/gtk/gtktreeselection.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtktreeselection.c')
-rw-r--r--gtk/gtktreeselection.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/gtk/gtktreeselection.c b/gtk/gtktreeselection.c
index 1a4db396ef..3bafad7092 100644
--- a/gtk/gtktreeselection.c
+++ b/gtk/gtktreeselection.c
@@ -123,8 +123,6 @@ gtk_tree_selection_class_init (GtkTreeSelectionClass *class)
*
* Selection mode.
* See gtk_tree_selection_set_mode() for more information on this property.
- *
- * Since: 3.2
*/
properties[PROP_MODE] = g_param_spec_enum ("mode",
P_("Mode"),
@@ -414,8 +412,6 @@ gtk_tree_selection_set_select_function (GtkTreeSelection *selection,
* Returns the current selection function.
*
* Returns: The function.
- *
- * Since: 2.14
**/
GtkTreeSelectionFunc
gtk_tree_selection_get_select_function (GtkTreeSelection *selection)
@@ -547,8 +543,6 @@ gtk_tree_selection_get_selected (GtkTreeSelection *selection,
* ]|
*
* Returns: (element-type GtkTreePath) (transfer full): A #GList containing a #GtkTreePath for each selected row.
- *
- * Since: 2.2
**/
GList *
gtk_tree_selection_get_selected_rows (GtkTreeSelection *selection,
@@ -668,8 +662,6 @@ gtk_tree_selection_count_selected_rows_helper (GtkRBTree *tree,
* Returns the number of rows that have been selected in @tree.
*
* Returns: The number of rows selected.
- *
- * Since: 2.2
**/
gint
gtk_tree_selection_count_selected_rows (GtkTreeSelection *selection)
@@ -1409,8 +1401,6 @@ 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,