docs: Remove mentions of "frames" in Timeline
We still have some really old naming lying around.
This commit is contained in:
parent
72caef0de0
commit
83060b30d1
@ -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.
|
||||
*
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user