]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+3.0: Mark region argument of *shape_combine_region nullable
authorRico Tzschichholz <ricotz@t-online.de>
Thu, 10 Oct 2013 10:49:05 +0000 (12:49 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Thu, 10 Oct 2013 10:49:05 +0000 (12:49 +0200)
vapi/gtk+-3.0.vapi
vapi/packages/gtk+-3.0/gtk+-3.0.metadata

index b49257c78ed6fd7187120acf18e9e5b2aba00818..1d43c6d0aeac52bf7814204449d959ead6203a9c 100644 (file)
@@ -1,4 +1,4 @@
-/* gtk+-3.0.vapi generated by lt-vapigen, do not modify. */
+/* gtk+-3.0.vapi generated by vapigen, do not modify. */
 
 [CCode (gir_namespace = "Gtk", gir_version = "3.0")]
 namespace Gtk {
@@ -6168,14 +6168,14 @@ namespace Gtk {
                public unowned Gdk.Window get_window ();
                public void grab_default ();
                public bool has_grab ();
-               [Deprecated (replacement = "StyleContext", since = "3,0")]
+               [Deprecated (replacement = "StyleContext", since = "3.0")]
                public bool has_rc_style ();
                public bool has_screen ();
                public bool has_visible_focus ();
                public bool hide_on_delete ();
                public bool in_destruction ();
                public void init_template ();
-               public void input_shape_combine_region (Cairo.Region region);
+               public void input_shape_combine_region (Cairo.Region? region);
                public void insert_action_group (string name, GLib.ActionGroup group);
                [CCode (cname = "gtk_widget_class_install_style_property")]
                public class void install_style_property (GLib.ParamSpec pspec);
@@ -6290,7 +6290,7 @@ namespace Gtk {
                public void set_visible (bool visible);
                public void set_visual (Gdk.Visual visual);
                public void set_window (owned Gdk.Window window);
-               public void shape_combine_region (Cairo.Region region);
+               public void shape_combine_region (Cairo.Region? region);
                public virtual void show_all ();
                public void show_now ();
                public void size_allocate_with_baseline (Gtk.Allocation allocation, int baseline);
index 2ff02997f6edaaac9b40bc22417c78be1b16be15..2bbd7659692bafd3981293e11e9586f4f5cc63d4 100644 (file)
@@ -56,6 +56,7 @@ gtk_application_add_accelerator.parameter nullable="1"
 gtk_application_get_windows type_arguments="unowned Window"
 gtk_application_inhibit.window nullable="1"
 gtk_application_inhibit.reason nullable="1"
+gtk_application_remove_accelerator.parameter nullable="1"
 GtkArg.d hidden="1"
 gtk_aspect_frame_new.label nullable="1"
 GtkAssistant.apply hidden="1"
@@ -1164,8 +1165,9 @@ gtk_widget_get_size_request.width is_out="1"
 gtk_widget_get_size_request.height is_out="1"
 gtk_widget_get_state deprecated_since="3.0" replacement="get_state_flags"
 gtk_widget_get_style deprecated_since="3.0" replacement="StyleContext"
-gtk_widget_has_rc_style deprecated_since="3,0" replacement="StyleContext"
+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_intersect.intersection nullable="1"
 gtk_widget_is_focus hidden="1" experimental="1"
 gtk_widget_list_accel_closures transfer_ownership="1" type_arguments="GLib.Closure"
@@ -1206,6 +1208,7 @@ gtk_widget_set_state deprecated_since="3.0" replacement="set_state_flags"
 gtk_widget_set_style deprecated_since="3.0" replacement="StyleContext"
 gtk_widget_set_style.style nullable="1"
 gtk_widget_shape_combine_mask.shape_mask nullable="1"
+gtk_widget_shape_combine_region.region nullable="1"
 gtk_widget_size_request deprecated_since="3.0" replacement="get_preferred_size"
 gtk_widget_style_attach deprecated_since="3.0" replacement="StyleContext"
 gtk_widget_style_get_property.value is_ref="1"
@@ -1312,6 +1315,5 @@ gtk_render_layout deprecated_since="vala-0.16" replacement="StyleContext.render_
 gtk_render_line deprecated_since="vala-0.16" replacement="StyleContext.render_line"
 gtk_render_option deprecated_since="vala-0.16" replacement="StyleContext.render_option"
 gtk_render_slider deprecated_since="vala-0.16" replacement="StyleContext.render_slider"
-gtk_application_remove_accelerator.parameter nullable="1"
 
 *._g_sealed__* hidden="1"