From 8e117b6f3a486915bd95535cf2be6f6f9bd7bd7e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 19 Sep 2010 01:15:17 -0400 Subject: [PATCH] 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 file changed, 2 insertions(+) diff --git a/gtk/gtktreemodel.c b/gtk/gtktreemodel.c index 15b978f363..d80cc3a1c5 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)