mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-24 23:00:07 +01:00
The only thing that doesn't work yet is the system-settings service's "auto eth" connections for ethernet devices that don't have an existing connection. Might also have issues with unmanaged devices that can't provide a MAC address until they are brought up, but we'll see.
57 lines
1.9 KiB
XML
57 lines
1.9 KiB
XML
<?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>
|
|
|
|
<method name="AddConnection">
|
|
<tp:docstring>
|
|
Add new connection.
|
|
</tp:docstring>
|
|
<annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_settings_add_connection"/>
|
|
<annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
|
|
<arg name="connection" type="a{sa{sv}}" direction="in">
|
|
<tp:docstring>
|
|
Connection properties.
|
|
</tp:docstring>
|
|
</arg>
|
|
</method>
|
|
|
|
<method name="SaveHostname">
|
|
<tp:docstring>
|
|
Save the hostname to persistent configuration.
|
|
</tp:docstring>
|
|
<annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_settings_save_hostname"/>
|
|
<annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
|
|
<arg name="hostname" type="s" direction="in">
|
|
<tp:docstring>
|
|
The hostname to save to persistent configuration. If blank, the persistent hostname is cleared.
|
|
</tp:docstring>
|
|
</arg>
|
|
</method>
|
|
|
|
<property name="Hostname" type="s" access="read">
|
|
<tp:docstring>
|
|
The machine hostname stored in persistent configuration.
|
|
</tp:docstring>
|
|
</property>
|
|
|
|
<property name="CanModify" type="b" access="read">
|
|
<tp:docstring>
|
|
If true, adding and modifying connections is supported.
|
|
</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>
|
|
|