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.
This commit is contained in:
Emmanuele Bassi 2007-08-18 12:39:30 +00:00
parent 5686e8e592
commit 5cfac975d3
2 changed files with 9 additions and 9 deletions

View File

@ -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_,

View File

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