diff options
| author | Lubomir Rintel <lkundrak@v3.sk> | 2016-04-05 11:27:17 +0200 |
|---|---|---|
| committer | Lubomir Rintel <lkundrak@v3.sk> | 2016-04-05 14:37:51 +0200 |
| commit | a8e8e766414dc433ca0b10787ca3c8c2979c5929 (patch) | |
| tree | cfc8f1710b190646f4240d7b6f3e3ab2d1ee990d /introspection/nm-settings-connection.xml | |
| parent | 015c061a16f5c18fda8faec47ed556ad7792da58 (diff) | |
| download | NetworkManager-lr/docbook.tar.gz | |
dbus: fix up the XML formattinglr/docbook
The conversion script didn't do a very good job. It got fired.
Diffstat (limited to 'introspection/nm-settings-connection.xml')
| -rw-r--r-- | introspection/nm-settings-connection.xml | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/introspection/nm-settings-connection.xml b/introspection/nm-settings-connection.xml index e68f56bc8e..15b380348c 100644 --- a/introspection/nm-settings-connection.xml +++ b/introspection/nm-settings-connection.xml @@ -19,8 +19,8 @@ associated with each secret. --> <method name="Update"> - <arg name="properties" type="a{sa{sv}}" direction="in"/> - </method> + <arg name="properties" type="a{sa{sv}}" direction="in"/> + </method> <!-- UpdateUnsaved: @@ -36,8 +36,8 @@ ReloadConnections call). --> <method name="UpdateUnsaved"> - <arg name="properties" type="a{sa{sv}}" direction="in"/> - </method> + <arg name="properties" type="a{sa{sv}}" direction="in"/> + </method> <!-- Delete: @@ -56,8 +56,8 @@ GetSecrets() call. --> <method name="GetSettings"> - <arg name="settings" type="a{sa{sv}}" direction="out"/> - </method> + <arg name="settings" type="a{sa{sv}}" direction="out"/> + </method> <!-- GetSecrets: @@ -70,10 +70,10 @@ of this request. --> <method name="GetSecrets"> - <arg name="setting_name" type="s" direction="in"/> + <arg name="setting_name" type="s" direction="in"/> - <arg name="secrets" type="a{sa{sv}}" direction="out"/> - </method> + <arg name="secrets" type="a{sa{sv}}" direction="out"/> + </method> <!-- ClearSecrets: @@ -125,9 +125,7 @@ @properties: A dictionary mapping property names to variant boxed values. --> <signal name="PropertiesChanged"> - <arg name="properties" type="a{sv}"/> - </signal> - - </interface> - + <arg name="properties" type="a{sv}"/> + </signal> + </interface> </node> |
