]> 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>
Mon, 28 Feb 2022 11:12:56 +0000 (12:12 +0100)
vapi/gtk4.vapi

index 0bb9477ebaaa26d488c6cd08d3e5de0d4ba9d60f..81f1604f63a64545689221644af4bfa499cb704f 100644 (file)
@@ -5985,7 +5985,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);