]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
vapi: Update GIR-based bindings
authorRico Tzschichholz <ricotz@ubuntu.com>
Mon, 5 Dec 2016 15:55:13 +0000 (16:55 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 5 Dec 2016 15:55:13 +0000 (16:55 +0100)
vapi/gio-2.0.vapi
vapi/gtk+-4.0.vapi
vapi/libsoup-2.4.vapi

index 69433a2a7f1d98bfd84db919e7288d66221dc54f..edb5c52784d44a6efb8eaa7ae3ba28a2e0232ee5 100644 (file)
@@ -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")]
index f6094774fec1ed8dd65fd3ef3a6c600e62f58d58..9a925bce2026f31d9e78e8c17a4e3ebb23ec3fb4 100644 (file)
@@ -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")]
index 42024c4d6e8622784373a1ebb77ba3affc7ffd4a..066d140572759e35689e59e718d2e93d37570a48 100644 (file)
@@ -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 {