[vala] gtk+-2.0: add missing type list for gtk_icon_view_get_selected_items



commit 693bfbdfc6ffb55d1cace1562c3283b8674973d6
Author: Sandino Flores <tigrux gmail com>
Date:   Mon Jan 25 12:10:02 2010 -0800

    gtk+-2.0: add missing type list for gtk_icon_view_get_selected_items
    
    Fixes bug 607279.

 vapi/gtk+-2.0.vapi                       |    2 +-
 vapi/packages/gtk+-2.0/gtk+-2.0.metadata |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/vapi/gtk+-2.0.vapi b/vapi/gtk+-2.0.vapi
index 0884db8..29a2cc8 100644
--- a/vapi/gtk+-2.0.vapi
+++ b/vapi/gtk+-2.0.vapi
@@ -1875,7 +1875,7 @@ namespace Gtk {
 		public int get_pixbuf_column ();
 		public bool get_reorderable ();
 		public int get_row_spacing ();
-		public unowned GLib.List get_selected_items ();
+		public GLib.List<Gtk.TreePath> get_selected_items ();
 		public Gtk.SelectionMode get_selection_mode ();
 		public int get_spacing ();
 		public int get_text_column ();
diff --git a/vapi/packages/gtk+-2.0/gtk+-2.0.metadata b/vapi/packages/gtk+-2.0/gtk+-2.0.metadata
index ef90e74..92cae74 100644
--- a/vapi/packages/gtk+-2.0/gtk+-2.0.metadata
+++ b/vapi/packages/gtk+-2.0/gtk+-2.0.metadata
@@ -168,6 +168,7 @@ gtk_icon_view_get_cursor.path transfer_ownership="1"
 gtk_icon_view_get_tooltip_context.iter is_out="1"
 gtk_icon_view_get_tooltip_context.x is_out="1"
 gtk_icon_view_get_tooltip_context.y is_out="1"
+gtk_icon_view_get_selected_items transfer_ownership="1" type_arguments="TreePath"
 gtk_icon_set_copy transfer_ownership="1"
 gtk_icon_source_copy transfer_ownership="1"
 gtk_icon_theme_lookup_icon transfer_ownership="1"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]