[gtk+] Add a rename-to annotation for gtk_tree_path_get_indices_with_depth



commit 8e117b6f3a486915bd95535cf2be6f6f9bd7bd7e
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Sep 19 01:15:17 2010 -0400

    Add a rename-to annotation for gtk_tree_path_get_indices_with_depth
    
    https://bugzilla.gnome.org/show_bug.cgi?id=621590

 gtk/gtktreemodel.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtktreemodel.c b/gtk/gtktreemodel.c
index 15b978f..d80cc3a 100644
--- a/gtk/gtktreemodel.c
+++ b/gtk/gtktreemodel.c
@@ -634,6 +634,8 @@ gtk_tree_path_get_indices (GtkTreePath *path)
  * Return value: (array length=depth) (transfer none): The current indices, or %NULL.
  *
  * Since: 3.0
+ *
+ * Rename to: gtk_tree_path_get_indices
  **/
 gint *
 gtk_tree_path_get_indices_with_depth (GtkTreePath *path, gint *depth)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]