]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gio-2.0: Fix IOStream.splice_async()
authorFlorian Brosch <flo.brosch@gmail.com>
Sun, 20 Oct 2013 15:21:01 +0000 (17:21 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Fri, 6 Oct 2017 12:34:26 +0000 (14:34 +0200)
vapi/gio-2.0.vapi
vapi/metadata/Gio-2.0.metadata

index 8ee73bc4aad00457a35b5bcbe90b7a87f7bd66b2..b7480ff5781a63859baebf8fea81694d731f7613 100644 (file)
@@ -1459,6 +1459,7 @@ namespace GLib {
                public bool is_closed ();
                [Version (since = "2.22")]
                public bool set_pending () throws GLib.Error;
+               [CCode (finish_instance = false)]
                [Version (since = "2.28")]
                public async bool splice_async (GLib.IOStream stream2, GLib.IOStreamSpliceFlags flags, int io_priority = GLib.Priority.DEFAULT, GLib.Cancellable? cancellable = null) throws GLib.Error;
                [NoAccessorMethod]
index 12168de8644c38451c0087c37b65a1b15930fba1..baa9bd2d9a9b115de41a75f1704843084a3899e8 100644 (file)
@@ -417,3 +417,5 @@ TlsBackend
   .get_client_connection_type abstract
   .get_file_database_type abstract
   .get_server_connection_type abstract
+IOStream
+  .splice_async finish_instance=false