]> 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>
Mon, 6 Mar 2017 13:21:08 +0000 (14:21 +0100)
vapi/gio-2.0.vapi
vapi/metadata/Gio-2.0.metadata

index df4f724131420d0d3bc8cc6cc67b238f32de12f0..782ed55a352b55f18123ac3e5215ed18f7d9bf59 100644 (file)
@@ -1474,6 +1474,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 e7045710a64c6282b757aba516f4b1ae88ff9185..6c856625e80b1f1d18eb4cf7f2f8d837c3ad78db 100644 (file)
@@ -395,3 +395,5 @@ TlsBackend
   .get_client_connection_type abstract
   .get_file_database_type abstract
   .get_server_connection_type abstract
+IOStream
+  .splice_async finish_instance=false