diff options
| author | Michael Biebl <biebl@debian.org> | 2016-03-30 00:56:30 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2016-03-30 00:56:30 +0200 |
| commit | d9c99a29a0d3384c9c3d2adce430f5cb1134ab6a (patch) | |
| tree | fa41baf72753961e71dd8d5bdbe2b89c9109e4f1 /introspection/nm-device-olpc-mesh.xml | |
| parent | c2de0d98ba39e0a1a970d066fd19be786092f376 (diff) | |
Imported Upstream version 1.1.92 upstream/1.1.92
Diffstat (limited to 'introspection/nm-device-olpc-mesh.xml')
| -rw-r--r-- | introspection/nm-device-olpc-mesh.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/introspection/nm-device-olpc-mesh.xml b/introspection/nm-device-olpc-mesh.xml index c30ecfc6..a92e7370 100644 --- a/introspection/nm-device-olpc-mesh.xml +++ b/introspection/nm-device-olpc-mesh.xml @@ -3,32 +3,32 @@ <node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0"> <interface name="org.freedesktop.NetworkManager.Device.OlpcMesh"> <property name="HwAddress" type="s" access="read"> - <tp:docstring> + <annotation name="org.gtk.GDBus.DocString" value=" The hardware address of the device. - </tp:docstring> + " /> </property> <property name="Companion" type="o" access="read"> - <tp:docstring> + <annotation name="org.gtk.GDBus.DocString" value=" The object path of the companion device. - </tp:docstring> + " /> </property> <property name="ActiveChannel" type="u" access="read"> - <tp:docstring> + <annotation name="org.gtk.GDBus.DocString" value=" The currently active channel. - </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 containing the FIXME: check changed parameters. - </tp:docstring> + " /> </arg> - <tp:docstring> + <annotation name="org.gtk.GDBus.DocString" value=" Emitted when the wireless device's properties changed. - </tp:docstring> + " /> </signal> </interface> </node> |