add more spacing
[personal-kdebase.git] / workspace / solid / networkmanager-0.7 / dbus / introspection / nm-settings.xml
blob5e072f2641bfe2a4733a392520d4a2f78992cdbf
1 <?xml version="1.0" encoding="UTF-8" ?>
3 <node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
4   <interface name="org.freedesktop.NetworkManagerSettings">
5     <tp:docstring>
6       The NetworkManagerSettings interface is provided by the service which provides connections to NetworkManager.
7     </tp:docstring>
9     <method name="ListConnections">
10       <tp:docstring>
11         List the connections stored by this Settings object.
12       </tp:docstring>
13       <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_settings_list_connections"/>
14       <arg name="connections" type="ao" direction="out">
15         <tp:docstring>
16           List of connections.
17         </tp:docstring>
18       </arg>
19     </method>
21     <signal name="NewConnection">
22       <tp:docstring>
23         Emitted when a new connection has been configured.
24       </tp:docstring>
25       <arg name="connection" type="o">
26         <tp:docstring>
27           Object path of the new connection.
28         </tp:docstring>
29       </arg>
30     </signal>
31   </interface>
32 </node>