libnm: fix Since/DEPRECATED annotations for backported API

This commit is contained in:
Jan Vaclav 2026-05-07 14:32:17 +02:00
parent 129f967fac
commit 4ae1c67be6
2 changed files with 2 additions and 2 deletions

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: Use the SetManaged method instead, which supports
DEPRECATED: 1.58, 1.56.2: Use the SetManaged method instead, which supports
additional features like persisting the state to disk
-->
<property name="Managed" type="b" access="readwrite"/>

View file

@ -1256,7 +1256,7 @@ typedef enum /*< flags >*/ {
*
* Values for the SetManaged() D-Bus call of a device and nm_device_set_managed_async().
*
* Since: 1.58
* Since: 1.58, 1.56.2
*/
typedef enum {
NM_DEVICE_MANAGED_NO = 0,