summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2016-12-05 16:55:13 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2016-12-05 16:55:13 +0100
commit241b058ebc4979f55daf5febce44277d50a6c909 (patch)
tree458ef41927a4a9c5893f8efbaf0f5065181eb919
parent323a13a36856faa694313d1465d625384422f7a3 (diff)
downloadvala-241b058ebc4979f55daf5febce44277d50a6c909.tar.gz
vapi: Update GIR-based bindings
-rw-r--r--vapi/gio-2.0.vapi2
-rw-r--r--vapi/gtk+-4.0.vapi2
-rw-r--r--vapi/libsoup-2.4.vapi5
3 files changed, 4 insertions, 5 deletions
diff --git a/vapi/gio-2.0.vapi b/vapi/gio-2.0.vapi
index 69433a2a7..edb5c5278 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 f6094774f..9a925bce2 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 42024c4d6..066d14057 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 {