docs: Remove mentions of "frames" in Timeline

We still have some really old naming lying around.
This commit is contained in:
Emmanuele Bassi 2011-09-02 13:54:57 +01:00
parent 72caef0de0
commit 83060b30d1
2 changed files with 2 additions and 2 deletions

View File

@ -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.
*

View File

@ -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);