summaryrefslogtreecommitdiff
path: root/introspection
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2008-04-04 14:57:02 +0000
committerDan Williams <dcbw@redhat.com>2008-04-04 14:57:02 +0000
commit92a6f3c3c8cc96689b165fd413f05f3c2fd949ac (patch)
tree2862c069eb1c7532a7b64fe48950f6a9df5fe29d /introspection
parentf934f0b1f71c832ebacb8255f8635175d160a95c (diff)
downloadNetworkManager-92a6f3c3c8cc96689b165fd413f05f3c2fd949ac.tar.gz
Clean up formatting
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3529 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
Diffstat (limited to 'introspection')
-rw-r--r--introspection/nm-settings.xml51
1 files changed, 25 insertions, 26 deletions
diff --git a/introspection/nm-settings.xml b/introspection/nm-settings.xml
index 34ffd80d3d..5e072f2641 100644
--- a/introspection/nm-settings.xml
+++ b/introspection/nm-settings.xml
@@ -1,33 +1,32 @@
<?xml version="1.0" encoding="UTF-8" ?>
<node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
- <interface name="org.freedesktop.NetworkManagerSettings">
+ <interface name="org.freedesktop.NetworkManagerSettings">
+ <tp:docstring>
+ The NetworkManagerSettings interface is provided by the service which provides connections to NetworkManager.
+ </tp:docstring>
+
+ <method name="ListConnections">
+ <tp:docstring>
+ List the connections stored by this Settings object.
+ </tp:docstring>
+ <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_settings_list_connections"/>
+ <arg name="connections" type="ao" direction="out">
<tp:docstring>
- The NetworkManagerSettings interface is held by a separate process to the daemon and provides settings to the daemon.
+ List of connections.
</tp:docstring>
- <method name="ListConnections">
- <tp:docstring>
- List the connections stored by this Settings object.
- </tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_settings_list_connections"/>
- <arg name="connections" type="ao" direction="out">
- <tp:docstring>
- List of connections.
- </tp:docstring>
- </arg>
- </method>
-
- <signal name="NewConnection">
- <tp:docstring>
- Emitted when a new connection has been configured.
- </tp:docstring>
- <arg name="connection" type="o">
- <tp:docstring>
- Object path of the new connection.
- </tp:docstring>
- </arg>
- </signal>
-
- </interface>
+ </arg>
+ </method>
+ <signal name="NewConnection">
+ <tp:docstring>
+ Emitted when a new connection has been configured.
+ </tp:docstring>
+ <arg name="connection" type="o">
+ <tp:docstring>
+ Object path of the new connection.
+ </tp:docstring>
+ </arg>
+ </signal>
+ </interface>
</node>