diff options
| author | Michael Biebl <biebl@debian.org> | 2018-07-25 13:13:04 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2018-07-25 13:13:04 +0200 |
| commit | 08984bbd9d6c7c8a033c7d1466c25a34bcc21c0d (patch) | |
| tree | 53671bf0bb9d3f465b02a1bc149512a210da34a1 /introspection | |
| parent | 0d06e842e34adca9a743de93979a7432961257c6 (diff) | |
| parent | caf1db9d6fbc056cc6c76a24574890f6c7895f3d (diff) | |
Update upstream source from tag 'upstream/1.12.2'
Update to upstream version '1.12.2' with Debian dir 31e4999680481a4db05a3c008df492a8905a4ab3
Diffstat (limited to 'introspection')
5 files changed, 23 insertions, 3 deletions
diff --git a/introspection/org.freedesktop.NetworkManager.Device.Bond.xml b/introspection/org.freedesktop.NetworkManager.Device.Bond.xml index 9ee24e81..e3b5574e 100644 --- a/introspection/org.freedesktop.NetworkManager.Device.Bond.xml +++ b/introspection/org.freedesktop.NetworkManager.Device.Bond.xml @@ -25,7 +25,7 @@ <!-- Slaves: - Array of object paths representing devices which are currently slaved to + Array of object paths representing devices which are currently enslaved to this device. --> <property name="Slaves" type="ao" access="read"/> diff --git a/introspection/org.freedesktop.NetworkManager.Device.Bridge.xml b/introspection/org.freedesktop.NetworkManager.Device.Bridge.xml index e64e4006..7f260569 100644 --- a/introspection/org.freedesktop.NetworkManager.Device.Bridge.xml +++ b/introspection/org.freedesktop.NetworkManager.Device.Bridge.xml @@ -25,7 +25,7 @@ <!-- Slaves: - Array of object paths representing devices which are currently slaved to + Array of object paths representing devices which are currently enslaved to this device. --> <property name="Slaves" type="ao" access="read"/> diff --git a/introspection/org.freedesktop.NetworkManager.Device.OvsBridge.xml b/introspection/org.freedesktop.NetworkManager.Device.OvsBridge.xml index 08ed5dc0..eae9c8d0 100644 --- a/introspection/org.freedesktop.NetworkManager.Device.OvsBridge.xml +++ b/introspection/org.freedesktop.NetworkManager.Device.OvsBridge.xml @@ -8,6 +8,16 @@ <interface name="org.freedesktop.NetworkManager.Device.OvsBridge"> <!-- + Slaves: + + Array of object paths representing ports which are currently enslaved to + this bridge. + + Since: 1.12.2 + --> + <property name="Slaves" type="ao" access="read"/> + + <!-- PropertiesChanged: @properties: A dictionary mapping property names to variant boxed values diff --git a/introspection/org.freedesktop.NetworkManager.Device.OvsPort.xml b/introspection/org.freedesktop.NetworkManager.Device.OvsPort.xml index d4900f51..1e1b411c 100644 --- a/introspection/org.freedesktop.NetworkManager.Device.OvsPort.xml +++ b/introspection/org.freedesktop.NetworkManager.Device.OvsPort.xml @@ -8,6 +8,16 @@ <interface name="org.freedesktop.NetworkManager.Device.OvsPort"> <!-- + Slaves: + + Array of object paths representing interfaces which are currently enslaved to + this port. + + Since: 1.12.2 + --> + <property name="Slaves" type="ao" access="read"/> + + <!-- PropertiesChanged: @properties: A dictionary mapping property names to variant boxed values diff --git a/introspection/org.freedesktop.NetworkManager.Device.Team.xml b/introspection/org.freedesktop.NetworkManager.Device.Team.xml index c187b511..2318dd6f 100644 --- a/introspection/org.freedesktop.NetworkManager.Device.Team.xml +++ b/introspection/org.freedesktop.NetworkManager.Device.Team.xml @@ -25,7 +25,7 @@ <!-- Slaves: - Array of object paths representing devices which are currently slaved to + Array of object paths representing devices which are currently enslaved to this device. --> <property name="Slaves" type="ao" access="read"/> |