summaryrefslogtreecommitdiff
path: root/gio/gsocketclient.c
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2020-10-18 11:15:54 +0300
committerSebastian Dröge <sebastian@centricular.com>2020-11-11 13:15:21 +0200
commit705a59a315dcc8cdbc0d14e41d6ffd906fb3f1c7 (patch)
treee3069bd7784e632859edca57e8dfac4d8ea83b98 /gio/gsocketclient.c
parentb8927cc6ad866570b100aa71e5aeabd349f439f3 (diff)
downloadglib-705a59a315dcc8cdbc0d14e41d6ffd906fb3f1c7.tar.gz
gio: Add missing nullable annotations
Diffstat (limited to 'gio/gsocketclient.c')
-rw-r--r--gio/gsocketclient.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gsocketclient.c b/gio/gsocketclient.c
index 373774682..62b1afbcd 100644
--- a/gio/gsocketclient.c
+++ b/gio/gsocketclient.c
@@ -491,7 +491,7 @@ g_socket_client_set_protocol (GSocketClient *client,
*
* See g_socket_client_set_local_address() for details.
*
- * Returns: (transfer none): a #GSocketAddress or %NULL. Do not free.
+ * Returns: (nullable) (transfer none): a #GSocketAddress or %NULL. Do not free.
*
* Since: 2.22
*/