From 33c03448e543b3bde4b5ae82927c878cdaeeaa05 Mon Sep 17 00:00:00 2001 From: Thomas Wood Date: Tue, 4 Nov 2008 17:52:29 +0000 Subject: [PATCH] 2008-11-04 Thomas Wood * clutter/clutter-color.c: Update ClutterColor documentation as changes have been backported to 0.8.4. --- ChangeLog | 5 +++++ clutter/clutter-color.c | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 832ee1b3c..ebb8d8811 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-11-04 Thomas Wood + + * clutter/clutter-color.c: Update ClutterColor documentation as + changes have been backported to 0.8.4. + 2008-11-04 Emmanuele Bassi * clutter/clutter-script.c: Document the "is-default" member of diff --git a/clutter/clutter-color.c b/clutter/clutter-color.c index 80bd09d79..2d1d44df5 100644 --- a/clutter/clutter-color.c +++ b/clutter/clutter-color.c @@ -677,7 +677,7 @@ clutter_color_free (ClutterColor *color) * Return value: the newly allocated color. Use clutter_color_free() * when done * - * Since: 1.0 + * Since: 0.8.4 */ ClutterColor * clutter_color_new (guint8 red, @@ -821,7 +821,7 @@ clutter_value_lcopy_color (const GValue *value, * * Sets @value to @color. * - * Since: 1.0 + * Since: 0.8.4 */ void clutter_value_set_color (GValue *value, @@ -840,7 +840,7 @@ clutter_value_set_color (GValue *value, * * Return value: the colors inside the passed #GValue * - * Since: 1.0 + * Since: 0.8.4 */ G_CONST_RETURN ClutterColor * clutter_value_get_color (const GValue *value) @@ -940,7 +940,7 @@ clutter_param_color_get_type (void) * * Return value: the newly created #GParamSpec * - * Since: 1.0 + * Since: 0.8.4 */ GParamSpec * clutter_param_spec_color (const gchar *name,