From d5aa9df2d520e0b5c9a809a1f2423ee400596f51 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 4 Nov 2013 15:48:38 +0000 Subject: [PATCH 08/12] 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 - + 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 User_Action_Timestamp - but is unsigned for historical reasons. -- 1.8.4.2