summaryrefslogtreecommitdiff
path: root/telepathy-glib/util.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-04-16 16:11:28 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-04-16 20:01:36 +0100
commitd3ae14a03a52b5d292410fef19b4383e9f01150a (patch)
treea82101d13d6284bd3aa27951545b6b078279cec4 /telepathy-glib/util.c
parentc0a58f8c543cefb9024ab5d088aca1be7fe37389 (diff)
downloadtelepathy-glib-d3ae14a03a52b5d292410fef19b4383e9f01150a.tar.gz
Document that tp_user_action_time_from_x11 works for GDK 3 too
GDK 3 uses the same timestamps as GDK 2, X11, and Clutter 1.0. Also change the spelling from Gdk to GDK, following the style used in GDK's own documentation. Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk>
Diffstat (limited to 'telepathy-glib/util.c')
-rw-r--r--telepathy-glib/util.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/telepathy-glib/util.c b/telepathy-glib/util.c
index a346d3404..3e7ba1af0 100644
--- a/telepathy-glib/util.c
+++ b/telepathy-glib/util.c
@@ -1419,7 +1419,7 @@ tp_simple_async_report_success_in_idle (GObject *source,
*
* Convert an X11 timestamp into a user action time as used in Telepathy.
*
- * This also works for the timestamps used by Gdk 2.x and Clutter 1.0;
+ * This also works for the timestamps used by GDK 2, GDK 3 and Clutter 1.0;
* it may or may not work with other toolkits or versions.
*
* Returns: a nonzero Telepathy user action time, or
@@ -1450,8 +1450,8 @@ tp_user_action_time_from_x11 (guint32 x11_time)
* call gtk_window_present_with_time() using @x11_time as input, for instance.
*
* @x11_time is used to return a timestamp in the right format for X11,
- * Gdk 2.x and Clutter 1.0; it may or may not work with other toolkits or
- * versions.
+ * GDK 2, GDK 3 and Clutter 1.0; it may or may not work with other
+ * toolkits or versions.
*
* Returns: %TRUE if it would be appropriate to present a window
*