From 83060b30d17b7afa13b8ce59e824dd91274669c3 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Fri, 2 Sep 2011 13:54:57 +0100 Subject: [PATCH] docs: Remove mentions of "frames" in Timeline We still have some really old naming lying around. --- clutter/clutter-timeline.c | 2 +- clutter/clutter-timeline.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clutter/clutter-timeline.c b/clutter/clutter-timeline.c index 074f0cc61..1647503b2 100644 --- a/clutter/clutter-timeline.c +++ b/clutter/clutter-timeline.c @@ -1378,7 +1378,7 @@ collect_markers (const gchar *key, * @msecs: the time to check, or -1 * @n_markers: the number of markers returned * - * Retrieves the list of markers at time @msecs. If @frame_num is a + * Retrieves the list of markers at time @msecs. If @msecs is a * negative integer, all the markers attached to @timeline will be * returned. * diff --git a/clutter/clutter-timeline.h b/clutter/clutter-timeline.h index 95f2bfa9f..adc0f90d8 100644 --- a/clutter/clutter-timeline.h +++ b/clutter/clutter-timeline.h @@ -100,7 +100,7 @@ struct _ClutterTimelineClass void (*marker_reached) (ClutterTimeline *timeline, const gchar *marker_name, - gint frame_num); + gint msecs); /*< private >*/ void (*_clutter_timeline_1) (void);