* 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

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