summary refs log tree commit diff
path: root/src/libnm-client-public/nm-device.h
diff options
context:
space:
mode:
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);