2007-08-03 16:10:04 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
|
|
|
|
|
|
<node name="/">
|
|
|
|
|
|
2007-09-09 14:48:31 +00:00
|
|
|
<interface name="org.freedesktop.NetworkManagerSettings.Connection">
|
2007-08-03 16:10:04 +00:00
|
|
|
|
|
|
|
|
<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>
|
|
|
|
|
|
2007-10-19 04:55:05 +00:00
|
|
|
<signal name="Updated">
|
|
|
|
|
<arg name="settings" type="a{sa{sv}}"/>
|
|
|
|
|
</signal>
|
|
|
|
|
|
|
|
|
|
<signal name="Removed">
|
|
|
|
|
</signal>
|
|
|
|
|
|
|
|
|
|
</interface>
|
|
|
|
|
|
|
|
|
|
<!-- Secrets have a separate interface so that they can be locked down -->
|
|
|
|
|
<interface name="org.freedesktop.NetworkManagerSettings.Connection.Secrets">
|
|
|
|
|
|
2007-08-03 16:10:04 +00:00
|
|
|
<method name="GetSecrets">
|
|
|
|
|
<annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_connection_settings_get_secrets"/>
|
2007-09-20 09:22:42 +00:00
|
|
|
<annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
|
2007-08-03 16:10:04 +00:00
|
|
|
<arg name="setting_name" type="s" direction="in"/>
|
2007-10-19 04:55:05 +00:00
|
|
|
<!-- Array of strings of key names in the Setting for which NM thinks
|
|
|
|
|
a secrets may be required. -->
|
|
|
|
|
<arg name="hints" type="as" direction="in"/>
|
2007-09-25 06:21:38 +00:00
|
|
|
<arg name="request_new" type="b" direction="in"/>
|
2007-08-03 16:10:04 +00:00
|
|
|
<arg name="secrets" type="a{sv}" direction="out"/>
|
|
|
|
|
</method>
|
|
|
|
|
|
|
|
|
|
</interface>
|
|
|
|
|
|
|
|
|
|
</node>
|