diff options
| author | Michael Biebl <biebl@debian.org> | 2018-07-25 13:12:18 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2018-07-25 13:12:18 +0200 |
| commit | caf1db9d6fbc056cc6c76a24574890f6c7895f3d (patch) | |
| tree | c323cf856ee0bb8e44590670dd54c19653a55748 /introspection | |
| parent | 429393567647935d9123e21fd27a7529d50255eb (diff) | |
New upstream version 1.12.2 upstream/1.12.2
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"/> |