2.0: Remove all Since: annotations

We're starting from scratch.
This commit is contained in:
Emmanuele Bassi
2012-08-27 09:48:36 +01:00
parent f1846bcb53
commit e3259435f2
218 changed files with 1853 additions and 2038 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.6
*
*/
const ClutterColor *
clutter_color_get_static (ClutterStaticColor color)
@ -669,7 +669,7 @@ parse_hsla (ClutterColor *color,
*
* Return value: %TRUE if parsing succeeded, and %FALSE otherwise
*
* Since: 1.0
*
*/
gboolean
clutter_color_from_string (ClutterColor *color,
@ -803,7 +803,7 @@ clutter_color_from_string (ClutterColor *color,
*
* Return value: (transfer full): a newly-allocated text string
*
* Since: 0.2
*
*/
gchar *
clutter_color_to_string (const ClutterColor *color)
@ -829,7 +829,7 @@ clutter_color_to_string (const ClutterColor *color)
*
* Return value: %TRUE if the two colors are the same.
*
* Since: 0.2
*
*/
gboolean
clutter_color_equal (gconstpointer v1,
@ -863,7 +863,7 @@ clutter_color_equal (gconstpointer v1,
*
* Return value: a hash value corresponding to the color
*
* Since: 1.0
*
*/
guint
clutter_color_hash (gconstpointer v)
@ -881,7 +881,7 @@ clutter_color_hash (gconstpointer v)
* Interpolates between @initial and @final #ClutterColor<!-- -->s
* using @progress
*
* Since: 1.6
*
*/
void
clutter_color_interpolate (const ClutterColor *initial,
@ -924,7 +924,7 @@ clutter_color_progress (const GValue *a,
*
* Return value: (transfer full): an allocated copy of @color.
*
* Since: 0.2
*
*/
ClutterColor *
clutter_color_copy (const ClutterColor *color)
@ -941,7 +941,7 @@ clutter_color_copy (const ClutterColor *color)
*
* Frees a color structure created with clutter_color_copy().
*
* Since: 0.2
*
*/
void
clutter_color_free (ClutterColor *color)
@ -968,7 +968,7 @@ clutter_color_free (ClutterColor *color)
* Return value: (transfer full): the newly allocated color.
* Use clutter_color_free() when done
*
* Since: 0.8.4
*
*/
ClutterColor *
clutter_color_new (guint8 red,
@ -991,7 +991,7 @@ clutter_color_new (guint8 red,
* Return value: (transfer full): the newly allocated #ClutterColor; use
* clutter_color_free() to free its resources
*
* Since: 1.12
*
*/
ClutterColor *
clutter_color_alloc (void)
@ -1011,7 +1011,7 @@ clutter_color_alloc (void)
*
* Return value: (transfer none): the initialized #ClutterColor
*
* Since: 1.12
*
*/
ClutterColor *
clutter_color_init (ClutterColor *color,
@ -1078,7 +1078,7 @@ G_DEFINE_BOXED_TYPE_WITH_CODE (ClutterColor, clutter_color,
*
* Sets @value to @color.
*
* Since: 0.8.4
*
*/
void
clutter_value_set_color (GValue *value,
@ -1097,7 +1097,7 @@ clutter_value_set_color (GValue *value,
*
* Return value: (transfer none): the color inside the passed #GValue
*
* Since: 0.8.4
*
*/
const ClutterColor *
clutter_value_get_color (const GValue *value)
@ -1192,7 +1192,7 @@ clutter_param_color_get_type (void)
*
* Return value: the newly created #GParamSpec
*
* Since: 0.8.4
*
*/
GParamSpec *
clutter_param_spec_color (const gchar *name,