summaryrefslogtreecommitdiff
path: root/introspection
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2011-01-13 14:08:36 -0600
committerDan Williams <dcbw@redhat.com>2011-01-13 14:08:36 -0600
commitacd16ceeede7ef3ffe5718b94082bd94d6d3761d (patch)
treeafde0a4fc3e4de9c73dc3af438895af31a4e6767 /introspection
parent7779a3f1516fd1cce230462354bab275867d9cc1 (diff)
downloadNetworkManager-acd16ceeede7ef3ffe5718b94082bd94d6d3761d.tar.gz
api: fix argument direction for SecretAgent API calls
Diffstat (limited to 'introspection')
-rw-r--r--introspection/nm-secret-agent.xml6
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