mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-22 20:38:12 +02:00
libnm: add NM_SETTING_PARAM_NONE define
This completes other NM_SETTING_PARAM_* flags.
(cherry picked from commit c54be51f99)
This commit is contained in:
parent
1ebef50603
commit
e4898f98e0
1 changed files with 4 additions and 0 deletions
|
|
@ -211,6 +211,10 @@ gboolean _nm_setting_clear_secrets(NMSetting * setting,
|
|||
NMSettingClearSecretsWithFlagsFn func,
|
||||
gpointer user_data);
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
#define NM_SETTING_PARAM_NONE 0
|
||||
|
||||
/* The property of the #NMSetting should be considered during comparisons that
|
||||
* use the %NM_SETTING_COMPARE_FLAG_INFERRABLE flag. Properties that don't have
|
||||
* this flag, are ignored when doing an infrerrable comparison. This flag should
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue