Add a rename-to annotation for gtk_tree_path_get_indices_with_depth

https://bugzilla.gnome.org/show_bug.cgi?id=621590
This commit is contained in:
Matthias Clasen 2010-09-19 01:15:17 -04:00
parent 6b4992d647
commit 8e117b6f3a

View File

@ -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)