color: Mark the new static color API as being new from 1.6

The patch was written a while ago but only merged in the 1.5.x cycle.
This commit is contained in:
Damien Lespiau 2011-01-17 15:22:48 +00:00
parent ae9781e526
commit 6100aee5bd
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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 */