about summary refs log tree commit diff
path: root/src/core/nm-config.h
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2026-05-14 19:21:28 +0200
committerMichael Biebl <biebl@debian.org>2026-05-14 19:21:28 +0200
commit4312005496b2f64293dd5a34fd81e4cba5a19c5b (patch)
tree98c36475837c1f15559d4850a9a0368923fcee04 /src/core/nm-config.h
parentd877daadf2a7d90283a4b48a48fe854d1e9c78a6 (diff)
parent869e9027026cdbb15d4e4a6327ff41d2697858eb (diff)
Update upstream source from tag 'upstream/1.56.1'
Update to upstream version '1.56.1'
with Debian dir ea0a29e73fef8e57cffc45da43243a29de64bb9e
Diffstat (limited to 'src/core/nm-config.h')
-rw-r--r--src/core/nm-config.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/core/nm-config.h b/src/core/nm-config.h
index 5518184c..0cfbdfe4 100644
--- a/src/core/nm-config.h
+++ b/src/core/nm-config.h
@@ -142,6 +142,17 @@ gboolean nm_config_set_global_dns(NMConfig *self, NMGlobalDnsConfig *global_dns,
 
 void nm_config_set_connectivity_check_enabled(NMConfig *self, gboolean enabled);
 
+gboolean nm_config_get_device_managed(NMConfig  *self,
+                                      NMDevice  *device,
+                                      NMTernary *out_managed,
+                                      gboolean  *out_by_mac,
+                                      GError   **error);
+gboolean nm_config_set_device_managed(NMConfig *self,
+                                      NMDevice *device,
+                                      NMTernary managed,
+                                      gboolean  by_mac,
+                                      GError  **error);
+
 /* internal defines ... */
 extern guint _nm_config_match_nm_version;
 extern char *_nm_config_match_env;