summaryrefslogtreecommitdiff
path: root/telepathy-glib/handle-channels-context.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-08-12 12:05:20 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-08-12 12:05:20 +0100
commit3323e65977bfdb41f2d4e6d7436e920d01963ece (patch)
tree334271df2af9f60c9a2c47967a1c9a757b670b4d /telepathy-glib/handle-channels-context.c
parentb6534993a4390e6bce962ff2ad2279900a1ee353 (diff)
downloadtelepathy-glib-3323e65977bfdb41f2d4e6d7436e920d01963ece.tar.gz
Reference TP_USER_ACTION_TIME_* everywhere a user action time is used
Diffstat (limited to 'telepathy-glib/handle-channels-context.c')
-rw-r--r--telepathy-glib/handle-channels-context.c16
1 files changed, 10 insertions, 6 deletions
diff --git a/telepathy-glib/handle-channels-context.c b/telepathy-glib/handle-channels-context.c
index b4cfbaf1d..a50bd3edc 100644
--- a/telepathy-glib/handle-channels-context.c
+++ b/telepathy-glib/handle-channels-context.c
@@ -368,16 +368,20 @@ tp_handle_channels_context_class_init (
/**
* TpHandleChannelsContext:user-action-time:
*
- * The User_Action_Time that have been passed to HandleChannels.
- * Read-only except during construction.
+ * 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 0, the action doesn't involve any user action. Clients
- * SHOULD avoid stealing focus when presenting the channel.
+ * 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 #G_MAXINT64: clients SHOULD behave as though the user
- * action happened at the current time, e.g. a client MAY
+ * 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.
*
+ * Read-only except during construction.
+ *
* Since: 0.11.6
*/
param_spec = g_param_spec_int64 ("user-action-time",