docs: Tell users that adding an object to a timeline layer creates media related...
authorThibault Saunier <thibault.saunier@collabora.com>
Wed, 1 Feb 2012 23:25:35 +0000 (20:25 -0300)
committerThibault Saunier <thibault.saunier@collabora.com>
Sun, 8 Apr 2012 02:24:55 +0000 (22:24 -0400)
ges/ges-timeline-layer.c

index e73989545dcb5f74b3b546296b0fe1869c4b3aaf..a06f1502c503480178d26cb68a817413f52beb08 100644 (file)
@@ -306,6 +306,11 @@ track_get_by_layer (GESTimelineLayer * layer, GESTrack * track)
  *
  * An object can only be added to one layer.
  *
+ * Calling this method will construct and properly set all the media related
+ * elements on @object. If you need to know when those objects (actually #GESTrackObject)
+ * are constructed, you should connect to the object::track-object-added signal which
+ * is emited right after those elements are ready to be used.
+ *
  * Returns: TRUE if the object was properly added to the layer, or FALSE
  * if the @layer refuses to add the object.
  */