summaryrefslogtreecommitdiff
path: root/introspection
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2017-10-02 08:39:09 +0200
committerLubomir Rintel <lkundrak@v3.sk>2017-10-30 17:40:08 +0100
commitb0f3dc0add9dc74ef1192f2996b420b159add9af (patch)
tree2e1e16bb9b63e2189fcdd737535d5decf46b689d /introspection
parentcb9b024ddb81144985095e14449d0c8ddf43519b (diff)
downloadNetworkManager-b0f3dc0add9dc74ef1192f2996b420b159add9af.tar.gz
introspection: add o.fd.NM.Device.OvsInterface interface
Diffstat (limited to 'introspection')
-rw-r--r--introspection/org.freedesktop.NetworkManager.Device.OvsInterface.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.NetworkManager.Device.OvsInterface.xml b/introspection/org.freedesktop.NetworkManager.Device.OvsInterface.xml
new file mode 100644
index 0000000000..9605a958b4
--- /dev/null
+++ b/introspection/org.freedesktop.NetworkManager.Device.OvsInterface.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<node name="/">
+ <!--
+ org.freedesktop.NetworkManager.Device.OvsInterface:
+ @short_description: OvsInterface Device
+
+ -->
+ <interface name="org.freedesktop.NetworkManager.Device.OvsInterface">
+
+ <!--
+ PropertiesChanged:
+ @properties: A dictionary mapping property names to variant boxed values
+
+ DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
+ -->
+ <signal name="PropertiesChanged">
+ <arg name="properties" type="a{sv}"/>
+ </signal>
+ </interface>
+</node>