2007-08-03 16:10:04 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
|
|
2008-02-28 02:07:21 +00:00
|
|
|
<node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
|
2008-04-04 14:57:02 +00:00
|
|
|
<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">
|
2008-02-28 02:07:21 +00:00
|
|
|
<tp:docstring>
|
2008-04-04 14:57:02 +00:00
|
|
|
List of connections.
|
2008-02-28 02:07:21 +00:00
|
|
|
</tp:docstring>
|
2008-04-04 14:57:02 +00:00
|
|
|
</arg>
|
|
|
|
|
</method>
|
2007-08-03 16:10:04 +00:00
|
|
|
|
2009-07-23 09:20:52 -04:00
|
|
|
<method name="AddConnection">
|
|
|
|
|
<tp:docstring>
|
|
|
|
|
Add new connection.
|
|
|
|
|
</tp:docstring>
|
|
|
|
|
<annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_settings_add_connection"/>
|
|
|
|
|
<annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
|
|
|
|
|
<arg name="connection" type="a{sa{sv}}" direction="in">
|
|
|
|
|
<tp:docstring>
|
|
|
|
|
Connection settings and properties.
|
|
|
|
|
</tp:docstring>
|
|
|
|
|
</arg>
|
|
|
|
|
</method>
|
|
|
|
|
|
2008-04-04 14:57:02 +00:00
|
|
|
<signal name="NewConnection">
|
|
|
|
|
<tp:docstring>
|
2009-07-23 09:20:52 -04:00
|
|
|
Emitted when a new connection has been added.
|
2008-04-04 14:57:02 +00:00
|
|
|
</tp:docstring>
|
|
|
|
|
<arg name="connection" type="o">
|
|
|
|
|
<tp:docstring>
|
|
|
|
|
Object path of the new connection.
|
|
|
|
|
</tp:docstring>
|
|
|
|
|
</arg>
|
|
|
|
|
</signal>
|
|
|
|
|
</interface>
|
2007-08-03 16:10:04 +00:00
|
|
|
</node>
|