~ubuntu-branches/ubuntu/utopic/kde-workspace/utopic-proposed

« back to all changes in this revision

Viewing changes to solid/networkmanager-0.7/dbus/introspection/nm-settings.xml

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-07-09 08:31:15 UTC
  • Revision ID: james.westby@ubuntu.com-20110709083115-ohyxn6z93mily9fc
Tags: upstream-4.6.90
Import upstream version 4.6.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" ?>
 
2
 
 
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>
 
8
 
 
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>
 
20
 
 
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>