[PATCH 2/2] Move dismissed argument in Prompt.Completed signal.

Stef Walter stef at memberwebs.com
Sat Nov 28 10:27:01 PST 2009


Move dismissed argument first, so it's easier to parse the
result variant (or ignore it).
---
 specifications/Secrets/org.freedesktop.Secrets.xml |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/specifications/Secrets/org.freedesktop.Secrets.xml b/specifications/Secrets/org.freedesktop.Secrets.xml
index f2cf663..8840395 100644
--- a/specifications/Secrets/org.freedesktop.Secrets.xml
+++ b/specifications/Secrets/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>
-- 
1.6.3.3


--------------000103010503040500030205--


More information about the Authentication mailing list