summaryrefslogtreecommitdiff
path: root/src/nm-dispatcher
diff options
context:
space:
mode:
authorCorentin Noël <corentin.noel@collabora.com>2023-03-01 01:21:38 +0100
committerThomas Haller <thaller@redhat.com>2023-03-27 11:49:43 +0200
commit5d28a0dd899bbe24f805758283173927c530291c (patch)
tree0f0e7b62a729a691ed503c8781eb198efdb66f96 /src/nm-dispatcher
parent83d2ec2ec1364cf17029253709ac37c7528573a2 (diff)
downloadNetworkManager-5d28a0dd899bbe24f805758283173927c530291c.tar.gz
doc: replace all (allow-none) annotations by (optional) and/or (nullable)
The (allow-none) annotation is deprecated since a long time now, it is better to use (nullable) and/or (optional) which clarifies what it means with the (out) annotation. https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/1551
Diffstat (limited to 'src/nm-dispatcher')
-rw-r--r--src/nm-dispatcher/nm-dispatcher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nm-dispatcher/nm-dispatcher.c b/src/nm-dispatcher/nm-dispatcher.c
index 80fe40a0d6..97b85813dc 100644
--- a/src/nm-dispatcher/nm-dispatcher.c
+++ b/src/nm-dispatcher/nm-dispatcher.c
@@ -243,7 +243,7 @@ _idle_timeout_restart(void)
/**
* next_request:
*
- * @request: (allow-none): the request to set as next. If %NULL, dequeue the next
+ * @request: (nullable): the request to set as next. If %NULL, dequeue the next
* waiting request. Otherwise, try to set the given request.
*
* Sets the currently active request (@current_request). The current request