libnm: add NM_SETTING_PARAM_NONE define

This completes other NM_SETTING_PARAM_* flags.
This commit is contained in:
Thomas Haller 2021-06-18 00:01:30 +02:00
parent 4065158491
commit c54be51f99
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -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