summaryrefslogtreecommitdiff
path: root/introspection/nm-settings.xml
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2010-07-12 18:20:09 -0700
committerDan Williams <dcbw@redhat.com>2010-07-12 18:20:09 -0700
commit664ccd446445ff89bf0ff08c84ba829ba0647539 (patch)
tree1ee00f40a973efc00ac966c67917601e9a2e4eeb /introspection/nm-settings.xml
parent5f647becd6bb5a60a4f0cfcfb9b3158f20a74097 (diff)
downloadNetworkManager-664ccd446445ff89bf0ff08c84ba829ba0647539.tar.gz
Revert "core: fix compilation on glib < 2.23.4"
This reverts commit 8a1fe31b317bd1a12ff77ce3e674977c7ee02bdd. This commit was not intended to be pushed, as it's not ready yet and isn't even my commit (thus attribution is wrong).
Diffstat (limited to 'introspection/nm-settings.xml')
-rw-r--r--introspection/nm-settings.xml49
1 files changed, 0 insertions, 49 deletions
diff --git a/introspection/nm-settings.xml b/introspection/nm-settings.xml
index f198badfe9..b252c00d59 100644
--- a/introspection/nm-settings.xml
+++ b/introspection/nm-settings.xml
@@ -43,54 +43,5 @@
</signal>
</interface>
-
- <interface name="org.freedesktop.NetworkManagerSettings.Secrets">
- <tp:docstring>
- Secrets have a separate interface so that they can be locked down via
- D-Bus policy configuration.
- </tp:docstring>
-
- <method name="GetSecretsForConnection">
- <tp:docstring>
- Get the secrets for the requested connection. If the connection is
- provided by the settings service, it should save the updated secrets
- if they are changed by the user. If the connection is not provided
- by the settings service, the new secrets will be saved by the settings
- service that provides the connection.
- </tp:docstring>
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_settings_get_secrets_for_connection"/>
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <arg name="service_name" type="s" direction="in">
- <tp:docstring>
- The D-Bus service name of the settings service that provides this connection.
- </tp:docstring>
- </arg>
- <arg name="connection" type="o" direction="in">
- <tp:docstring>
- Object path of the connection.
- </tp:docstring>
- </arg>
- <arg name="setting_name" type="s" direction="in">
- <tp:docstring>
- Name of the setting for which secrets are requested.
- </tp:docstring>
- </arg>
- <arg name="hints" type="as" direction="in">
- <tp:docstring>
- Array of strings of key names in the Setting for which NM thinks
- a secrets may be required.
- </tp:docstring>
- </arg>
-
- <arg name="secrets" type="a{sa{sv}}" direction="out" tp:type="String_String_Variant_Map_Map">
- <tp:docstring>
- Nested settings maps containing secrets. Each setting MUST contain at
- least the 'name' field, containing the name of the setting, and one or
- more secrets.
- </tp:docstring>
- </arg>
- </method>
-
- </interface>
</node>