From 5cfac975d374ef5c25f94601ad0cddf71867e5ed Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Sat, 18 Aug 2007 12:39:30 +0000 Subject: [PATCH] Update the Since version in the API that has been backported Some of the API landed in trunk has been backported to the stable branch after testing. This patch updates the Since: tag in the API reference to reflect the time when the API was first added to a release. --- clutter/clutter-effect.c | 2 +- clutter/clutter-main.c | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/clutter/clutter-effect.c b/clutter/clutter-effect.c index 6f8f4e31d..a2498ec89 100644 --- a/clutter/clutter-effect.c +++ b/clutter/clutter-effect.c @@ -456,7 +456,7 @@ clutter_effect_fade (ClutterEffectTemplate *template_, * Return value: a #ClutterTimeline for the effect. Will be unrefed by * the effect when completed. * - * Since: 0.5 + * Since: 0.4 */ ClutterTimeline * clutter_effect_depth (ClutterEffectTemplate *template_, diff --git a/clutter/clutter-main.c b/clutter/clutter-main.c index fadedb260..c95319af9 100644 --- a/clutter/clutter-main.c +++ b/clutter/clutter-main.c @@ -464,7 +464,7 @@ clutter_threads_impl_unlock (void) * * This function must be called before clutter_init(). * - * Since: 0.6 + * Since: 0.4 */ void clutter_threads_init (void) @@ -508,7 +508,7 @@ clutter_threads_init (void) * This method must be called before clutter_threads_init(), and cannot * be called multiple times. * - * Since: 0.6 + * Since: 0.4 */ void clutter_threads_set_lock_functions (GCallback enter_fn, @@ -610,7 +610,7 @@ clutter_threads_dispatch_free (gpointer data) * * Return value: the ID (greater than 0) of the event source. * - * Since: 0.6 + * Since: 0.4 */ guint clutter_threads_add_idle_full (gint priority, @@ -641,7 +641,7 @@ clutter_threads_add_idle_full (gint priority, * * Return value: the ID (greater than 0) of the event source. * - * Since: 0.6 + * Since: 0.4 */ guint clutter_threads_add_idle (GSourceFunc func, @@ -681,7 +681,7 @@ clutter_threads_add_idle (GSourceFunc func, * * Return value: the ID (greater than 0) of the event source. * - * Since: 0.6 + * Since: 0.4 */ guint clutter_threads_add_timeout_full (gint priority, @@ -715,7 +715,7 @@ clutter_threads_add_timeout_full (gint priority, * * Return value: the ID (greater than 0) of the event source. * - * Since: 0.6 + * Since: 0.4 */ guint clutter_threads_add_timeout (guint interval, @@ -735,7 +735,7 @@ clutter_threads_add_timeout (guint interval, * * Locks the Clutter thread lock. * - * Since: 0.6 + * Since: 0.4 */ void clutter_threads_enter (void) @@ -749,7 +749,7 @@ clutter_threads_enter (void) * * Unlocks the Clutter thread lock. * - * Since: 0.6 + * Since: 0.4 */ void clutter_threads_leave (void)