[libsoup/ricotz/g-i] Add two missing (out) g-i annotations




commit 3cfe8071e532be09df8b1f6e04297ac51af6b514
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Thu Feb 3 22:31:23 2022 +0100

    Add two missing (out) g-i annotations

 libsoup/soup-address.c | 2 +-
 libsoup/soup-socket.c  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libsoup/soup-address.c b/libsoup/soup-address.c
index 5d66710f..574e982f 100644
--- a/libsoup/soup-address.c
+++ b/libsoup/soup-address.c
@@ -465,7 +465,7 @@ soup_address_get_name (SoupAddress *addr)
 /**
  * soup_address_get_sockaddr:
  * @addr: a #SoupAddress
- * @len: return location for sockaddr length
+ * @len: (out): return location for sockaddr length
  *
  * Returns the sockaddr associated with @addr, with its length in
  * *@len. If the sockaddr is not yet known, returns %NULL.
diff --git a/libsoup/soup-socket.c b/libsoup/soup-socket.c
index 4cb69e0d..7ad48430 100644
--- a/libsoup/soup-socket.c
+++ b/libsoup/soup-socket.c
@@ -1899,7 +1899,7 @@ out:
  * @boundary: boundary to read until
  * @boundary_len: length of @boundary in bytes
  * @nread: (out): on return, the number of bytes read into @buffer
- * @got_boundary: on return, whether or not the data in @buffer
+ * @got_boundary: (out): on return, whether or not the data in @buffer
  * ends with the boundary string
  * @cancellable: a #GCancellable, or %NULL
  * @error: error pointer


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