mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-07 17:10:21 +01:00
Make NMSettingsService implement most of the NMSettingsInterface API to make subclasses simpler, and consolidate exporting of NMExportedConnection subclasses in NMSettingsService instead of in 3 places. Make NMSysconfigSettings a subclass of NMSettingsService and save a ton of code.
44 lines
1.5 KiB
XML
44 lines
1.5 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="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>
|
|
|