From: Rico Tzschichholz Date: Fri, 11 Aug 2023 12:32:34 +0000 (+0200) Subject: vapi: Regenerate GIR-based bindings X-Git-Tag: 0.56.11~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c12a5a8a809b48ea46205366ba76caf54a8fa47;p=thirdparty%2Fvala.git vapi: Regenerate GIR-based bindings --- diff --git a/vapi/clutter-1.0.vapi b/vapi/clutter-1.0.vapi index ba7fb47d0..118f9a722 100644 --- a/vapi/clutter-1.0.vapi +++ b/vapi/clutter-1.0.vapi @@ -6776,7 +6776,7 @@ namespace Clutter { public double period { get; set; } public float radius { get; set; } } - [CCode (cheader_filename = "clutter/clutter.h", type_id = "clutter_paint_node_get_type ()")] + [CCode (cheader_filename = "clutter/clutter.h", ref_function = "clutter_paint_node_ref", type_id = "clutter_paint_node_get_type ()", unref_function = "clutter_paint_node_unref")] [Version (since = "1.10")] public abstract class PaintNode { [CCode (has_construct_function = false)] diff --git a/vapi/gtk4.vapi b/vapi/gtk4.vapi index d1ee30c2f..cc7bdb9f6 100644 --- a/vapi/gtk4.vapi +++ b/vapi/gtk4.vapi @@ -4934,7 +4934,7 @@ namespace Gdk { public Gdk.ContentFormats formats { get; construct; } public Gdk.Surface surface { get; construct; } } - [CCode (cheader_filename = "gdk/gdk.h", type_id = "gdk_event_get_type ()")] + [CCode (cheader_filename = "gdk/gdk.h", ref_function = "gdk_event_ref", type_id = "gdk_event_get_type ()", unref_function = "gdk_event_unref")] public abstract class Event { [CCode (has_construct_function = false)] protected Event (); @@ -6137,7 +6137,7 @@ namespace Gsk { public float get_start (); public float get_vradius (); } - [CCode (cheader_filename = "gsk/gsk.h", type_id = "gsk_render_node_get_type ()")] + [CCode (cheader_filename = "gsk/gsk.h", ref_function = "gsk_render_node_ref", type_id = "gsk_render_node_get_type ()", unref_function = "gsk_render_node_unref")] public abstract class RenderNode { [CCode (has_construct_function = false)] protected RenderNode (); @@ -8490,7 +8490,7 @@ namespace Gtk { public bool use_underline { get; set construct; } public signal void activate (); } - [CCode (cheader_filename = "gtk/gtk.h", type_id = "gtk_expression_get_type ()")] + [CCode (cheader_filename = "gtk/gtk.h", ref_function = "gtk_expression_ref", type_id = "gtk_expression_get_type ()", unref_function = "gtk_expression_unref")] public abstract class Expression { [CCode (has_construct_function = false)] protected Expression ();