blob: c2a6cb34ea26f4a6fcc0267b109495fd62904b9d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
<?xml version="1.0" encoding="UTF-8" ?>
<node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
<interface name="com.redhat.ifcfgrh1">
<annotation name="org.gtk.GDBus.DocString" value="
Utility methods for handling NM integration with standard Red Hat ifcfg files.
" />
<method name="GetIfcfgDetails">
<annotation name="org.gtk.GDBus.DocString" value="
Given an ifcfg file, return various internal information about it.
" />
<arg name="ifcfg" type="s" direction="in">
<annotation name="org.gtk.GDBus.DocString" value="
The full path to an ifcfg file.
" />
</arg>
<arg name="uuid" type="s" direction="out">
<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.
" />
</arg>
<arg name="path" type="o" direction="out">
<annotation name="org.gtk.GDBus.DocString" value="
The object path of the NM connected backed by this ifcfg file.
" />
</arg>
</method>
</interface>
</node>
|