diff options
author | Dan Williams <dcbw@redhat.com> | 2011-01-13 14:08:36 -0600 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2011-01-13 14:08:36 -0600 |
commit | acd16ceeede7ef3ffe5718b94082bd94d6d3761d (patch) | |
tree | afde0a4fc3e4de9c73dc3af438895af31a4e6767 /introspection | |
parent | 7779a3f1516fd1cce230462354bab275867d9cc1 (diff) | |
download | NetworkManager-acd16ceeede7ef3ffe5718b94082bd94d6d3761d.tar.gz |
api: fix argument direction for SecretAgent API calls
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/nm-secret-agent.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/introspection/nm-secret-agent.xml b/introspection/nm-secret-agent.xml index bfab5852c7..ec1ac687bd 100644 --- a/introspection/nm-secret-agent.xml +++ b/introspection/nm-secret-agent.xml @@ -15,7 +15,7 @@ </tp:docstring> <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_secret_agent_get_secrets"/> <annotation name="org.freedesktop.DBus.GLib.Async" value=""/> - <arg name="connection" type="a{sa{sv}}" direction="out" tp:type="String_String_Variant_Map_Map"> + <arg name="connection" type="a{sa{sv}}" direction="in" tp:type="String_String_Variant_Map_Map"> <tp:docstring> Nested settings maps containing the connection for which secrets are being requested. @@ -65,7 +65,7 @@ </tp:docstring> <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_secret_agent_save_secrets"/> <annotation name="org.freedesktop.DBus.GLib.Async" value=""/> - <arg name="connection" type="a{sa{sv}}" direction="out" tp:type="String_String_Variant_Map_Map"> + <arg name="connection" type="a{sa{sv}}" direction="in" tp:type="String_String_Variant_Map_Map"> <tp:docstring> Nested settings maps containing the entire connection (including secrets), for which the agent should save the @@ -86,7 +86,7 @@ </tp:docstring> <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_secret_agent_delete_secrets"/> <annotation name="org.freedesktop.DBus.GLib.Async" value=""/> - <arg name="connection" type="a{sa{sv}}" direction="out" tp:type="String_String_Variant_Map_Map"> + <arg name="connection" type="a{sa{sv}}" direction="in" tp:type="String_String_Variant_Map_Map"> <tp:docstring> Nested settings maps containing the entire connection (including secrets), for which the agent should delete the |