diff options
| author | Michael Biebl <biebl@debian.org> | 2026-05-14 19:21:22 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2026-05-14 19:21:22 +0200 |
| commit | 869e9027026cdbb15d4e4a6327ff41d2697858eb (patch) | |
| tree | 52edec7f935ff1bbb425c3515c6e49e6b8b0e28b /src/libnm-client-public/nm-device.h | |
| parent | 067fb576988f685e83ac8b0ae690334aff547c85 (diff) | |
New upstream version 1.56.1 upstream/1.56.1
Diffstat (limited to 'src/libnm-client-public/nm-device.h')
| -rw-r--r-- | src/libnm-client-public/nm-device.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/libnm-client-public/nm-device.h b/src/libnm-client-public/nm-device.h index f58d3ddb..2ee3a4ae 100644 --- a/src/libnm-client-public/nm-device.h +++ b/src/libnm-client-public/nm-device.h @@ -150,6 +150,15 @@ 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 +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 +gboolean nm_device_set_managed_finish(NMDevice *device, GAsyncResult *result, GError **error); gboolean nm_device_get_autoconnect(NMDevice *device); |