diff --git a/clutter/clutter-color.c b/clutter/clutter-color.c index 31f884462..3944c89f7 100644 --- a/clutter/clutter-color.c +++ b/clutter/clutter-color.c @@ -113,7 +113,7 @@ static const ClutterColor const static_colors[] = { * Return value: a pointer to a static color; the returned pointer * is owned by Clutter and it should never be modified or freed * - * Since: 1.4 + * Since: 1.6 */ G_CONST_RETURN ClutterColor * clutter_color_get_static (ClutterStaticColor color) diff --git a/clutter/clutter-color.h b/clutter/clutter-color.h index 6b903e7e7..3649ce872 100644 --- a/clutter/clutter-color.h +++ b/clutter/clutter-color.h @@ -199,7 +199,7 @@ GParamSpec *clutter_param_spec_color (const gchar *name, * * Named colors, for accessing global colors defined by Clutter * - * Since: 1.4 + * Since: 1.6 */ typedef enum { /*< prefix=CLUTTER_COLOR >*/ /* CGA/EGA-like palette */