diff options
| author | Michael Biebl <biebl@debian.org> | 2016-04-06 00:46:19 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2016-04-06 00:46:19 +0200 |
| commit | 2bfb3eb7d0323e69affca154395f51d8b577414d (patch) | |
| tree | e3130a5146441296df6d08a0f4ac7222a854c8f8 /introspection/nm-device-macvlan.xml | |
| parent | d9c99a29a0d3384c9c3d2adce430f5cb1134ab6a (diff) | |
Imported Upstream version 1.1.93 upstream/1.1.93
Diffstat (limited to 'introspection/nm-device-macvlan.xml')
| -rw-r--r-- | introspection/nm-device-macvlan.xml | 54 |
1 files changed, 28 insertions, 26 deletions
diff --git a/introspection/nm-device-macvlan.xml b/introspection/nm-device-macvlan.xml index d5d66068..876b685c 100644 --- a/introspection/nm-device-macvlan.xml +++ b/introspection/nm-device-macvlan.xml @@ -1,39 +1,41 @@ -<?xml version="1.0" encoding="UTF-8" ?> - -<node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0"> +<?xml version="1.0" encoding="UTF-8"?> +<node name="/"> <interface name="org.freedesktop.NetworkManager.Device.Macvlan"> - <property name="Parent" type="o" access="read"> - <annotation name="org.gtk.GDBus.DocString" value=" + <!-- + Parent: + The object path of the parent device. - " /> - </property> + --> + <property name="Parent" type="o" access="read"/> + + <!-- + Mode: - <property name="Mode" type="s" access="read"> - <annotation name="org.gtk.GDBus.DocString" value=" - The macvlan mode, one of "private", "vepa", "bridge", or "passthru". - " /> - </property> + The macvlan mode, one of "private", "vepa", "bridge", or "passthru". + --> + <property name="Mode" type="s" access="read"/> + + <!-- + NoPromisc: - <property name="NoPromisc" type="b" access="read"> - <annotation name="org.gtk.GDBus.DocString" value=" Whether the device is blocked from going into promiscuous mode. - " /> - </property> + --> + <property name="NoPromisc" type="b" access="read"/> + + <!-- + Tap: - <property name="Tap" type="b" access="read"> - <annotation name="org.gtk.GDBus.DocString" value=" Whether the device is a macvtap. - " /> - </property> + --> + <property name="Tap" type="b" access="read"/> + <!-- + PropertiesChanged: + @properties: A dictionary mapping property names to variant boxed values + --> <signal name="PropertiesChanged"> - <arg name="properties" type="a{sv}" tp:type="String_Variant_Map"> - <annotation name="org.gtk.GDBus.DocString" value=" - A dictionary mapping property names to variant boxed values - " /> - </arg> + <arg name="properties" type="a{sv}"/> </signal> - </interface> </node> |