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">
4 <interface name="org.freedesktop.NetworkManagerSettings.Connection">
6 <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_connection_settings_get_id"/>
7 <arg name="id" type="s" direction="out"/>
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"/>
14 <signal name="Updated">
15 <arg name="settings" type="a{sa{sv}}"/>
16 <annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="QVariantMapMap"/>
18 <signal name="Removed"/>
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"/>