diff options
-rw-r--r-- | secret-service/org.freedesktop.Secrets.xml | 7 |
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> |