add more spacing
[personal-kdebase.git] / workspace / solid / networkmanager-0.7 / dbus / introspection / nm-settings-connection.xml
blobd4f32f27d5c41f71eeb4e695e52c2868c1b98134
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
3 <node  name="/">
4   <interface name="org.freedesktop.NetworkManagerSettings.Connection">
5     <method name="GetID">
6       <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_connection_settings_get_id"/>
7       <arg name="id" type="s" direction="out"/>
8     </method>
9     <method name="GetSettings">
10       <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_connection_settings_get_settings"/>
11       <arg name="settings" type="a{sa{sv}}" direction="out"/>
12       <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QVariantMapMap"/>
13       </method>
14     <signal name="Updated">
15        <arg name="settings" type="a{sa{sv}}"/>
16        <annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="QVariantMapMap"/>
17     </signal>
18     <signal name="Removed"/>
19   </interface>
20   <interface name="org.freedesktop.NetworkManagerSettings.Connection.Secrets">
21     <method name="GetSecrets">
22       <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_connection_settings_get_secrets"/>
23       <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
24       <arg name="setting_name" type="s" direction="in"/>
25       <arg name="hints" type="as" direction="in"/>
26       <arg name="request_new" type="b" direction="in"/>
27       <arg name="secrets" type="a{sv}" direction="out"/>
28       <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
29     </method>
30   </interface>
31 </node>