gio: Add missing nullable annotations

This commit is contained in:
Sebastian Dröge
2020-10-18 11:15:54 +03:00
parent b8927cc6ad
commit 705a59a315
35 changed files with 94 additions and 94 deletions

View File

@@ -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
*/