diff options
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> |