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

Guillaume Desmottes gdesmott at kemper.freedesktop.org
Wed Jan 29 03:02:19 PST 2014


Module: telepathy-glib
Branch: next
Commit: 839c9d16ee33fd038bf196ac30e5bce4b223d113
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=839c9d16ee33fd038bf196ac30e5bce4b223d113

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Fri Jan 17 15:17:07 2014 +0100

SPEC: Handler.HandleWith::User_Action_Time: use a signed type

---

 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