From 35779c6675728fa6f0fd0a21cefb904408509c23 Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Mon, 5 Jul 2021 20:35:03 +0200 Subject: New upstream version 1.32.2 --- docs/libnm/html/NMConnection.html | 55 ++++++++++++++++++++++++++++++++++----- 1 file changed, 48 insertions(+), 7 deletions(-) (limited to 'docs/libnm/html/NMConnection.html') diff --git a/docs/libnm/html/NMConnection.html b/docs/libnm/html/NMConnection.html index 44e1f9b4..acb7fb2a 100644 --- a/docs/libnm/html/NMConnection.html +++ b/docs/libnm/html/NMConnection.html @@ -1405,7 +1405,7 @@ nm_connection_is_type (const char *type);

A convenience function to check if the given connection is a particular -type (ie wired, Wi-Fi, ppp, etc). Checks the “type” +type (ie wired, Wi-Fi, ppp, etc). Checks the “type” property of the connection and matches that against type .

@@ -2814,8 +2814,8 @@ an NM_VARIANT_TYPE_CONNECTION dictionary.


enum NMConnectionSerializationFlags

-

These flags determine which properties are serialized when calling when -calling nm_connection_to_dbus().

+

These flags determine which properties are serialized when calling +nm_connection_to_dbus().

Members

@@ -2833,24 +2833,65 @@ calling   + + + + + + + + + + + + + + + + + + + + -- cgit 1.3.0-6-gf8a5

NM_CONNECTION_SERIALIZE_WITH_NON_SECRET

+

serialize properties that are +not secrets. Since 1.32.

+
 

NM_CONNECTION_SERIALIZE_NO_SECRETS

-

do not include secrets

+

this is a deprecated alias for +NM_CONNECTION_SERIALIZE_WITH_NON_SECRET +.

+
 

NM_CONNECTION_SERIALIZE_WITH_SECRETS

+

serialize all secrets. This flag is +ignored if any of NM_CONNECTION_SERIALIZE_WITH_SECRETS_AGENT_OWNED +, +NM_CONNECTION_SERIALIZE_WITH_SECRETS_SYSTEM_OWNED + or +NM_CONNECTION_SERIALIZE_WITH_SECRETS_NOT_SAVED + is set. Since 1.32.

 

NM_CONNECTION_SERIALIZE_ONLY_SECRETS

-

only serialize secrets

+

a deprecated alias for +NM_CONNECTION_SERIALIZE_WITH_SECRETS +.

 

NM_CONNECTION_SERIALIZE_WITH_SECRETS_AGENT_OWNED

-

if set, only secrets that -are agent owned will be serialized. Since: 1.20.

+

serialize agent-owned +secrets. Since: 1.20.

+
 

NM_CONNECTION_SERIALIZE_WITH_SECRETS_SYSTEM_OWNED

+

serialize system-owned +secrets. Since: 1.32.

+
 

NM_CONNECTION_SERIALIZE_WITH_SECRETS_NOT_SAVED

+

serialize secrets that +are marked as never saved. Since: 1.32.