diff options
| author | Michael Biebl <biebl@debian.org> | 2016-03-30 00:57:20 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2016-03-30 00:57:20 +0200 |
| commit | db70f92a77334e84ca9a04379afd49ea55c53098 (patch) | |
| tree | d91e6ec27d66ec3c5a20c9195a0eb1d834189618 /introspection/nm-device-macvlan.xml | |
| parent | 4a76b5857faa586add8d7ce28f7804ffb65f3c68 (diff) | |
| parent | d9c99a29a0d3384c9c3d2adce430f5cb1134ab6a (diff) | |
Merge tag 'upstream/1.1.92'
Upstream version 1.1.92
Diffstat (limited to 'introspection/nm-device-macvlan.xml')
| -rw-r--r-- | introspection/nm-device-macvlan.xml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/introspection/nm-device-macvlan.xml b/introspection/nm-device-macvlan.xml index c4dcb4e6..d5d66068 100644 --- a/introspection/nm-device-macvlan.xml +++ b/introspection/nm-device-macvlan.xml @@ -4,34 +4,34 @@ <interface name="org.freedesktop.NetworkManager.Device.Macvlan"> <property name="Parent" type="o" access="read"> - <tp:docstring> + <annotation name="org.gtk.GDBus.DocString" value=" The object path of the parent device. - </tp:docstring> + " /> </property> <property name="Mode" type="s" access="read"> - <tp:docstring> - The macvlan mode, one of "private", "vepa", "bridge", or "passthru". - </tp:docstring> + <annotation name="org.gtk.GDBus.DocString" value=" + The macvlan mode, one of "private", "vepa", "bridge", or "passthru". + " /> </property> <property name="NoPromisc" type="b" access="read"> - <tp:docstring> + <annotation name="org.gtk.GDBus.DocString" value=" Whether the device is blocked from going into promiscuous mode. - </tp:docstring> + " /> </property> <property name="Tap" type="b" access="read"> - <tp:docstring> + <annotation name="org.gtk.GDBus.DocString" value=" Whether the device is a macvtap. - </tp:docstring> + " /> </property> <signal name="PropertiesChanged"> <arg name="properties" type="a{sv}" tp:type="String_Variant_Map"> - <tp:docstring> + <annotation name="org.gtk.GDBus.DocString" value=" A dictionary mapping property names to variant boxed values - </tp:docstring> + " /> </arg> </signal> |