[next] telepathy-spec: Handler.HandleWith::User_Action_Time: use a signed type

Guillaume Desmottes gdesmott at kemper.freedesktop.org
Tue Jan 14 09:13:39 PST 2014


Module: telepathy-spec
Branch: next
Commit: c5295fd86485bc15b60574909f8a33433248d21b
URL:    http://cgit.freedesktop.org/telepathy/telepathy-spec/commit/?id=c5295fd86485bc15b60574909f8a33433248d21b

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Mon Nov  4 15:48:38 2013 +0000

Handler.HandleWith::User_Action_Time: use a signed type

User_Action_Timestamp is signed, so this should be signed too.

---

 spec/Client_Handler.xml |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/spec/Client_Handler.xml b/spec/Client_Handler.xml
index 46b9aee..aad76b2 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>
 



More information about the telepathy-commits mailing list