diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2009-04-17 19:12:25 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2009-04-21 15:24:21 +0100 |
commit | 8160bbc7592df03148ba69bab12358bb9879ad68 (patch) | |
tree | 96c109866785886f7e06b9db21940b1b6378ec63 /xml | |
parent | f730a02bd777ce723ba95df41159f5ffb16dccc3 (diff) |
Handler: pass an empty a{sv} for future expansion
Also, in the regression test, assert that the user action time is
propagated.
Diffstat (limited to 'xml')
-rw-r--r-- | xml/Client_Handler.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/xml/Client_Handler.xml b/xml/Client_Handler.xml index 01dcaa4a..ea38589f 100644 --- a/xml/Client_Handler.xml +++ b/xml/Client_Handler.xml @@ -203,6 +203,16 @@ </tp:docstring> </arg> + <arg name="Handler_Info" type="a{sv}" direction="in"> + <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> + <p>Additional information about these channels. No keys are + currently defined.</p> + + <p>If keys are defined for this dictionary, all will be optional; + handlers MAY safely ignore any entry in this dictionary.</p> + </tp:docstring> + </arg> + <!-- FIXME: invent a way to say "any error is possible" in spec markup --> </method> |