diff options
Diffstat (limited to 'libnm-core/nm-connection.h')
| -rw-r--r-- | libnm-core/nm-connection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm-core/nm-connection.h b/libnm-core/nm-connection.h index 4399ad67..2c553e0e 100644 --- a/libnm-core/nm-connection.h +++ b/libnm-core/nm-connection.h @@ -112,7 +112,7 @@ NMSetting *nm_connection_get_setting_by_name (NMConnection *connection, * @NM_CONNECTION_SERIALIZE_NO_SECRETS: do not include secrets * @NM_CONNECTION_SERIALIZE_ONLY_SECRETS: only serialize secrets * @NM_CONNECTION_SERIALIZE_WITH_SECRETS_AGENT_OWNED: if set, only secrets that - * are agent owned will be serialized. + * are agent owned will be serialized. Since: 1.20 * * These flags determine which properties are serialized when calling when * calling nm_connection_to_dbus(). |