* clutter/clutter-timeline.c:
authorNeil Roberts <neil@openedhand.com>
Fri, 5 Dec 2008 14:08:06 +0000 (14:08 +0000)
committerNeil Roberts <neil@openedhand.com>
Fri, 5 Dec 2008 14:08:06 +0000 (14:08 +0000)
* clutter/clutter-texture.c:
* clutter/clutter-stage.c:
* clutter/clutter-label.c:
* clutter/clutter-behaviour-path.c:
* clutter/clutter-actor.c: Fix the 'Since' annotation in the
gtk-doc.

ChangeLog
clutter/clutter-actor.c
clutter/clutter-behaviour-path.c
clutter/clutter-label.c
clutter/clutter-stage.c
clutter/clutter-texture.c
clutter/clutter-timeline.c

index 0451108..3ee731c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
 2008-12-05  Neil Roberts  <neil@linux.intel.com>
 
+       * clutter/clutter-timeline.c:
+       * clutter/clutter-texture.c:
+       * clutter/clutter-stage.c:
+       * clutter/clutter-label.c:
+       * clutter/clutter-behaviour-path.c:
+       * clutter/clutter-actor.c: Fix the 'Since' annotation in the
+       gtk-doc.
+
+2008-12-05  Neil Roberts  <neil@linux.intel.com>
+
        Bug 1252 - Merge ClutterBehaviourPath and ClutterBehaviourBspline
 
        * clutter/clutter-path.h:
index 81c4b75..f6c040b 100644 (file)
@@ -633,7 +633,7 @@ clutter_actor_real_pick (ClutterActor       *self,
  * silhouette. Containers should always recursively call pick for
  * each child.
  *
- * Since 0.4
+ * Since: 0.4
  **/
 void
 clutter_actor_pick (ClutterActor       *self,
index ccbd20c..e646e5e 100644 (file)
@@ -428,7 +428,7 @@ clutter_behaviour_path_set_path (ClutterBehaviourPath *pathb,
  *
  * Return value: the path
  *
- * Since 1.0:
+ * Since: 1.0
  */
 ClutterPath *
 clutter_behaviour_path_get_path (ClutterBehaviourPath *pathb)
index 3a7cd40..74434e2 100644 (file)
@@ -1285,7 +1285,7 @@ clutter_label_set_alignment (ClutterLabel   *label,
  *
  * Return value: The label's #PangoAlignment
  *
- * Since 0.2
+ * Since: 0.2
  **/
 PangoAlignment
 clutter_label_get_alignment (ClutterLabel *label)
index 665d637..f2243ea 100644 (file)
@@ -1328,7 +1328,7 @@ clutter_stage_event (ClutterStage *stage,
  *
  * Sets the stage title.
  *
- * Since 0.4
+ * Since: 0.4
  **/
 void
 clutter_stage_set_title (ClutterStage       *stage,
index 17be068..dd95fc0 100644 (file)
@@ -1253,7 +1253,7 @@ clutter_texture_set_from_rgb_data   (ClutterTexture     *texture,
  *
  * Return value: %TRUE if the texture was successfully updated
  *
- * Since 0.4.
+ * Since: 0.4
  **/
 gboolean
 clutter_texture_set_from_yuv_data   (ClutterTexture     *texture,
@@ -1586,7 +1586,7 @@ clutter_texture_get_base_size (ClutterTexture *texture,
  *
  * Return value: %TRUE on success, %FALSE on failure.
  *
- * Since 0.6.
+ * Since: 0.6
  */
 gboolean
 clutter_texture_set_area_from_rgb_data (ClutterTexture     *texture,
index e525756..3c9ac68 100644 (file)
@@ -1175,7 +1175,7 @@ clutter_timeline_is_playing (ClutterTimeline *timeline)
  *
  * Return Value: a new #ClutterTimeline, cloned from @timeline
  *
- * Since 0.4
+ * Since: 0.4
  */
 ClutterTimeline *
 clutter_timeline_clone (ClutterTimeline *timeline)