]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-2.0, gtk+-3.0: Mark *_get_layout_offsets parameters to be out
authorDaniel Svensson <dsvensson@gmail.com>
Sat, 23 Apr 2011 15:45:21 +0000 (17:45 +0200)
committerJürg Billeter <j@bitron.ch>
Sun, 29 May 2011 09:06:47 +0000 (11:06 +0200)
Fixes bug 648540.

vapi/gtk+-2.0.vapi
vapi/gtk+-3.0.vapi
vapi/packages/gtk+-2.0/gtk+-2.0.metadata
vapi/packages/gtk+-3.0/gtk+-3.0.metadata

index 5c20d0cd12f85e12b2264392e0b6aa9a8c72275c..0812bff2748b9d1c853de455d7e2ec8bcc4b1652 100644 (file)
@@ -1482,7 +1482,7 @@ namespace Gtk {
                public unowned Gtk.Border get_inner_border ();
                public unichar get_invisible_char ();
                public unowned Pango.Layout get_layout ();
-               public void get_layout_offsets (int x, int y);
+               public void get_layout_offsets (out int x, out int y);
                public int get_max_length ();
                public bool get_overwrite_mode ();
                public double get_progress_fraction ();
@@ -2403,7 +2403,7 @@ namespace Gtk {
                public Gtk.Justification get_justify ();
                public unowned string get_label ();
                public unowned Pango.Layout get_layout ();
-               public void get_layout_offsets (int x, int y);
+               public void get_layout_offsets (out int x, out int y);
                public bool get_line_wrap ();
                public Pango.WrapMode get_line_wrap_mode ();
                public int get_max_width_chars ();
@@ -3597,7 +3597,7 @@ namespace Gtk {
                public int get_digits ();
                public bool get_draw_value ();
                public unowned Pango.Layout get_layout ();
-               public virtual void get_layout_offsets (int x, int y);
+               public virtual void get_layout_offsets (out int x, out int y);
                public Gtk.PositionType get_value_pos ();
                public void set_digits (int digits);
                public void set_draw_value (bool draw_value);
index a7314ac3daeb0d9242c8e0d10bf91c7e7458ed65..df544470783d795625ba5e8e8bf973bd100d0ba6 100644 (file)
@@ -1583,7 +1583,7 @@ namespace Gtk {
                public unowned Gtk.Border get_inner_border ();
                public unichar get_invisible_char ();
                public unowned Pango.Layout get_layout ();
-               public void get_layout_offsets (int x, int y);
+               public void get_layout_offsets (out int x, out int y);
                public int get_max_length ();
                public bool get_overwrite_mode ();
                public double get_progress_fraction ();
@@ -2385,7 +2385,7 @@ namespace Gtk {
                public Gtk.Justification get_justify ();
                public unowned string get_label ();
                public unowned Pango.Layout get_layout ();
-               public void get_layout_offsets (int x, int y);
+               public void get_layout_offsets (out int x, out int y);
                public bool get_line_wrap ();
                public Pango.WrapMode get_line_wrap_mode ();
                public int get_max_width_chars ();
@@ -3398,7 +3398,7 @@ namespace Gtk {
                public int get_digits ();
                public bool get_draw_value ();
                public unowned Pango.Layout get_layout ();
-               public virtual void get_layout_offsets (int x, int y);
+               public virtual void get_layout_offsets (out int x, out int y);
                public Gtk.PositionType get_value_pos ();
                public void set_digits (int digits);
                public void set_draw_value (bool draw_value);
index 5730dac91c3e4088988801e3c77e6d3694848884..6ecb1eed21f6196d1ae0a206ed78d9d6bdc0beb2 100644 (file)
@@ -185,6 +185,8 @@ gtk_entry_completion.func_notify hidden="1"
 gtk_entry_completion_set_match_func.func transfer_ownership="1"
 gtk_entry_completion_set_match_func.func_data hidden="1"
 gtk_entry_completion_set_match_func.func_notify hidden="1"
+gtk_entry_get_layout_offsets.x is_out="1"
+gtk_entry_get_layout_offsets.y is_out="1"
 gtk_entry_set_icon_from_pixbuf.pixbuf nullable="1"
 gtk_entry_set_icon_from_stock.stock_id nullable="1"
 gtk_entry_set_icon_from_icon_name.icon_name nullable="1"
@@ -276,6 +278,8 @@ GtkItem::select has_emitter="1"
 GtkItem::toggle has_emitter="1"
 GtkLabel.text hidden="1"
 gtk_label_new.str nullable="1"
+gtk_label_get_layout_offsets.x is_out="1"
+gtk_label_get_layout_offsets.y is_out="1"
 gtk_label_get_selection_bounds.start is_out="1"
 gtk_label_get_selection_bounds.end is_out="1"
 GtkList::select_child has_emitter="1"
@@ -500,6 +504,8 @@ gtk_scale_add_mark.markup nullable="1"
 gtk_scale_button_new.icons is_array="1" no_array_length="1"
 gtk_scale_button_set_icons.icons is_array="1" no_array_length="1"
 gtk_scale_draw_value hidden="1"
+gtk_scale_get_layout_offsets.x is_out="1"
+gtk_scale_get_layout_offsets.y is_out="1"
 GtkScale::format_value transfer_ownership="1"
 gtk_scrolled_window_new.hadjustment nullable="1"
 gtk_scrolled_window_new.vadjustment nullable="1"
index 84af61d30fb54b44c2cb4cc1493f0b7cb37b370c..6109d4bfbcd836621b21f3bbe4008c6b49d8294a 100644 (file)
@@ -199,6 +199,8 @@ gtk_entry_completion.func_notify hidden="1"
 gtk_entry_completion_set_match_func.func transfer_ownership="1"
 gtk_entry_completion_set_match_func.func_data hidden="1"
 gtk_entry_completion_set_match_func.func_notify hidden="1"
+gtk_entry_get_layout_offsets.x is_out="1"
+gtk_entry_get_layout_offsets.y is_out="1"
 gtk_entry_set_icon_from_pixbuf.pixbuf nullable="1"
 gtk_entry_set_icon_from_stock.stock_id nullable="1"
 gtk_entry_set_icon_from_icon_name.icon_name nullable="1"
@@ -290,6 +292,8 @@ GtkItem::select has_emitter="1"
 GtkItem::toggle has_emitter="1"
 GtkLabel.text hidden="1"
 gtk_label_new.str nullable="1"
+gtk_label_get_layout_offsets.x is_out="1"
+gtk_label_get_layout_offsets.y is_out="1"
 gtk_label_get_selection_bounds.start is_out="1"
 gtk_label_get_selection_bounds.end is_out="1"
 GtkList::select_child has_emitter="1"
@@ -512,6 +516,8 @@ gtk_scale_add_mark.markup nullable="1"
 gtk_scale_button_new.icons is_array="1" no_array_length="1"
 gtk_scale_button_set_icons.icons is_array="1" no_array_length="1"
 gtk_scale_draw_value hidden="1"
+gtk_scale_get_layout_offsets.x is_out="1"
+gtk_scale_get_layout_offsets.y is_out="1"
 GtkScale::format_value transfer_ownership="1"
 gtk_scrolled_window_new.hadjustment nullable="1"
 gtk_scrolled_window_new.vadjustment nullable="1"