diff options
| author | Michael Biebl <biebl@debian.org> | 2023-02-23 17:11:22 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2023-02-23 17:11:22 +0100 |
| commit | b22a7b55d0bc5a7999dccaeacdde745f5ace9d66 (patch) | |
| tree | 597d2716cfa4b904c98717b874371e0e7b5e0c71 /introspection | |
| parent | 1372848511cb896b80b51ed1a3e9606bd9816631 (diff) | |
New upstream version 1.42.2 upstream/1.42.2
Diffstat (limited to 'introspection')
| -rw-r--r-- | introspection/org.freedesktop.NetworkManager.Connection.Active.xml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/introspection/org.freedesktop.NetworkManager.Connection.Active.xml b/introspection/org.freedesktop.NetworkManager.Connection.Active.xml index ebcdf952..faab73a0 100644 --- a/introspection/org.freedesktop.NetworkManager.Connection.Active.xml +++ b/introspection/org.freedesktop.NetworkManager.Connection.Active.xml @@ -163,9 +163,21 @@ <property name="Vpn" type="b" access="read"/> <!-- + Controller: + @Since: 1.44, 1.42.2 + + The path to the controller device if the connection is a port. This + property replaces the deprecated 'Master' property. + --> + <property name="Controller" type="o" access="read"/> + + <!-- Master: - The path to the master device if the connection is a slave. + The path to the controller device if the connection is a port. + + This property is deprecated in favor of the 'Controller' + property since 1.44 and 1.42.2. --> <property name="Master" type="o" access="read"/> |