summaryrefslogtreecommitdiff
path: root/gtk/gtktreestore.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtktreestore.c')
-rw-r--r--gtk/gtktreestore.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/gtk/gtktreestore.c b/gtk/gtktreestore.c
index 332be4ee23..4da0576532 100644
--- a/gtk/gtktreestore.c
+++ b/gtk/gtktreestore.c
@@ -1088,8 +1088,6 @@ gtk_tree_store_set_valist_internal (GtkTreeStore *tree_store,
* the columns and values as two arrays, instead of varargs. This
* function is mainly intended for language bindings or in case
* the number of columns to change is not known until run-time.
- *
- * Since: 2.12
**/
void
gtk_tree_store_set_valuesv (GtkTreeStore *tree_store,
@@ -1510,8 +1508,6 @@ gtk_tree_store_insert_after (GtkTreeStore *tree_store,
* repeatedly can affect the performance of the program,
* gtk_tree_store_insert_with_values() should generally be preferred when
* inserting rows in a sorted tree store.
- *
- * Since: 2.10
*/
void
gtk_tree_store_insert_with_values (GtkTreeStore *tree_store,
@@ -1589,8 +1585,6 @@ gtk_tree_store_insert_with_values (GtkTreeStore *tree_store,
* A variant of gtk_tree_store_insert_with_values() which takes
* the columns and values as two arrays, instead of varargs. This
* function is mainly intended for language bindings.
- *
- * Since: 2.10
*/
void
gtk_tree_store_insert_with_valuesv (GtkTreeStore *tree_store,
@@ -1919,8 +1913,6 @@ gtk_tree_store_iter_is_valid_helper (GtkTreeIter *iter,
* Checks if the given iter is a valid iter for this #GtkTreeStore.
*
* Returns: %TRUE if the iter is valid, %FALSE if the iter is invalid.
- *
- * Since: 2.2
**/
gboolean
gtk_tree_store_iter_is_valid (GtkTreeStore *tree_store,
@@ -2261,8 +2253,6 @@ gtk_tree_store_reorder_func (gconstpointer a,
* Reorders the children of @parent in @tree_store to follow the order
* indicated by @new_order. Note that this function only works with
* unsorted stores.
- *
- * Since: 2.2
**/
void
gtk_tree_store_reorder (GtkTreeStore *tree_store,
@@ -2349,8 +2339,6 @@ gtk_tree_store_reorder (GtkTreeStore *tree_store,
*
* Swaps @a and @b in the same level of @tree_store. Note that this function
* only works with unsorted stores.
- *
- * Since: 2.2
**/
void
gtk_tree_store_swap (GtkTreeStore *tree_store,
@@ -2815,8 +2803,6 @@ free_paths_and_out:
* @position should be in the same level. Note that this function only
* works with unsorted stores. If @position is %NULL, @iter will be
* moved to the end of the level.
- *
- * Since: 2.2
**/
void
gtk_tree_store_move_before (GtkTreeStore *tree_store,
@@ -2836,8 +2822,6 @@ gtk_tree_store_move_before (GtkTreeStore *tree_store,
* @position should be in the same level. Note that this function only
* works with unsorted stores. If @position is %NULL, @iter will be moved
* to the start of the level.
- *
- * Since: 2.2
**/
void
gtk_tree_store_move_after (GtkTreeStore *tree_store,