[vala/0.34] gtk+-2.0, gtk+-3.0: Mark "intersection" param of Widget.intersect() as out



commit ed33c1da9c8c2ae00d28fafe19df98718a649bcc
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Thu Mar 30 21:08:44 2017 +0200

    gtk+-2.0,gtk+-3.0: Mark "intersection" param of Widget.intersect() as out

 vapi/gtk+-2.0.vapi                       |    2 +-
 vapi/gtk+-3.0.vapi                       |    2 +-
 vapi/packages/gtk+-2.0/gtk+-2.0.metadata |    2 +-
 vapi/packages/gtk+-3.0/gtk+-3.0.metadata |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/vapi/gtk+-2.0.vapi b/vapi/gtk+-2.0.vapi
index 4ace8c7..da2fafb 100644
--- a/vapi/gtk+-2.0.vapi
+++ b/vapi/gtk+-2.0.vapi
@@ -5613,7 +5613,7 @@ namespace Gtk {
                public class void install_style_property (GLib.ParamSpec pspec);
                [CCode (cname = "gtk_widget_class_install_style_property_parser")]
                public class void install_style_property_parser (GLib.ParamSpec pspec, Gtk.RcPropertyParser 
parser);
-               public bool intersect (Gdk.Rectangle area, Gdk.Rectangle? intersection);
+               public bool intersect (Gdk.Rectangle area, out Gdk.Rectangle? intersection = null);
                public bool is_ancestor (Gtk.Widget ancestor);
                public bool is_composited ();
                [CCode (cname = "GTK_WIDGET_DOUBLE_BUFFERED")]
diff --git a/vapi/gtk+-3.0.vapi b/vapi/gtk+-3.0.vapi
index aee9978..aca5124 100644
--- a/vapi/gtk+-3.0.vapi
+++ b/vapi/gtk+-3.0.vapi
@@ -6783,7 +6783,7 @@ namespace Gtk {
                public class void install_style_property (GLib.ParamSpec pspec);
                [CCode (cname = "gtk_widget_class_install_style_property_parser")]
                public class void install_style_property_parser (GLib.ParamSpec pspec, Gtk.RcPropertyParser 
parser);
-               public bool intersect (Gdk.Rectangle area, Gdk.Rectangle? intersection);
+               public bool intersect (Gdk.Rectangle area, out Gdk.Rectangle? intersection = null);
                public bool is_ancestor (Gtk.Widget ancestor);
                public bool is_composited ();
                public bool is_sensitive ();
diff --git a/vapi/packages/gtk+-2.0/gtk+-2.0.metadata b/vapi/packages/gtk+-2.0/gtk+-2.0.metadata
index 0805e1a..3972f26 100644
--- a/vapi/packages/gtk+-2.0/gtk+-2.0.metadata
+++ b/vapi/packages/gtk+-2.0/gtk+-2.0.metadata
@@ -1091,7 +1091,7 @@ gtk_widget_get_size_request.height is_out="1"
 gtk_widget_get_tooltip_markup transfer_ownership="1"
 gtk_widget_get_tooltip_text transfer_ownership="1"
 gtk_widget_input_shape_combine_mask.shape_mask nullable="1"
-gtk_widget_intersect.intersection nullable="1"
+gtk_widget_intersect.intersection nullable="1" is_out="1" transfer_ownership="1" default_value="null"
 gtk_widget_is_focus hidden="1" experimental="1"
 gtk_widget_list_accel_closures transfer_ownership="1" type_arguments="unowned GLib.Closure"
 gtk_widget_list_mnemonic_labels transfer_ownership="1" type_arguments="unowned Widget"
diff --git a/vapi/packages/gtk+-3.0/gtk+-3.0.metadata b/vapi/packages/gtk+-3.0/gtk+-3.0.metadata
index 5239ea3..1c480d9 100644
--- a/vapi/packages/gtk+-3.0/gtk+-3.0.metadata
+++ b/vapi/packages/gtk+-3.0/gtk+-3.0.metadata
@@ -1809,7 +1809,7 @@ gtk_widget_has_rc_style deprecated_since="3.0" replacement="StyleContext"
 gtk_widget_input_shape_combine_mask.shape_mask nullable="1"
 gtk_widget_input_shape_combine_region.region nullable="1"
 gtk_widget_insert_action_group.group nullable="1"
-gtk_widget_intersect.intersection nullable="1"
+gtk_widget_intersect.intersection nullable="1" is_out="1" transfer_ownership="1" default_value="null"
 gtk_widget_is_focus hidden="1" experimental="1"
 gtk_widget_list_accel_closures transfer_ownership="1" type_arguments="unowned GLib.Closure"
 gtk_widget_list_action_prefixes is_array="1" no_array_length="1" array_null_terminated="1" 
transfer_container="1"


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