ges: Add 'Since 0.10.2' to the new effects related API
authorThibault Saunier <thibault.saunier@collabora.co.uk>
Fri, 6 May 2011 17:55:31 +0000 (14:55 -0300)
committerThibault Saunier <thibault.saunier@collabora.co.uk>
Fri, 6 May 2011 17:55:31 +0000 (14:55 -0300)
ges/ges-timeline-effect.c
ges/ges-timeline-object.c
ges/ges-timeline-parse-launch-effect.c
ges/ges-track-effect.c
ges/ges-track-parse-launch-effect.c

index 8262211..a89dc62 100644 (file)
@@ -27,6 +27,8 @@
  * In a #GESSimpleTimelineLayer, the priorities will be set for you but if
  * you use another type of #GESTimelineLayer, you will have to handle it
  * yourself.
+ *
+ * Since: 0.10.2
  */
 
 #include <ges/ges.h>
index a20aea7..0ba1313 100644 (file)
@@ -266,6 +266,8 @@ ges_timeline_object_class_init (GESTimelineObjectClass * klass)
    * @effect: the #GESTrackEffect that was added.
    *
    * Will be emitted after an effect was added to the object.
+   *
+   * Since: 0.10.2
    */
   ges_timeline_object_signals[EFFECT_ADDED] =
       g_signal_new ("effect-added", G_TYPE_FROM_CLASS (klass),
@@ -278,6 +280,8 @@ ges_timeline_object_class_init (GESTimelineObjectClass * klass)
    * @effect: the #GESTrackEffect that was added.
    *
    * Will be emitted after an effect was remove from the object.
+   *
+   * Since: 0.10.2
    */
   ges_timeline_object_signals[EFFECT_REMOVED] =
       g_signal_new ("effect-removed", G_TYPE_FROM_CLASS (klass),
@@ -862,6 +866,8 @@ sort_track_effects (gpointer a, gpointer b, GESTimelineObject * object)
 * @object order by ascendant priorities.
 * The refcount of the objects will be increased. The user will have to
 * unref each #GESTrackEffect and free the #GList.
+*
+* Since: 0.10.2
 */
 GList *
 ges_timeline_object_get_top_effects (GESTimelineObject * object)
@@ -888,6 +894,8 @@ ges_timeline_object_get_top_effects (GESTimelineObject * object)
 * Gets the top position of an effect.
 *
 * Returns: The top position of the effect, -1 if something went wrong.
+*
+* Since: 0.10.2
 */
 gint
 ges_timeline_object_get_top_effect_position (GESTimelineObject * object,
@@ -907,6 +915,8 @@ ges_timeline_object_get_top_effect_position (GESTimelineObject * object,
 * This is a convenience method that lets you set the priority of a top effect.
 *
 * Returns: %TRUE if @effect was successfuly moved, %FALSE otherwise.
+*
+* Since: 0.10.2
 */
 gboolean
 ges_timeline_object_set_top_effect_priority (GESTimelineObject * object,
index 18ef944..9bb8c75 100644 (file)
@@ -30,6 +30,8 @@
  * In a #GESSimpleTimelineLayer, the priorities will be set for you but if
  * you use another type of #GESTimelineLayer, you will have to handle it
  * yourself.
+ *
+ * Since: 0.10.2
  */
 
 #include <ges/ges.h>
index 87ae901..76f6d19 100644 (file)
@@ -22,6 +22,7 @@
  * @short_description: adds an effect to a stream in a #GESTimelineSource or a
  * #GESTimelineLayer
  *
+ * Since: 0.10.2
  */
 
 #include <glib/gprintf.h>
index 8fac384..fc2973b 100644 (file)
@@ -22,6 +22,7 @@
  * @short_description: adds an effect build from a parse-launch style 
  * bin description to a stream in a #GESTimelineSource or a #GESTimelineLayer
  *
+ * Since: 0.10.2
  */
 
 #include "ges-internal.h"