[vala] gtk+3.0: Mark region argument of *shape_combine_region nullable
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] gtk+3.0: Mark region argument of *shape_combine_region nullable
- Date: Thu, 10 Oct 2013 10:55:37 +0000 (UTC)
commit 16f9e96c02ada7e26e6308f840920bb960d728bb
Author: Rico Tzschichholz <ricotz t-online de>
Date: Thu Oct 10 12:49:05 2013 +0200
gtk+3.0: Mark region argument of *shape_combine_region nullable
vapi/gtk+-3.0.vapi | 8 ++++----
vapi/packages/gtk+-3.0/gtk+-3.0.metadata | 6 ++++--
2 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/vapi/gtk+-3.0.vapi b/vapi/gtk+-3.0.vapi
index b49257c..1d43c6d 100644
--- a/vapi/gtk+-3.0.vapi
+++ b/vapi/gtk+-3.0.vapi
@@ -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);
diff --git a/vapi/packages/gtk+-3.0/gtk+-3.0.metadata b/vapi/packages/gtk+-3.0/gtk+-3.0.metadata
index 2ff0299..2bbd765 100644
--- a/vapi/packages/gtk+-3.0/gtk+-3.0.metadata
+++ b/vapi/packages/gtk+-3.0/gtk+-3.0.metadata
@@ -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"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]