summaryrefslogtreecommitdiff
path: root/vapi/libsoup-2.4.vapi
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2022-02-04 08:01:10 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2022-02-04 08:01:10 +0100
commitafd8f8eef3063d56a8f02fbb65577c09d1ad2633 (patch)
tree34e582a0d9b4774b50acb8e35656ba3a34ea9070 /vapi/libsoup-2.4.vapi
parent42af2219a3fc64404d84dc748dd9103df8188ba8 (diff)
downloadvala-afd8f8eef3063d56a8f02fbb65577c09d1ad2633.tar.gz
vapi: Update GIR-based bindings
Diffstat (limited to 'vapi/libsoup-2.4.vapi')
-rw-r--r--vapi/libsoup-2.4.vapi4
1 files changed, 2 insertions, 2 deletions
diff --git a/vapi/libsoup-2.4.vapi b/vapi/libsoup-2.4.vapi
index 49bcac2bc..907e51d99 100644
--- a/vapi/libsoup-2.4.vapi
+++ b/vapi/libsoup-2.4.vapi
@@ -131,7 +131,7 @@ namespace Soup {
public unowned string? get_name ();
public unowned string? get_physical ();
public uint get_port ();
- public void* get_sockaddr (int len);
+ public void* get_sockaddr (out int len);
[Version (since = "2.26")]
public uint hash_by_ip ();
[Version (since = "2.26")]
@@ -1089,7 +1089,7 @@ namespace Soup {
public bool is_ssl ();
public bool listen ();
public Soup.SocketIOStatus read ([CCode (array_length_cname = "len", array_length_pos = 1.5, array_length_type = "gsize")] uint8[] buffer, out size_t nread, GLib.Cancellable? cancellable = null) throws GLib.Error;
- public Soup.SocketIOStatus read_until ([CCode (array_length_cname = "len", array_length_pos = 1.5, array_length_type = "gsize")] uint8[] buffer, void* boundary, size_t boundary_len, out size_t nread, bool got_boundary, GLib.Cancellable? cancellable = null) throws GLib.Error;
+ public Soup.SocketIOStatus read_until ([CCode (array_length_cname = "len", array_length_pos = 1.5, array_length_type = "gsize")] uint8[] buffer, void* boundary, size_t boundary_len, out size_t nread, out bool got_boundary, GLib.Cancellable? cancellable = null) throws GLib.Error;
public bool start_proxy_ssl (string ssl_host, GLib.Cancellable? cancellable = null);
public bool start_ssl (GLib.Cancellable? cancellable = null);
public Soup.SocketIOStatus write ([CCode (array_length_cname = "len", array_length_pos = 1.5, array_length_type = "gsize")] uint8[] buffer, out size_t nwrote, GLib.Cancellable? cancellable = null) throws GLib.Error;