~ubuntu-branches/ubuntu/oneiric/knetworkmanager/oneiric

« back to all changes in this revision

Viewing changes to knetworkmanager/introspection/nm-settings.xml

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2008-07-14 14:05:44 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20080714140544-yjhxgrdwartk3kx7
Tags: 1:0.7svn830754-0ubuntu1
New upstream snapshot

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>