summaryrefslogtreecommitdiff
path: root/telepathy-glib/handle-channels-context.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-08-12 13:38:50 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-08-12 13:44:02 +0100
commitb417df887b3b9262caf799d82dff58afd142b24f (patch)
tree654956fb34d0dfd1e554c25564abf12303869ed8 /telepathy-glib/handle-channels-context.c
parent5309abc6ec8c2d543602893ecf8852f007fcfdeb (diff)
downloadtelepathy-glib-b417df887b3b9262caf799d82dff58afd142b24f.tar.gz
Reference TpAccountChannelRequest:user-action-time whenever user_action_time is seen
Diffstat (limited to 'telepathy-glib/handle-channels-context.c')
-rw-r--r--telepathy-glib/handle-channels-context.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/telepathy-glib/handle-channels-context.c b/telepathy-glib/handle-channels-context.c
index a50bd3edc..c749dcb87 100644
--- a/telepathy-glib/handle-channels-context.c
+++ b/telepathy-glib/handle-channels-context.c
@@ -371,14 +371,7 @@ tp_handle_channels_context_class_init (
* The time at which user action occurred, or one of the
* special values %TP_USER_ACTION_TIME_NOT_USER_ACTION or
* %TP_USER_ACTION_TIME_CURRENT_TIME
- *
- * If %TP_USER_ACTION_TIME_NOT_USER_ACTION, the action doesn't involve any
- * user action. Clients SHOULD avoid stealing focus when presenting the
- * channel.
- *
- * If %TP_USER_ACTION_TIME_CURRENT_TIME, clients SHOULD behave as though the
- * user action happened at the current time, e.g. a client MAY
- * request that its window gains focus.
+ * (see #TpAccountChannelRequest:user-action-time for details)
*
* Read-only except during construction.
*