diff options
Diffstat (limited to 'introspection/nm-device-veth.xml')
| -rw-r--r-- | introspection/nm-device-veth.xml | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/introspection/nm-device-veth.xml b/introspection/nm-device-veth.xml index a3cff6da..b064874e 100644 --- a/introspection/nm-device-veth.xml +++ b/introspection/nm-device-veth.xml @@ -1,21 +1,20 @@ -<?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.Veth"> - <property name="Peer" type="o" access="read"> - <annotation name="org.gtk.GDBus.DocString" value=" + <!-- + Peer: + The object path of the device's peer. - " /> - </property> + --> + <property name="Peer" type="o" 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> |