vala r1184 - in trunk: . vapi vapi/packages/gtk+-2.0
- From: juergbi svn gnome org
- To: svn-commits-list gnome org
- Subject: vala r1184 - in trunk: . vapi vapi/packages/gtk+-2.0
- Date: Mon, 7 Apr 2008 22:00:09 +0100 (BST)
Author: juergbi
Date: Mon Apr 7 22:00:08 2008
New Revision: 1184
URL: http://svn.gnome.org/viewvc/vala?rev=1184&view=rev
Log:
2008-04-07 Juerg Billeter <j bitron ch>
* vapi/packages/gtk+-2.0/: fix gtk_tree_path_copy and
gtk_tree_selection_get_selected_rows bindings
* vapi/gtk+-2.0.vapi: regenerated
Modified:
trunk/ChangeLog
trunk/vapi/gtk+-2.0.vapi
trunk/vapi/packages/gtk+-2.0/gtk+-2.0.metadata
Modified: trunk/vapi/gtk+-2.0.vapi
==============================================================================
--- trunk/vapi/gtk+-2.0.vapi (original)
+++ trunk/vapi/gtk+-2.0.vapi Mon Apr 7 22:00:08 2008
@@ -1621,7 +1621,7 @@
public class TreePath : GLib.Boxed {
public void append_index (int index_);
public int compare (Gtk.TreePath b);
- public weak Gtk.TreePath copy ();
+ public Gtk.TreePath copy ();
public void down ();
public int get_depth ();
[NoArrayLength]
@@ -5303,7 +5303,7 @@
public int count_selected_rows ();
public Gtk.SelectionMode get_mode ();
public bool get_selected (out weak Gtk.TreeModel model, out Gtk.TreeIter iter);
- public weak GLib.List get_selected_rows (out weak Gtk.TreeModel model);
+ public GLib.List get_selected_rows (out weak Gtk.TreeModel model);
public weak Gtk.TreeView get_tree_view ();
public pointer get_user_data ();
public bool iter_is_selected (Gtk.TreeIter iter);
Modified: trunk/vapi/packages/gtk+-2.0/gtk+-2.0.metadata
==============================================================================
--- trunk/vapi/packages/gtk+-2.0/gtk+-2.0.metadata (original)
+++ trunk/vapi/packages/gtk+-2.0/gtk+-2.0.metadata Mon Apr 7 22:00:08 2008
@@ -231,9 +231,11 @@
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_new_from_indices sentinel="-1"
+gtk_tree_path_copy transfer_ownership="1"
GtkTreePath is_value_type="0"
gtk_tree_row_reference_reordered.new_order is_array="1"
gtk_tree_selection_get_selected.iter is_out="1"
+gtk_tree_selection_get_selected_rows transfer_ownership="1"
gtk_tree_store_new ellipsis="1"
gtk_tree_store_append.iter is_out="1"
gtk_tree_store_append.parent nullable="1"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]