diff options
| author | Iain Lane <iain@orangesquash.org.uk> | 2018-09-24 09:29:55 +0100 |
|---|---|---|
| committer | Iain Lane <iain@orangesquash.org.uk> | 2018-09-24 09:29:55 +0100 |
| commit | e152ec7bf4ba252ff9d3eb13eabd417b931dac9a (patch) | |
| tree | c323cf856ee0bb8e44590670dd54c19653a55748 /introspection/org.freedesktop.NetworkManager.Settings.Connection.xml | |
| parent | ee9c73a923909e23a649407be77e25235d769e25 (diff) | |
Import Upstream version 1.12.2
Diffstat (limited to 'introspection/org.freedesktop.NetworkManager.Settings.Connection.xml')
| -rw-r--r-- | introspection/org.freedesktop.NetworkManager.Settings.Connection.xml | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/introspection/org.freedesktop.NetworkManager.Settings.Connection.xml b/introspection/org.freedesktop.NetworkManager.Settings.Connection.xml index 29ddfd00..2cbb6c2e 100644 --- a/introspection/org.freedesktop.NetworkManager.Settings.Connection.xml +++ b/introspection/org.freedesktop.NetworkManager.Settings.Connection.xml @@ -130,7 +130,7 @@ Update2 is a extensible alternative to Update, UpdateUnsaved and Save. - Since: 1.10.2 + Since: 1.12 --> <method name="Update2"> <arg name="settings" type="a{sa{sv}}" direction="in"/> @@ -160,6 +160,26 @@ <property name="Unsaved" type="b" access="read"/> <!-- + Flags: + + Additional flags of the connection profile. + + Returns: <link linkend="NMSettingsConnectionFlags">NMSettingsConnectionFlags</link> + + Since: 1.12 + --> + <property name="Flags" type="u" access="read"/> + + <!-- + Filename: + + File that stores the connection in case the connection is file-backed. + + Since: 1.12 + --> + <property name="Filename" type="s" access="read"/> + + <!-- PropertiesChanged: @properties: A dictionary mapping property names to variant boxed values. |