summaryrefslogtreecommitdiff
path: root/src/settings
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2016-03-24 14:36:14 +0100
committerLubomir Rintel <lkundrak@v3.sk>2016-03-26 11:28:19 +0100
commit618373a14fd6993bd4317bed01dc48506f6f7d98 (patch)
tree77da3d9fd229ccf3d24fb0dfa43b6eb2734b8b3f /src/settings
parentf88dd66e6d8afd952e286b9aa5f48c4f70141fed (diff)
downloadNetworkManager-618373a14fd6993bd4317bed01dc48506f6f7d98.tar.gz
dbus: use the annotations for documentation
gdbus only understands those (and gtk docstrings, which we should eventually use) when generating the documentation.
Diffstat (limited to 'src/settings')
-rw-r--r--src/settings/plugins/ifcfg-rh/nm-ifcfg-rh.xml20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/settings/plugins/ifcfg-rh/nm-ifcfg-rh.xml b/src/settings/plugins/ifcfg-rh/nm-ifcfg-rh.xml
index 1f308dd48a..c2a6cb34ea 100644
--- a/src/settings/plugins/ifcfg-rh/nm-ifcfg-rh.xml
+++ b/src/settings/plugins/ifcfg-rh/nm-ifcfg-rh.xml
@@ -2,28 +2,28 @@
<node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
<interface name="com.redhat.ifcfgrh1">
- <tp:docstring>
+ <annotation name="org.gtk.GDBus.DocString" value="
Utility methods for handling NM integration with standard Red Hat ifcfg files.
- </tp:docstring>
+ " />
<method name="GetIfcfgDetails">
- <tp:docstring>
+ <annotation name="org.gtk.GDBus.DocString" value="
Given an ifcfg file, return various internal information about it.
- </tp:docstring>
+ " />
<arg name="ifcfg" type="s" direction="in">
- <tp:docstring>
+ <annotation name="org.gtk.GDBus.DocString" value="
The full path to an ifcfg file.
- </tp:docstring>
+ " />
</arg>
<arg name="uuid" type="s" direction="out">
- <tp:docstring>
+ <annotation name="org.gtk.GDBus.DocString" value="
The UUID of the NM connection backed by this ifcfg file. If the ifcfg file does not contain a UUID tag, this UUID is generated by NM, otherwise the UUID from the ifcfg file is used.
- </tp:docstring>
+ " />
</arg>
<arg name="path" type="o" direction="out">
- <tp:docstring>
+ <annotation name="org.gtk.GDBus.DocString" value="
The object path of the NM connected backed by this ifcfg file.
- </tp:docstring>
+ " />
</arg>
</method>
</interface>