diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-09-19 01:15:17 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-09-19 01:15:17 -0400 |
commit | 8e117b6f3a486915bd95535cf2be6f6f9bd7bd7e (patch) | |
tree | 1e8242bf5ab57510b097a1d6a747950906b1e199 /gtk/gtktreemodel.c | |
parent | 6b4992d647aaa1d67f5c61b0a8f0c202e770c918 (diff) | |
download | gtk+-8e117b6f3a486915bd95535cf2be6f6f9bd7bd7e.tar.gz |
Add a rename-to annotation for gtk_tree_path_get_indices_with_depth
https://bugzilla.gnome.org/show_bug.cgi?id=621590
Diffstat (limited to 'gtk/gtktreemodel.c')
-rw-r--r-- | gtk/gtktreemodel.c | 2 |
1 files changed, 2 insertions, 0 deletions
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) |