summary refs log tree commit diff
path: root/src/libnm-client-public/nm-device.h
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2026-07-03 19:53:18 +0200
committerMichael Biebl <biebl@debian.org>2026-07-03 19:53:18 +0200
commit537bfce2bda471c92caabd388589230200891509 (patch)
treeaedeccfaf0ba52c238ecf51fc009c0db5d4b60f0 /src/libnm-client-public/nm-device.h
parent869e9027026cdbb15d4e4a6327ff41d2697858eb (diff)
New upstream version 1.58~rc1 upstream/1.58_rc1
Diffstat (limited to 'src/libnm-client-public/nm-device.h')
-rw-r--r--src/libnm-client-public/nm-device.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libnm-client-public/nm-device.h b/src/libnm-client-public/nm-device.h
index 2ee3a4ae..d0d004f8 100644
--- a/src/libnm-client-public/nm-device.h
+++ b/src/libnm-client-public/nm-device.h
@@ -150,14 +150,14 @@ NM_AVAILABLE_IN_1_2
 NM_DEPRECATED_IN_1_22
 _NM_DEPRECATED_SYNC_METHOD
 void nm_device_set_managed(NMDevice *device, gboolean managed);
-NM_AVAILABLE_IN_1_56_1
+NM_AVAILABLE_IN_1_58
 void nm_device_set_managed_async(NMDevice            *device,
                                  NMDeviceManaged      managed,
                                  NMDeviceManagedFlags flags,
                                  GCancellable        *cancellable,
                                  GAsyncReadyCallback  callback,
                                  gpointer             user_data);
-NM_AVAILABLE_IN_1_56_1
+NM_AVAILABLE_IN_1_58
 gboolean nm_device_set_managed_finish(NMDevice *device, GAsyncResult *result, GError **error);
 
 gboolean nm_device_get_autoconnect(NMDevice *device);