[vala] vapi: Update GIR-based bindings



commit 241b058ebc4979f55daf5febce44277d50a6c909
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Mon Dec 5 16:55:13 2016 +0100

    vapi: Update GIR-based bindings

 vapi/gio-2.0.vapi     |    2 +-
 vapi/gtk+-4.0.vapi    |    2 --
 vapi/libsoup-2.4.vapi |    5 +++--
 3 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/vapi/gio-2.0.vapi b/vapi/gio-2.0.vapi
index 69433a2..edb5c52 100644
--- a/vapi/gio-2.0.vapi
+++ b/vapi/gio-2.0.vapi
@@ -2423,7 +2423,7 @@ namespace GLib {
                public bool listen () throws GLib.Error;
                public ssize_t receive ([CCode (array_length_cname = "size", array_length_pos = 1.5, 
array_length_type = "gsize")] uint8[] buffer, GLib.Cancellable? cancellable = null) throws GLib.Error;
                public ssize_t receive_from (out GLib.SocketAddress address, [CCode (array_length_cname = 
"size", array_length_pos = 2.5, array_length_type = "gsize")] uint8[] buffer, GLib.Cancellable? cancellable = 
null) throws GLib.Error;
-               public ssize_t receive_message (out GLib.SocketAddress? address, [CCode (array_length_cname = 
"num_vectors", array_length_pos = 2.5)] GLib.InputVector[] vectors, [CCode (array_length_cname = 
"num_messages", array_length_pos = 3.5)] out GLib.SocketControlMessage[]? messages, ref int flags, 
GLib.Cancellable? cancellable = null) throws GLib.Error;
+               public ssize_t receive_message (out GLib.SocketAddress address, [CCode (array_length_cname = 
"num_vectors", array_length_pos = 2.5)] GLib.InputVector[] vectors, [CCode (array_length_cname = 
"num_messages", array_length_pos = 3.5)] out GLib.SocketControlMessage[] messages, ref int flags, 
GLib.Cancellable? cancellable = null) throws GLib.Error;
                [Version (since = "2.48")]
                public int receive_messages ([CCode (array_length_cname = "num_messages", array_length_pos = 
1.5, array_length_type = "guint")] GLib.InputMessage[] messages, int flags, GLib.Cancellable? cancellable = 
null) throws GLib.Error;
                [Version (since = "2.26")]
diff --git a/vapi/gtk+-4.0.vapi b/vapi/gtk+-4.0.vapi
index f609477..9a925bc 100644
--- a/vapi/gtk+-4.0.vapi
+++ b/vapi/gtk+-4.0.vapi
@@ -14363,8 +14363,6 @@ namespace Gtk {
                public unowned Gtk.WidgetPath get_path ();
                [Version (since = "3.0")]
                public void get_preferred_height (out int minimum_height, out int natural_height);
-               [Version (since = "3.10")]
-               public void get_preferred_height_and_baseline_for_width (int width, out int minimum_height, 
out int natural_height, out int minimum_baseline, out int natural_baseline);
                [Version (since = "3.0")]
                public void get_preferred_height_for_width (int width, out int minimum_height, out int 
natural_height);
                [Version (since = "3.0")]
diff --git a/vapi/libsoup-2.4.vapi b/vapi/libsoup-2.4.vapi
index 42024c4..066d140 100644
--- a/vapi/libsoup-2.4.vapi
+++ b/vapi/libsoup-2.4.vapi
@@ -643,7 +643,7 @@ namespace Soup {
                public bool get_content_disposition (out string disposition, out 
GLib.HashTable<string,string> @params);
                public int64 get_content_length ();
                [Version (since = "2.26")]
-               public bool get_content_range (int64 start, int64 end, int64 total_length);
+               public bool get_content_range (out int64 start, out int64 end, out int64 total_length);
                [Version (since = "2.26")]
                public unowned string? get_content_type (out GLib.HashTable<string,string> @params);
                public Soup.Encoding get_encoding ();
@@ -1355,7 +1355,8 @@ namespace Soup {
                CERTIFICATE_TRUSTED,
                NEW_CONNECTION,
                IDEMPOTENT,
-               IGNORE_CONNECTION_LIMITS
+               IGNORE_CONNECTION_LIMITS,
+               DO_NOT_USE_AUTH_CACHE
        }
        [CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_MESSAGE_HEADERS_", type_id = 
"soup_message_headers_type_get_type ()")]
        public enum MessageHeadersType {


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