2008-04-08 01:36:39 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
|
|
|
|
|
|
<node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
|
|
|
|
|
<interface name="org.freedesktop.NetworkManagerSettings.System">
|
|
|
|
|
<tp:docstring>
|
|
|
|
|
Implemented by the system settings service to provide additional settings to NetworkManager.
|
|
|
|
|
</tp:docstring>
|
|
|
|
|
|
2008-04-22 14:48:02 +00:00
|
|
|
<method name="AddConnection">
|
|
|
|
|
<tp:docstring>
|
2008-08-12 18:39:03 +00:00
|
|
|
Add new connection.
|
2008-04-22 14:48:02 +00:00
|
|
|
</tp:docstring>
|
|
|
|
|
<annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_settings_add_connection"/>
|
2008-05-09 06:33:30 +00:00
|
|
|
<annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
|
2008-04-22 14:48:02 +00:00
|
|
|
<arg name="connection" type="a{sa{sv}}" direction="in">
|
2008-08-12 18:39:03 +00:00
|
|
|
<tp:docstring>
|
|
|
|
|
Connection properties.
|
|
|
|
|
</tp:docstring>
|
|
|
|
|
</arg>
|
|
|
|
|
</method>
|
|
|
|
|
|
2008-04-08 01:36:39 +00:00
|
|
|
<property name="UnmanagedDevices" type="ao" access="read">
|
|
|
|
|
<tp:docstring>
|
|
|
|
|
The list of HAL UDIs of devices that should not be managed by NetworkManager.
|
|
|
|
|
</tp:docstring>
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
|
|
<signal name="PropertiesChanged">
|
|
|
|
|
<arg name="properties" type="a{sv}" tp:type="String_Variant_Map">
|
|
|
|
|
<tp:docstring>
|
|
|
|
|
A dictionary mapping property names to variant boxed values
|
|
|
|
|
</tp:docstring>
|
|
|
|
|
</arg>
|
|
|
|
|
</signal>
|
|
|
|
|
|
|
|
|
|
</interface>
|
|
|
|
|
</node>
|