diff options
| author | Michael Biebl <biebl@debian.org> | 2018-07-03 23:54:48 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2018-07-03 23:54:48 +0200 |
| commit | 54de7f04d1fac5f29fd54ec4120ba2fc4f9b5714 (patch) | |
| tree | 87729385ff8de744dc44d0b4cc75916494b2fd38 /introspection/org.freedesktop.NetworkManager.Settings.Connection.xml | |
| parent | 680d3db45106e7a18665a366e1b57e58cef61506 (diff) | |
| parent | 329b15110c4b183d7a47552abe3a6a6ff933e817 (diff) | |
Merge branch 'experimental'
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. |