Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
telepathy-spec
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
178
Issues
178
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Telepathy
telepathy-spec
Commits
c5295fd8
Commit
c5295fd8
authored
Nov 04, 2013
by
Simon McVittie
Committed by
Guillaume Desmottes
Jan 14, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Handler.HandleWith::User_Action_Time: use a signed type
User_Action_Timestamp is signed, so this should be signed too.
parent
0589cc4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
spec/Client_Handler.xml
spec/Client_Handler.xml
+2
-3
No files found.
spec/Client_Handler.xml
View file @
c5295fd8
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment