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">
6 Implemented by the system settings service to provide additional settings to NetworkManager.
9 <method name="AddConnection">
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">
17 Connection properties.
22 <method name="SaveHostname">
24 Save the hostname to persistent configuration.
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">
30 The hostname to save to persistent configuration. If blank, the persistent hostname is cleared.
35 <property name="Hostname" type="s" access="read">
37 The machine hostname stored in persistent configuration.
41 <property name="UnmanagedDevices" type="ao" access="read">
43 The list of HAL UDIs of devices that should not be managed by NetworkManager.
47 <signal name="PropertiesChanged">
48 <arg name="properties" type="a{sv}" tp:type="String_Variant_Map">
50 A dictionary mapping property names to variant boxed values