summaryrefslogtreecommitdiff
path: root/clients/common/nm-meta-setting-desc.h
diff options
context:
space:
mode:
Diffstat (limited to 'clients/common/nm-meta-setting-desc.h')
-rw-r--r--clients/common/nm-meta-setting-desc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/clients/common/nm-meta-setting-desc.h b/clients/common/nm-meta-setting-desc.h
index 7642f2cbcd..e6f9e06baf 100644
--- a/clients/common/nm-meta-setting-desc.h
+++ b/clients/common/nm-meta-setting-desc.h
@@ -386,12 +386,15 @@ struct _NMMetaPropertyInfo {
const char *property_alias;
NMMetaPropertyInfFlags inf_flags;
+
bool is_secret:1;
bool is_cli_option:1;
bool coerce_one_space_as_empty:1;
+ bool del_sets_null:1;
+
const char *prompt;
const char *def_hint;