mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-11 09:18:38 +02:00
libnm: fix Since/DEPRECATED annotations for backported API
This commit is contained in:
parent
129f967fac
commit
4ae1c67be6
2 changed files with 2 additions and 2 deletions
|
|
@ -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"/>
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue