[vala/0.48] libsoup-2.4: Cherry-pick bindings fixes from 0.56
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.48] libsoup-2.4: Cherry-pick bindings fixes from 0.56
- Date: Thu, 17 Feb 2022 08:47:06 +0000 (UTC)
commit 29214b43bd7c384607731f72c120cfcd026be360
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Mon Feb 14 14:47:18 2022 +0100
libsoup-2.4: Cherry-pick bindings fixes from 0.56
vapi/libsoup-2.4.vapi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/vapi/libsoup-2.4.vapi b/vapi/libsoup-2.4.vapi
index 845d43640..ba0b771c5 100644
--- a/vapi/libsoup-2.4.vapi
+++ b/vapi/libsoup-2.4.vapi
@@ -127,7 +127,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")]
@@ -1083,7 +1083,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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]