summaryrefslogtreecommitdiff
path: root/vapi
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2022-02-28 12:12:56 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2022-02-28 12:12:56 +0100
commit04d704465f97747119871012769381cf4a1ff261 (patch)
treec54739f61bd4b2e8c27a2fb34e61c2983a4d90a0 /vapi
parent31c11b7e14236390fc0f1cd412ff9604a831c237 (diff)
downloadvala-04d704465f97747119871012769381cf4a1ff261.tar.gz
gtk4: Fix content_deserialize_async()
Diffstat (limited to 'vapi')
-rw-r--r--vapi/gtk4.vapi2
1 files changed, 1 insertions, 1 deletions
diff --git a/vapi/gtk4.vapi b/vapi/gtk4.vapi
index 0bb9477eb..81f1604f6 100644
--- a/vapi/gtk4.vapi
+++ b/vapi/gtk4.vapi
@@ -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);