diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-11-04 15:48:38 +0000 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2014-01-14 18:10:49 +0100 |
commit | c5295fd86485bc15b60574909f8a33433248d21b (patch) | |
tree | 7acb0da77995077e0a2ef83792fef64647b4c812 | |
parent | 0589cc4c216f5083b71c93781b7484efc1b83162 (diff) |
Handler.HandleWith::User_Action_Time: use a signed type
User_Action_Timestamp is signed, so this should be signed too.
-rw-r--r-- | spec/Client_Handler.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/spec/Client_Handler.xml b/spec/Client_Handler.xml index 46b9aee3..aad76b22 100644 --- a/spec/Client_Handler.xml +++ b/spec/Client_Handler.xml @@ -252,14 +252,13 @@ im.telepathy.v1.Channel.Interface.MediaSignalling/video/h264=true </tp:docstring> </arg> - <arg name="User_Action_Time" type="t" direction="in"> + <arg name="User_Action_Time" type="x" direction="in" + tp:type="User_Action_Timestamp"> <tp:docstring> The time at which user action occurred, or 0 if this channel is to be handled for some reason not involving user action. Handlers SHOULD use this for focus-stealing prevention, if applicable. - This property has the same semantic as <tp:type>User_Action_Timestamp</tp:type> - but is unsigned for historical reasons. </tp:docstring> </arg> |