* 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.
This commit is contained in:
Neil Roberts 2008-12-05 14:08:06 +00:00
parent 1a63414966
commit 74ba6fd8c4
7 changed files with 17 additions and 7 deletions

View File

@ -1,3 +1,13 @@
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

View 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,

View 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)

View 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)

View 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,

View 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,

View 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)