mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 06:28:05 +02:00
libnm-util: update 'timestamp' property description, noting it is read-only
This commit is contained in:
parent
a6f28f402b
commit
44b6a441b9
1 changed files with 2 additions and 1 deletions
|
|
@ -1208,7 +1208,8 @@ nm_setting_connection_class_init (NMSettingConnectionClass *setting_class)
|
|||
"connection was last successfully activated. NetworkManager "
|
||||
"updates the connection timestamp periodically when the "
|
||||
"connection is active to ensure that an active connection "
|
||||
"has the latest timestamp.",
|
||||
"has the latest timestamp. The property is only meant for "
|
||||
"reading (changes to this property will not be preserved).",
|
||||
0, G_MAXUINT64, 0,
|
||||
G_PARAM_READWRITE | G_PARAM_CONSTRUCT | NM_SETTING_PARAM_SERIALIZE | NM_SETTING_PARAM_FUZZY_IGNORE));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue