introspection: fix @since annotations for 1.56.1

This commit is contained in:
Jan Vaclav 2026-05-14 12:22:11 +02:00
parent 5fa15583e5
commit b829f838fc
2 changed files with 8 additions and 8 deletions

View file

@ -9,7 +9,7 @@
<!--
Id:
@since: 1.58, 1.56.1
@since: 1.56.1
The GENEVE Virtual Network Identifier (VNI).
-->
@ -17,7 +17,7 @@
<!--
Remote:
@since: 1.58, 1.56.1
@since: 1.56.1
The IP (v4 or v6) address of the remote endpoint to which GENEVE packets
are sent.
@ -26,7 +26,7 @@
<!--
Tos:
@since: 1.58, 1.56.1
@since: 1.56.1
The value to use in the IP ToS field for GENEVE packets sent to the remote
endpoint.
@ -35,7 +35,7 @@
<!--
Ttl:
@since: 1.58, 1.56.1
@since: 1.56.1
The value to use in the IP TTL field for GENEVE packets sent to the remote
endpoint.
@ -44,7 +44,7 @@
<!--
Df:
@since: 1.58, 1.56.1
@since: 1.56.1
The Don't Fragment (DF) flag setting for GENEVE packets. 0 means unset,
1 means set, 2 means inherit from the underlying interface.
@ -53,7 +53,7 @@
<!--
DstPort:
@since: 1.58, 1.56.1
@since: 1.56.1
Destination port for outgoing GENEVE packets.
-->

View file

@ -176,7 +176,7 @@
the keyfile.unmanaged-devices setting in NetworkManager.conf. Changes to
this value are not persistent and lost after NetworkManager restart.
DEPRECATED: 1.58, 1.56.1: Use the SetManaged method instead, which supports
DEPRECATED: 1.56.1: Use the SetManaged method instead, which supports
additional features like persisting the state to disk
-->
<property name="Managed" type="b" access="readwrite"/>
@ -398,7 +398,7 @@
SetManaged:
@managed:(<link linkend="NMDeviceManaged">NMDeviceManaged</link>) Whether the device is managed. Possible values are "no" (0), "yes" (1) and "reset" (2).
@flags: (<link linkend="NMDeviceManagedFlags">NMDeviceManagedFlags</link>) flags.
@since: 1.58, 1.56.1
@since: 1.56.1
Set the managed state of the device. With the flags argument different
behaviors can be achieved, like storing the new managed state to disk.