mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-06 08:30:15 +01:00
libnm: fix annotation for out_is_valid of nm_wireguard_peer_get_allowed_ip()
Fixes: 5d28a0dd89 ('doc: replace all (allow-none) annotations by (optional) and/or (nullable)')
This commit is contained in:
parent
7fa72645e5
commit
290bac0af9
1 changed files with 1 additions and 1 deletions
|
|
@ -564,7 +564,7 @@ nm_wireguard_peer_get_allowed_ips_len(const NMWireGuardPeer *self)
|
|||
* @self: the #NMWireGuardPeer instance
|
||||
* @idx: the index from zero to (allowed-ips-len - 1) to
|
||||
* retrieve.
|
||||
* @out_is_valid: (optional): %TRUE if the returned value is a valid allowed-ip
|
||||
* @out_is_valid: (nullable): %TRUE if the returned value is a valid allowed-ip
|
||||
* setting.
|
||||
* This parameter is wrongly not marked as (out) argument, it is
|
||||
* thus not accessible via introspection. This cannot be fixed without
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue