add more spacing
[personal-kdebase.git] / workspace / solid / networkmanager-0.7 / dbus / introspection / nm-settings-system.xml
blobe9e1e8c9849a0de6b75cbe86e0dc9f5256f5fe7c
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.System">
5     <tp:docstring>
6       Implemented by the system settings service to provide additional settings to NetworkManager.
7     </tp:docstring>
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>
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>
35     <property name="Hostname" type="s" access="read">
36       <tp:docstring>
37         The machine hostname stored in persistent configuration.
38       </tp:docstring>
39     </property>
41     <property name="UnmanagedDevices" type="ao" access="read">
42       <tp:docstring>
43         The list of HAL UDIs of devices that should not be managed by NetworkManager.
44       </tp:docstring>
45     </property>
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>
55   </interface>
56 </node>