summary refs log tree commit diff
path: root/introspection
diff options
context:
space:
mode:
Diffstat (limited to 'introspection')
-rw-r--r--introspection/org.freedesktop.NetworkManager.Device.Bond.xml2
-rw-r--r--introspection/org.freedesktop.NetworkManager.Device.Bridge.xml2
-rw-r--r--introspection/org.freedesktop.NetworkManager.Device.OvsBridge.xml10
-rw-r--r--introspection/org.freedesktop.NetworkManager.Device.OvsPort.xml10
-rw-r--r--introspection/org.freedesktop.NetworkManager.Device.Team.xml2
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"/>