From 80541cf51eba8d18375f87d8ac1e7dfde3afbc4c Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Mon, 28 Feb 2022 12:12:56 +0100 Subject: [PATCH] gtk4: Fix content_deserialize_async() --- vapi/gtk4.vapi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vapi/gtk4.vapi b/vapi/gtk4.vapi index 96121ccee..67546f8a7 100644 --- a/vapi/gtk4.vapi +++ b/vapi/gtk4.vapi @@ -5986,7 +5986,7 @@ namespace Gdk { [CCode (cheader_filename = "gdk/gdk.h")] public static void cairo_set_source_rgba (Cairo.Context cr, Gdk.RGBA rgba); [CCode (cheader_filename = "gdk/gdk.h")] - public static async bool content_deserialize_async (GLib.InputStream stream, string mime_type, GLib.Type type, int io_priority, GLib.Cancellable? cancellable) throws GLib.Error; + public static async bool content_deserialize_async (GLib.InputStream stream, string mime_type, GLib.Type type, int io_priority, GLib.Cancellable? cancellable, out GLib.Value value) throws GLib.Error; [CCode (cheader_filename = "gdk/gdk.h")] [Version (replacement = "ContentFormats.parse", since = "4.4")] public static Gdk.ContentFormats? content_formats_parse (string string); -- 2.47.2