From: Zeeshan Ali (Khattak) Date: Wed, 5 Mar 2014 15:10:08 +0000 (+0000) Subject: gtk+-3.0: Correct binding for IconView.convert_widget_to_bin_window_coords X-Git-Tag: 0.24.0~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa260d52b322d1e9012a7bcb62dc2d278872065f;p=thirdparty%2Fvala.git gtk+-3.0: Correct binding for IconView.convert_widget_to_bin_window_coords The last two arguments are 'out'. --- diff --git a/vapi/gtk+-3.0.vapi b/vapi/gtk+-3.0.vapi index 2e24aa490..d19d6e1ac 100644 --- a/vapi/gtk+-3.0.vapi +++ b/vapi/gtk+-3.0.vapi @@ -2578,7 +2578,7 @@ namespace Gtk { public class IconView : Gtk.Container, Atk.Implementor, Gtk.Buildable, Gtk.CellLayout, Gtk.Scrollable { [CCode (has_construct_function = false, type = "GtkWidget*")] public IconView (); - public void convert_widget_to_bin_window_coords (int wx, int wy, int bx, int by); + public void convert_widget_to_bin_window_coords (int wx, int wy, out int bx, out int by); public unowned Cairo.Surface create_drag_icon (Gtk.TreePath path); public void enable_model_drag_dest (Gtk.TargetEntry[] targets, Gdk.DragAction actions); public void enable_model_drag_source (Gdk.ModifierType start_button_mask, Gtk.TargetEntry[] targets, Gdk.DragAction actions); diff --git a/vapi/packages/gtk+-3.0/gtk+-3.0.metadata b/vapi/packages/gtk+-3.0/gtk+-3.0.metadata index 458a2ac69..1aa5c2534 100644 --- a/vapi/packages/gtk+-3.0/gtk+-3.0.metadata +++ b/vapi/packages/gtk+-3.0/gtk+-3.0.metadata @@ -386,6 +386,8 @@ gtk_icon_view_get_cell_rect.cell nullable="1" gtk_icon_view_get_cell_rect.rect is_out="1" gtk_icon_view_get_visible_range.start_path is_out="1" transfer_ownership="1" gtk_icon_view_get_visible_range.end_path is_out="1" transfer_ownership="1" +gtk_icon_view_convert_widget_to_bin_window_coords.bx is_out="1" +gtk_icon_view_convert_widget_to_bin_window_coords.by is_out="1" GtkIconSet deprecated_since="3.10" replacement="Gtk.IconTheme" gtk_icon_set_copy transfer_ownership="1" gtk_icon_set_get_sizes.sizes is_array="1" is_out="1" transfer_ownership="1"