[vala/0.40] Regenerate GIR-based bindings to fix getter ownership of struct properties
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.40] Regenerate GIR-based bindings to fix getter ownership of struct properties
- Date: Wed, 9 Oct 2019 17:36:21 +0000 (UTC)
commit 94b3178f34d0072303fba462ea1971048875b495
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Thu May 9 19:06:11 2019 +0200
Regenerate GIR-based bindings to fix getter ownership of struct properties
vapi/clutter-1.0.vapi | 16 ++++++++--------
vapi/gtk+-3.0.vapi | 42 +++++++++++++++++++++---------------------
vapi/gtk+-4.0.vapi | 18 +++++++++---------
vapi/libsoup-2.4.vapi | 8 ++++----
vapi/vte-2.90.vapi | 2 +-
5 files changed, 43 insertions(+), 43 deletions(-)
---
diff --git a/vapi/clutter-1.0.vapi b/vapi/clutter-1.0.vapi
index 207091f18..c3858bc85 100644
--- a/vapi/clutter-1.0.vapi
+++ b/vapi/clutter-1.0.vapi
@@ -5140,7 +5140,7 @@ namespace Clutter {
public Clutter.Action actions { set; }
[NoAccessorMethod]
[Version (since = "0.8")]
- public Clutter.ActorBox allocation { get; }
+ public Clutter.ActorBox allocation { owned get; }
[NoAccessorMethod]
[Version (deprecated = true, deprecated_since = "1.12", since = "1.0")]
public Clutter.Gravity anchor_gravity { get; set; }
@@ -5162,7 +5162,7 @@ namespace Clutter {
public bool child_transform_set { get; }
[NoAccessorMethod]
[Version (deprecated = true, deprecated_since = "1.12")]
- public Clutter.Geometry clip { get; set; }
+ public Clutter.Geometry clip { owned get; set; }
[NoAccessorMethod]
[Version (since = "1.12")]
public Clutter.Rect clip_rect { owned get; set; }
@@ -5274,13 +5274,13 @@ namespace Clutter {
public double rotation_angle_z { get; set; }
[NoAccessorMethod]
[Version (deprecated = true, deprecated_since = "1.12", since = "0.6")]
- public Clutter.Vertex rotation_center_x { get; set; }
+ public Clutter.Vertex rotation_center_x { owned get; set; }
[NoAccessorMethod]
[Version (deprecated = true, deprecated_since = "1.12", since = "0.6")]
- public Clutter.Vertex rotation_center_y { get; set; }
+ public Clutter.Vertex rotation_center_y { owned get; set; }
[NoAccessorMethod]
[Version (deprecated = true, deprecated_since = "1.12", since = "0.6")]
- public Clutter.Vertex rotation_center_z { get; set; }
+ public Clutter.Vertex rotation_center_z { owned get; set; }
[NoAccessorMethod]
[Version (deprecated = true, deprecated_since = "1.12", since = "1.0")]
public Clutter.Gravity rotation_center_z_gravity { get; set; }
@@ -5664,7 +5664,7 @@ namespace Clutter {
[NoAccessorMethod]
public double angle_tilt_z { get; set; }
[NoAccessorMethod]
- public Clutter.Knot center { get; set; }
+ public Clutter.Knot center { owned get; set; }
public Clutter.RotateDirection direction { get; set; }
public int height { get; set; }
public int width { get; set; }
@@ -5912,9 +5912,9 @@ namespace Clutter {
public void set_contrast (float contrast);
public void set_contrast_full (float red, float green, float blue);
[NoAccessorMethod]
- public Clutter.Color brightness { get; set; }
+ public Clutter.Color brightness { owned get; set; }
[NoAccessorMethod]
- public Clutter.Color contrast { get; set; }
+ public Clutter.Color contrast { owned get; set; }
}
[CCode (cheader_filename = "clutter/clutter.h", has_type_id = false)]
[Compact]
diff --git a/vapi/gtk+-3.0.vapi b/vapi/gtk+-3.0.vapi
index a2024e24d..6ae9cdbae 100644
--- a/vapi/gtk+-3.0.vapi
+++ b/vapi/gtk+-3.0.vapi
@@ -1591,10 +1591,10 @@ namespace Gtk {
public string cell_background { set; }
[NoAccessorMethod]
[Version (deprecated = true, deprecated_since = "3.4", replacement = "cell_background_rgba")]
- public Gdk.Color cell_background_gdk { get; set; }
+ public Gdk.Color cell_background_gdk { owned get; set; }
[NoAccessorMethod]
[Version (since = "3.0")]
- public Gdk.RGBA cell_background_rgba { get; set; }
+ public Gdk.RGBA cell_background_rgba { owned get; set; }
[NoAccessorMethod]
public bool cell_background_set { get; set; }
[NoAccessorMethod]
@@ -1762,10 +1762,10 @@ namespace Gtk {
public string background { set; }
[NoAccessorMethod]
[Version (deprecated = true, deprecated_since = "3.4", replacement = "background_rgba")]
- public Gdk.Color background_gdk { get; set; }
+ public Gdk.Color background_gdk { owned get; set; }
[NoAccessorMethod]
[Version (since = "3.0")]
- public Gdk.RGBA background_rgba { get; set; }
+ public Gdk.RGBA background_rgba { owned get; set; }
[NoAccessorMethod]
public bool background_set { get; set; }
[NoAccessorMethod]
@@ -1789,10 +1789,10 @@ namespace Gtk {
public string foreground { set; }
[NoAccessorMethod]
[Version (deprecated = true, deprecated_since = "3.4", replacement = "foreground_rgba")]
- public Gdk.Color foreground_gdk { get; set; }
+ public Gdk.Color foreground_gdk { owned get; set; }
[NoAccessorMethod]
[Version (since = "3.0")]
- public Gdk.RGBA foreground_rgba { get; set; }
+ public Gdk.RGBA foreground_rgba { owned get; set; }
[NoAccessorMethod]
public bool foreground_set { get; set; }
[NoAccessorMethod]
@@ -1923,10 +1923,10 @@ namespace Gtk {
public string background { set; }
[NoAccessorMethod]
[Version (deprecated = true, deprecated_since = "3.4", replacement = "background_rgba")]
- public Gdk.Color background_gdk { get; set; }
+ public Gdk.Color background_gdk { owned get; set; }
[NoAccessorMethod]
[Version (since = "3.0")]
- public Gdk.RGBA background_rgba { get; set; }
+ public Gdk.RGBA background_rgba { owned get; set; }
[NoAccessorMethod]
public bool background_set { get; set; }
[NoAccessorMethod]
@@ -2066,10 +2066,10 @@ namespace Gtk {
public uint alpha { get; set; }
[NoAccessorMethod]
[Version (deprecated = true, deprecated_since = "3.4", replacement = "rgba", since = "2.4")]
- public Gdk.Color color { get; set; }
+ public Gdk.Color color { owned get; set; }
[NoAccessorMethod]
[Version (since = "3.0")]
- public Gdk.RGBA rgba { get; set; }
+ public Gdk.RGBA rgba { owned get; set; }
[NoAccessorMethod]
[Version (since = "3.20")]
public bool show_editor { get; set; }
@@ -2132,7 +2132,7 @@ namespace Gtk {
public uint current_alpha { get; set; }
[NoAccessorMethod]
[Version (deprecated = true, deprecated_since = "3.4", replacement = "current_rgba")]
- public Gdk.Color current_color { get; set; }
+ public Gdk.Color current_color { owned get; set; }
[Version (since = "3.0")]
public Gdk.RGBA current_rgba { get; set; }
public bool has_opacity_control { get; set; }
@@ -5691,7 +5691,7 @@ namespace Gtk {
public Gtk.PopoverConstraint constrain_to { get; set; }
public bool modal { get; set; }
[NoAccessorMethod]
- public Gdk.Rectangle pointing_to { get; set; }
+ public Gdk.Rectangle pointing_to { owned get; set; }
public Gtk.PositionType position { get; set; }
public Gtk.Widget relative_to { get; set; }
[Version (deprecated = true, deprecated_since = "3.22", since = "3.16")]
@@ -8016,10 +8016,10 @@ namespace Gtk {
public bool background_full_height_set { get; set; }
[NoAccessorMethod]
[Version (deprecated = true, deprecated_since = "3.4", replacement = "background_rgba")]
- public Gdk.Color background_gdk { get; set; }
+ public Gdk.Color background_gdk { owned get; set; }
[NoAccessorMethod]
[Version (since = "3.2")]
- public Gdk.RGBA background_rgba { get; set; }
+ public Gdk.RGBA background_rgba { owned get; set; }
[NoAccessorMethod]
public bool background_set { get; set; }
[NoAccessorMethod]
@@ -8050,10 +8050,10 @@ namespace Gtk {
public string foreground { set; }
[NoAccessorMethod]
[Version (deprecated = true, deprecated_since = "3.4", replacement = "foreground_rgba")]
- public Gdk.Color foreground_gdk { get; set; }
+ public Gdk.Color foreground_gdk { owned get; set; }
[NoAccessorMethod]
[Version (since = "3.2")]
- public Gdk.RGBA foreground_rgba { get; set; }
+ public Gdk.RGBA foreground_rgba { owned get; set; }
[NoAccessorMethod]
public bool foreground_set { get; set; }
[NoAccessorMethod]
@@ -8089,10 +8089,10 @@ namespace Gtk {
public string paragraph_background { set; }
[NoAccessorMethod]
[Version (deprecated = true, deprecated_since = "3.4", replacement =
"paragraph_background_rgba", since = "2.8")]
- public Gdk.Color paragraph_background_gdk { get; set; }
+ public Gdk.Color paragraph_background_gdk { owned get; set; }
[NoAccessorMethod]
[Version (since = "3.2")]
- public Gdk.RGBA paragraph_background_rgba { get; set; }
+ public Gdk.RGBA paragraph_background_rgba { owned get; set; }
[NoAccessorMethod]
public bool paragraph_background_set { get; set; }
[NoAccessorMethod]
@@ -8133,7 +8133,7 @@ namespace Gtk {
public bool strikethrough { get; set; }
[NoAccessorMethod]
[Version (since = "3.16")]
- public Gdk.RGBA strikethrough_rgba { get; set; }
+ public Gdk.RGBA strikethrough_rgba { owned get; set; }
[NoAccessorMethod]
[Version (since = "3.16")]
public bool strikethrough_rgba_set { get; set; }
@@ -8151,7 +8151,7 @@ namespace Gtk {
public Pango.Underline underline { get; set; }
[NoAccessorMethod]
[Version (since = "3.16")]
- public Gdk.RGBA underline_rgba { get; set; }
+ public Gdk.RGBA underline_rgba { owned get; set; }
[NoAccessorMethod]
[Version (since = "3.16")]
public bool underline_rgba_set { get; set; }
@@ -8658,7 +8658,7 @@ namespace Gtk {
public void set_style (Gtk.ToolbarStyle style);
public void unset_icon_size ();
public void unset_style ();
- public Gtk.IconSize icon_size { get; set; }
+ public Gtk.IconSize icon_size { owned get; set; }
[NoAccessorMethod]
public bool icon_size_set { get; set; }
[NoAccessorMethod]
diff --git a/vapi/gtk+-4.0.vapi b/vapi/gtk+-4.0.vapi
index 86bd40d43..628b52876 100644
--- a/vapi/gtk+-4.0.vapi
+++ b/vapi/gtk+-4.0.vapi
@@ -7008,7 +7008,7 @@ namespace Gtk {
[NoAccessorMethod]
public string cell_background { set; }
[NoAccessorMethod]
- public Gdk.RGBA cell_background_rgba { get; set; }
+ public Gdk.RGBA cell_background_rgba { owned get; set; }
[NoAccessorMethod]
public bool cell_background_set { get; set; }
[NoAccessorMethod]
@@ -7135,7 +7135,7 @@ namespace Gtk {
[NoAccessorMethod]
public string background { set; }
[NoAccessorMethod]
- public Gdk.RGBA background_rgba { get; set; }
+ public Gdk.RGBA background_rgba { owned get; set; }
[NoAccessorMethod]
public bool background_set { get; set; }
[NoAccessorMethod]
@@ -7157,7 +7157,7 @@ namespace Gtk {
[NoAccessorMethod]
public string foreground { set; }
[NoAccessorMethod]
- public Gdk.RGBA foreground_rgba { get; set; }
+ public Gdk.RGBA foreground_rgba { owned get; set; }
[NoAccessorMethod]
public bool foreground_set { get; set; }
[NoAccessorMethod]
@@ -9513,7 +9513,7 @@ namespace Gtk {
public Gtk.PopoverConstraint constrain_to { get; set; }
public bool modal { get; set; }
[NoAccessorMethod]
- public Gdk.Rectangle pointing_to { get; set; }
+ public Gdk.Rectangle pointing_to { owned get; set; }
public Gtk.PositionType position { get; set; }
public Gtk.Widget relative_to { get; set; }
public virtual signal void closed ();
@@ -10752,7 +10752,7 @@ namespace Gtk {
[NoAccessorMethod]
public bool background_full_height_set { get; set; }
[NoAccessorMethod]
- public Gdk.RGBA background_rgba { get; set; }
+ public Gdk.RGBA background_rgba { owned get; set; }
[NoAccessorMethod]
public bool background_set { get; set; }
[NoAccessorMethod]
@@ -10780,7 +10780,7 @@ namespace Gtk {
[NoAccessorMethod]
public string foreground { set; }
[NoAccessorMethod]
- public Gdk.RGBA foreground_rgba { get; set; }
+ public Gdk.RGBA foreground_rgba { owned get; set; }
[NoAccessorMethod]
public bool foreground_set { get; set; }
[NoAccessorMethod]
@@ -10812,7 +10812,7 @@ namespace Gtk {
[NoAccessorMethod]
public string paragraph_background { set; }
[NoAccessorMethod]
- public Gdk.RGBA paragraph_background_rgba { get; set; }
+ public Gdk.RGBA paragraph_background_rgba { owned get; set; }
[NoAccessorMethod]
public bool paragraph_background_set { get; set; }
[NoAccessorMethod]
@@ -10852,7 +10852,7 @@ namespace Gtk {
[NoAccessorMethod]
public bool strikethrough { get; set; }
[NoAccessorMethod]
- public Gdk.RGBA strikethrough_rgba { get; set; }
+ public Gdk.RGBA strikethrough_rgba { owned get; set; }
[NoAccessorMethod]
public bool strikethrough_rgba_set { get; set; }
[NoAccessorMethod]
@@ -10868,7 +10868,7 @@ namespace Gtk {
[NoAccessorMethod]
public Pango.Underline underline { get; set; }
[NoAccessorMethod]
- public Gdk.RGBA underline_rgba { get; set; }
+ public Gdk.RGBA underline_rgba { owned get; set; }
[NoAccessorMethod]
public bool underline_rgba_set { get; set; }
[NoAccessorMethod]
diff --git a/vapi/libsoup-2.4.vapi b/vapi/libsoup-2.4.vapi
index 0bc692179..c2c8c58b4 100644
--- a/vapi/libsoup-2.4.vapi
+++ b/vapi/libsoup-2.4.vapi
@@ -204,11 +204,11 @@ namespace Soup {
public void set_generic_auth_callback (owned Soup.AuthDomainGenericAuthCallback
auth_callback);
public bool try_generic_auth_callback (Soup.Message msg, string username);
[NoAccessorMethod]
- public Soup.AuthDomainFilter filter { owned get; set; }
+ public Soup.AuthDomainFilter filter { get; set; }
[NoAccessorMethod]
public void* filter_data { get; set; }
[NoAccessorMethod]
- public Soup.AuthDomainGenericAuthCallback generic_auth_callback { owned get; set; }
+ public Soup.AuthDomainGenericAuthCallback generic_auth_callback { get; set; }
[NoAccessorMethod]
public void* generic_auth_data { get; set; }
[NoAccessorMethod]
@@ -221,7 +221,7 @@ namespace Soup {
public AuthDomainBasic (string optname1, ...);
public void set_auth_callback (owned Soup.AuthDomainBasicAuthCallback callback);
[NoAccessorMethod]
- public Soup.AuthDomainBasicAuthCallback auth_callback { owned get; set; }
+ public Soup.AuthDomainBasicAuthCallback auth_callback { get; set; }
[NoAccessorMethod]
public void* auth_data { get; set; }
}
@@ -232,7 +232,7 @@ namespace Soup {
public static string encode_password (string username, string realm, string password);
public void set_auth_callback (owned Soup.AuthDomainDigestAuthCallback callback);
[NoAccessorMethod]
- public Soup.AuthDomainDigestAuthCallback auth_callback { owned get; set; }
+ public Soup.AuthDomainDigestAuthCallback auth_callback { get; set; }
[NoAccessorMethod]
public void* auth_data { get; set; }
}
diff --git a/vapi/vte-2.90.vapi b/vapi/vte-2.90.vapi
index b2ea7b6eb..4cda375fc 100644
--- a/vapi/vte-2.90.vapi
+++ b/vapi/vte-2.90.vapi
@@ -174,7 +174,7 @@ namespace Vte {
public double background_saturation { get; set; }
[NoAccessorMethod]
[Version (since = "0.20")]
- public Gdk.Color background_tint_color { get; set; }
+ public Gdk.Color background_tint_color { owned get; set; }
[NoAccessorMethod]
[Version (since = "0.20")]
public bool background_transparent { get; set; }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]