SettingsUpdate2Flags
Description:
[ CCode ( cprefix = "NM_SETTINGS_UPDATE2_FLAG_" , type_id = "nm_settings_update2_flags_get_type ()" ) ]
[ Flags ]
[ Version ( since = "1.12" ) ]
public enum SettingsUpdate2Flags
Content:
Enum values:
- BLOCK_AUTOCONNECT -
usually, when the connection has autoconnect enabled and is modified, it becomes eligible to autoconnect right away.
- IN_MEMORY - makes the profile
in-memory.
- IN_MEMORY_DETACHED -
this is almost the same as nm_settings_update2_flag_in_memory, with one difference: when later
deleting the profile, the original profile will not be deleted.
- IN_MEMORY_ONLY - this is
like nm_settings_update2_flag_in_memory, but if the connection has a corresponding file on persistent
storage, the file will be deleted right away.
- NONE - an alias for numeric zero, no
flags set.
- NO_REAPPLY - when a profile gets
modified that is currently active, then these changes don't take effect for the active device unless the profile gets reactivated or
the configuration reapplied.
- TO_DISK - to persist the connection
to disk.
- VOLATILE - This can be specified
with either nm_settings_update2_flag_in_memory,
nm_settings_update2_flag_in_memory_detached or nm_settings_update2_flag_in_memory_only.