mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 19:42:05 +00:00
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:
parent
ae9781e526
commit
6100aee5bd
@ -113,7 +113,7 @@ static const ClutterColor const static_colors[] = {
|
|||||||
* Return value: a pointer to a static color; the returned pointer
|
* Return value: a pointer to a static color; the returned pointer
|
||||||
* is owned by Clutter and it should never be modified or freed
|
* is owned by Clutter and it should never be modified or freed
|
||||||
*
|
*
|
||||||
* Since: 1.4
|
* Since: 1.6
|
||||||
*/
|
*/
|
||||||
G_CONST_RETURN ClutterColor *
|
G_CONST_RETURN ClutterColor *
|
||||||
clutter_color_get_static (ClutterStaticColor color)
|
clutter_color_get_static (ClutterStaticColor color)
|
||||||
|
@ -199,7 +199,7 @@ GParamSpec *clutter_param_spec_color (const gchar *name,
|
|||||||
*
|
*
|
||||||
* Named colors, for accessing global colors defined by Clutter
|
* Named colors, for accessing global colors defined by Clutter
|
||||||
*
|
*
|
||||||
* Since: 1.4
|
* Since: 1.6
|
||||||
*/
|
*/
|
||||||
typedef enum { /*< prefix=CLUTTER_COLOR >*/
|
typedef enum { /*< prefix=CLUTTER_COLOR >*/
|
||||||
/* CGA/EGA-like palette */
|
/* CGA/EGA-like palette */
|
||||||
|
Loading…
Reference in New Issue
Block a user