[vala/0.34] gio-2.0: Fix IOStream.splice_async()



commit aac39c5e09f7bbb2471e275cf2c928e2b1372aa3
Author: Florian Brosch <flo brosch gmail com>
Date:   Sun Oct 20 17:21:01 2013 +0200

    gio-2.0: Fix IOStream.splice_async()

 vapi/gio-2.0.vapi              |    1 +
 vapi/metadata/Gio-2.0.metadata |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/vapi/gio-2.0.vapi b/vapi/gio-2.0.vapi
index 8ee73bc..b7480ff 100644
--- a/vapi/gio-2.0.vapi
+++ b/vapi/gio-2.0.vapi
@@ -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]
diff --git a/vapi/metadata/Gio-2.0.metadata b/vapi/metadata/Gio-2.0.metadata
index 12168de..baa9bd2 100644
--- a/vapi/metadata/Gio-2.0.metadata
+++ b/vapi/metadata/Gio-2.0.metadata
@@ -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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]