mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-10 07:00:21 +01:00
* introspection/nm-settings-connection.xml introspection/nm-settings.xml - Service name -> NetworkManagerUserSettings because two services can't share part of the same path. I'm not really sure how we'll use the same code with the system-settings daemon... git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2744 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
18 lines
445 B
XML
18 lines
445 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
<node name="/">
|
|
|
|
<interface name="org.freedesktop.NetworkManagerUserSettings">
|
|
|
|
<method name="ListConnections">
|
|
<annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_settings_list_connections"/>
|
|
<arg name="connections" type="ao" direction="out"/>
|
|
</method>
|
|
|
|
<signal name="NewConnection">
|
|
<arg name="connection" type="o"/>
|
|
</signal>
|
|
|
|
</interface>
|
|
|
|
</node>
|