~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-system.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.System">
 
5
    <tp:docstring>
 
6
      Implemented by the system settings service to provide additional settings to NetworkManager.
 
7
    </tp:docstring>
 
8
 
 
9
    <method name="AddConnection">
 
10
      <tp:docstring>
 
11
        Add new connection.
 
12
      </tp:docstring>
 
13
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_settings_add_connection"/>
 
14
      <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
 
15
      <arg name="connection" type="a{sa{sv}}" direction="in">
 
16
        <tp:docstring>
 
17
          Connection properties.
 
18
        </tp:docstring>
 
19
      </arg>
 
20
    </method>
 
21
 
 
22
    <method name="SaveHostname">
 
23
      <tp:docstring>
 
24
        Save the hostname to persistent configuration.
 
25
      </tp:docstring>
 
26
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_settings_save_hostname"/>
 
27
      <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
 
28
      <arg name="hostname" type="s" direction="in">
 
29
        <tp:docstring>
 
30
          The hostname to save to persistent configuration.  If blank, the persistent hostname is cleared.
 
31
        </tp:docstring>
 
32
      </arg>
 
33
    </method>
 
34
 
 
35
    <property name="Hostname" type="s" access="read">
 
36
      <tp:docstring>
 
37
        The machine hostname stored in persistent configuration.
 
38
      </tp:docstring>
 
39
    </property>
 
40
 
 
41
    <property name="CanModify" type="b" access="read">
 
42
      <tp:docstring>
 
43
        If true, adding and modifying connections is supported.
 
44
      </tp:docstring>
 
45
    </property>
 
46
 
 
47
    <signal name="PropertiesChanged">
 
48
        <arg name="properties" type="a{sv}" tp:type="String_Variant_Map">
 
49
            <tp:docstring>
 
50
                A dictionary mapping property names to variant boxed values
 
51
            </tp:docstring>
 
52
        </arg>
 
53
    </signal>
 
54
 
 
55
  </interface>
 
56
</node>
 
57