[clutter] docs: Remove mentions of "frames" in Timeline



commit 83060b30d17b7afa13b8ce59e824dd91274669c3
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Fri Sep 2 13:54:57 2011 +0100

    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 074f0cc..1647503 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 95f2bfa..adc0f90 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]