summaryrefslogtreecommitdiff
path: root/src/settings/plugins/ifcfg-rh/nm-ifcfg-rh.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings/plugins/ifcfg-rh/nm-ifcfg-rh.xml')
-rw-r--r--src/settings/plugins/ifcfg-rh/nm-ifcfg-rh.xml45
1 files changed, 21 insertions, 24 deletions
diff --git a/src/settings/plugins/ifcfg-rh/nm-ifcfg-rh.xml b/src/settings/plugins/ifcfg-rh/nm-ifcfg-rh.xml
index 5279345297..8e7e585a98 100644
--- a/src/settings/plugins/ifcfg-rh/nm-ifcfg-rh.xml
+++ b/src/settings/plugins/ifcfg-rh/nm-ifcfg-rh.xml
@@ -1,31 +1,28 @@
<?xml version="1.0" encoding="UTF-8" ?>
-<node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
- <interface name="com.redhat.ifcfgrh1">
- <tp:docstring>
- Utility methods for handling NM integration with standard Red Hat ifcfg files.
- </tp:docstring>
+<node name="/">
+ <!--
+ com.redhat.ifcfgrh1:
+ @short_description: Utility methods for handling NM integration with standard Red Hat
+ ifcfg files.
+ -->
+ <interface name="com.redhat.ifcfgrh1">
+ <annotation name="org.gtk.GDBus.C.Name" value="Ifcfg_RH"/>
+ <!--
+ GetIfcfgDetails:
+ @ifcfg: The full path to an ifcfg file.
+ @uuid: 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.
+ @path: The object path of the NM connected backed by this ifcfg file.
+
+ Given an ifcfg file, return various internal information about it.
+ -->
<method name="GetIfcfgDetails">
- <tp:docstring>
- Given an ifcfg file, return various internal information about it.
- </tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_ifcfgrh_get_ifcfg_details"/>
- <arg name="ifcfg" type="s" direction="in">
- <tp:docstring>
- The full path to an ifcfg file.
- </tp:docstring>
- </arg>
- <arg name="uuid" type="s" direction="out">
- <tp:docstring>
- 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>
- The object path of the NM connected backed by this ifcfg file.
- </tp:docstring>
- </arg>
+ <arg name="ifcfg" type="s" direction="in" />
+ <arg name="uuid" type="s" direction="out" />
+ <arg name="path" type="o" direction="out" />
</method>
</interface>
</node>