From 7d4e69b06e2aff8022851dea3ee1173b78593ca9 Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Fri, 11 Aug 2023 14:32:34 +0200 Subject: [PATCH] vapi: Regenerate GIR-based bindings --- vapi/clutter-1.0.vapi | 2 +- vapi/gtk4.vapi | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/vapi/clutter-1.0.vapi b/vapi/clutter-1.0.vapi index f4457af26..98f4a5994 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 b530c7246..f268d2d0a 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 (); -- 2.47.2