summaryrefslogtreecommitdiff
path: root/introspection
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2017-06-06 15:55:08 +0200
committerBeniamino Galvani <bgalvani@redhat.com>2017-08-05 08:03:15 +0200
commitdf72cad107fd4e721488195109e29fae5f9b8e20 (patch)
treeebd07a03c365a200c1bb6c6336dec7bf96b72b41 /introspection
parentd5c2c3f6d7dff4d763d460052671d32f5389c815 (diff)
device: add NMDevicePPP
The new device type represents a PPP interface, and will implement the activation of new-style PPPoE connections, i.e. the ones that don't claim the parent device.
Diffstat (limited to 'introspection')
-rw-r--r--introspection/org.freedesktop.NetworkManager.Device.Ppp.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.NetworkManager.Device.Ppp.xml b/introspection/org.freedesktop.NetworkManager.Device.Ppp.xml
new file mode 100644
index 0000000000..00605f7219
--- /dev/null
+++ b/introspection/org.freedesktop.NetworkManager.Device.Ppp.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<node name="/">
+ <!--
+ org.freedesktop.NetworkManager.Device.Ppp:
+ @short_description: PPP Device
+
+ -->
+ <interface name="org.freedesktop.NetworkManager.Device.Ppp">
+
+ <!--
+ 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>