]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk4: Fix content_deserialize_async()
authorRico Tzschichholz <ricotz@ubuntu.com>
Mon, 28 Feb 2022 11:12:56 +0000 (12:12 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Thu, 17 Mar 2022 10:52:20 +0000 (11:52 +0100)
vapi/gtk4.vapi

index 96121cceed133a9a8ccdb4f33ffc5c883826f274..67546f8a78928728d54dd1451cef4e30ef228229 100644 (file)
@@ -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);