]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtktreemodel.h
Add length to gtk_tree_path_get_indices
[~andy/gtk] / gtk / gtktreemodel.h
index e7f59c672b8214d9981affc3a540c0fc8a38fc3a..99abdcabaaad66f0dbcf720f3a179bbf7d27dec2 100644 (file)
@@ -133,10 +133,8 @@ void         gtk_tree_path_append_index     (GtkTreePath       *path,
 void         gtk_tree_path_prepend_index    (GtkTreePath       *path,
                                             gint               index_);
 gint         gtk_tree_path_get_depth        (GtkTreePath       *path);
-gint        *gtk_tree_path_get_indices      (GtkTreePath       *path);
-
-gint        *gtk_tree_path_get_indices_with_depth (GtkTreePath *path,
-                                                  gint        *depth);
+gint        *gtk_tree_path_get_indices      (GtkTreePath       *path,
+                                            gint              *depth);
 
 void         gtk_tree_path_free             (GtkTreePath       *path);
 GtkTreePath *gtk_tree_path_copy             (const GtkTreePath *path);