mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-20 11:20:29 +01:00
Stupid mistake on my part; object path and interface for settings service and connection objects can be the same, only the service name must be different for the system and user settings services. * include/NetworkManager.h src/nm-manager.c introspection/nm-settings-connection.xml introspection/nm-settings.xml libnm-glib/nm-settings.c - (nm_connection_settings_init, query_user_connections, new_connection_cb): Unify NetworkManagerSettings and Connection interface name and object path git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2772 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
32 lines
958 B
XML
32 lines
958 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
<node name="/">
|
|
|
|
<interface name="org.freedesktop.NetworkManagerSettings.Connection">
|
|
|
|
<method name="GetID">
|
|
<annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_connection_settings_get_id"/>
|
|
<arg name="id" type="s" direction="out"/>
|
|
</method>
|
|
|
|
<method name="GetSettings">
|
|
<annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_connection_settings_get_settings"/>
|
|
<arg name="settings" type="a{sa{sv}}" direction="out"/>
|
|
</method>
|
|
|
|
<method name="GetSecrets">
|
|
<annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_connection_settings_get_secrets"/>
|
|
<arg name="setting_name" type="s" direction="in"/>
|
|
<arg name="secrets" type="a{sv}" direction="out"/>
|
|
</method>
|
|
|
|
<signal name="Updated">
|
|
<arg name="settings" type="a{sa{sv}}"/>
|
|
</signal>
|
|
|
|
<signal name="Removed">
|
|
</signal>
|
|
|
|
</interface>
|
|
|
|
</node>
|