summaryrefslogtreecommitdiffstats
path: root/secret-service/org.freedesktop.Secrets.xml
diff options
context:
space:
mode:
Diffstat (limited to 'secret-service/org.freedesktop.Secrets.xml')
-rw-r--r--secret-service/org.freedesktop.Secrets.xml31
1 files changed, 10 insertions, 21 deletions
diff --git a/secret-service/org.freedesktop.Secrets.xml b/secret-service/org.freedesktop.Secrets.xml
index c514438..430a81e 100644
--- a/secret-service/org.freedesktop.Secrets.xml
+++ b/secret-service/org.freedesktop.Secrets.xml
@@ -102,8 +102,17 @@
<method name="OpenSession">
<tp:docstring>Open a unique session for the caller application.</tp:docstring>
+ <arg name="algorithm" type="s" direction="in">
+ <tp:docstring>The algorithm the caller wishes to use.</tp:docstring>
+ </arg>
+ <arg name="input" type="v" direction="in">
+ <tp:docstring>Input arguments for the algorithm.</tp:docstring>
+ </arg>
+ <arg name="output" type="v" direction="out">
+ <tp:docstring>Output of the session algorithm negotiation.</tp:docstring>
+ </arg>
<arg name="result" type="o" direction="out">
- <tp:docstring>The object path of the session.</tp:docstring>
+ <tp:docstring>The object path of the session, if session was created.</tp:docstring>
</arg>
</method>
@@ -370,26 +379,6 @@
<tp:docstring>Close this session.</tp:docstring>
</method>
- <method name="Negotiate">
- <tp:docstring>Negotiate key agreement and encryption.</tp:docstring>
-
- <arg name="algorithm" type="s" direction="in">
- <tp:docstring>The algorithm the caller wishes to use.</tp:docstring>
- </arg>
-
- <arg name="input" type="v" direction="in">
- <tp:docstring>Input arguments for the algorithm.</tp:docstring>
- </arg>
-
- <arg name="output" type="v" direction="out">
- <tp:docstring>Output of the negotiation.</tp:docstring>
- </arg>
-
- <arg name="complete" type="b" direction="out">
- <tp:docstring>Whether the negotiation is complete or requires further calls.</tp:docstring>
- </arg>
- </method>
-
</interface>
</node>