summaryrefslogtreecommitdiffstats
path: root/secret-service
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2009-11-28 18:27:01 +0000
committerStef Walter <stefw@collabora.co.uk>2010-12-04 16:11:42 +0000
commit3966b1da9e55e941de2ff3f31df336d3490345b0 (patch)
tree3da6b82db8f03b8a9306344e56dd22049b924cec /secret-service
parent7698a065526b2ce68cf626177b28cbedb276b60d (diff)
downloadxdg-specs-3966b1da9e55e941de2ff3f31df336d3490345b0.tar.xz
Move dismissed argument in Prompt.Completed signal.
Move dismissed argument first, so it's easier to parse the result variant (or ignore it).
Diffstat (limited to 'secret-service')
-rw-r--r--secret-service/org.freedesktop.Secrets.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/secret-service/org.freedesktop.Secrets.xml b/secret-service/org.freedesktop.Secrets.xml
index 430a81e..5757abd 100644
--- a/secret-service/org.freedesktop.Secrets.xml
+++ b/secret-service/org.freedesktop.Secrets.xml
@@ -408,14 +408,13 @@
<signal name="Completed">
<tp:docstring>The prompt and operation completed.</tp:docstring>
+ <arg name="dismissed" type="b">
+ <tp:docstring>Whether the prompt and operation were dismissed or not.</tp:docstring>
+ </arg>
<arg name="result" type="v">
<tp:docstring>The possibly empty, operation specific,
result.</tp:docstring>
</arg>
- <arg name="dismissed" type="b">
- <tp:docstring>Whether the prompt and operation were dismissed
- or not.</tp:docstring>
- </arg>
</signal>
</interface>