diff options
| author | Michael Biebl <biebl@debian.org> | 2023-01-11 13:41:09 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2023-01-11 13:41:09 +0100 |
| commit | 006f5c299754ae1107b6d623c7d8436ac4a109ea (patch) | |
| tree | 9245e2b76b31669c0d39e805b800156436602d93 /src/libnm-client-impl/nm-device.c | |
| parent | b2ca000f0e0a915aba25f7d16b34bd092055ad59 (diff) | |
| parent | 5d9e3721ad196595acd064e0d3ce66edc2613e51 (diff) | |
Update upstream source from tag 'upstream/1.40.10'
Update to upstream version '1.40.10' with Debian dir 61c058a13d387971499d4f26e30682b0148db96f
Diffstat (limited to 'src/libnm-client-impl/nm-device.c')
| -rw-r--r-- | src/libnm-client-impl/nm-device.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libnm-client-impl/nm-device.c b/src/libnm-client-impl/nm-device.c index 238e7c17..0e971d39 100644 --- a/src/libnm-client-impl/nm-device.c +++ b/src/libnm-client-impl/nm-device.c @@ -2496,7 +2496,7 @@ nm_device_reapply_finish(NMDevice *device, GAsyncResult *result, GError **error) /** * nm_device_get_applied_connection: * @device: a #NMDevice - * @flags: the flags argument. Currently, this value must always be zero. + * @flags: the flags argument. See #NMDeviceReapplyFlags. * @version_id: (out) (allow-none): returns the current version id of * the applied connection * @cancellable: a #GCancellable, or %NULL @@ -2559,7 +2559,7 @@ nm_device_get_applied_connection(NMDevice *device, /** * nm_device_get_applied_connection_async: * @device: a #NMDevice - * @flags: the flags argument. Currently, this value must always be zero. + * @flags: the flags argument. See #NMDeviceReapplyFlags. * @cancellable: a #GCancellable, or %NULL * @callback: callback to be called when the reapply operation completes * @user_data: caller-specific data passed to @callback |