]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-3.0: Fix gtk_tree_path_get_indices_with_depth binding
authorJürg Billeter <j@bitron.ch>
Sun, 20 Jun 2010 17:10:24 +0000 (19:10 +0200)
committerJürg Billeter <j@bitron.ch>
Sun, 20 Jun 2010 17:10:24 +0000 (19:10 +0200)
vapi/gtk+-3.0.vapi
vapi/packages/gtk+-3.0/gtk+-3.0.metadata

index efa5e5d9d51ee8b7743ca2d0986e2f9e4000e232..71147e3e4ec752f2567ea123ecf15dfdc0b5f606 100644 (file)
@@ -4298,9 +4298,8 @@ namespace Gtk {
                [CCode (has_construct_function = false)]
                public TreePath.from_string (string path);
                public int get_depth ();
-               [CCode (array_length = false)]
+               [CCode (cname = "gtk_tree_path_get_indices_with_depth")]
                public unowned int[] get_indices ();
-               public int get_indices_with_depth (int depth);
                public bool is_ancestor (Gtk.TreePath descendant);
                public bool is_descendant (Gtk.TreePath ancestor);
                public void next ();
index 78ead597e2e1a69b7cde3f2af6cf48152fdad7e5..b3adf5cd766e8abfc8c333a564e429b5e7e3f481 100644 (file)
@@ -613,7 +613,9 @@ gtk_tree_model_filter_set_visible_func.data hidden="1"
 gtk_tree_model_filter_set_visible_func.destroy hidden="1"
 gtk_tree_model_sort_convert_child_iter_to_iter.sort_iter is_out="1"
 gtk_tree_model_sort_convert_iter_to_child_iter.child_iter is_out="1"
-gtk_tree_path_get_indices is_array="1" no_array_length="1"
+gtk_tree_path_get_indices hidden="1"
+gtk_tree_path_get_indices_with_depth is_array="1" name="get_indices"
+gtk_tree_path_get_indices_with_depth.depth hidden="1"
 gtk_tree_path_new_from_indices sentinel="-1"
 gtk_tree_path_copy transfer_ownership="1"
 # GtkTreePath should be an opaque value type as it is not immutable