2008-11-04 Thomas Wood <thomas@linux.intel.com>
authorThomas Wood <thomas@openedhand.com>
Tue, 4 Nov 2008 17:52:29 +0000 (17:52 +0000)
committerThomas Wood <thomas@openedhand.com>
Tue, 4 Nov 2008 17:52:29 +0000 (17:52 +0000)
* clutter/clutter-color.c: Update ClutterColor documentation as
changes have been backported to 0.8.4.

ChangeLog
clutter/clutter-color.c

index 832ee1b..ebb8d88 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-11-04  Thomas Wood  <thomas@linux.intel.com>
+
+       * clutter/clutter-color.c: Update ClutterColor documentation as
+       changes have been backported to 0.8.4.
+
 2008-11-04  Emmanuele Bassi  <ebassi@linux.intel.com>
 
        * clutter/clutter-script.c: Document the "is-default" member of
index 80bd09d..2d1d44d 100644 (file)
@@ -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,