SettingDiffResult
Description:
[ CCode ( cprefix = "NM_SETTING_DIFF_RESULT_" , type_id = "nm_setting_diff_result_get_type ()" ) ]
public enum SettingDiffResult
These values indicate the result of a setting difference operation.
Content:
Enum values:
- IN_A - the property is present in setting
A
- IN_A_DEFAULT - the property is
present in setting A but is set to the default value.
- IN_B - the property is present in setting
B
- IN_B_DEFAULT - analog to
NM_SETTING_DIFF_RESULT_IN_A_DEFAULT
.
- UNKNOWN - unknown result