trackobject: Add API documentation
authorThibault Saunier <thibault.saunier@collabora.com>
Thu, 5 Apr 2012 00:47:04 +0000 (20:47 -0400)
committerThibault Saunier <thibault.saunier@collabora.com>
Sun, 8 Apr 2012 02:24:55 +0000 (22:24 -0400)
ges/ges-track-object.c

index ec8dc2c..c41e918 100644 (file)
@@ -865,6 +865,13 @@ ges_track_object_get_track (GESTrackObject * object)
   return object->priv->track;
 }
 
+/**
+ * ges_track_object_set_timeline_object:
+ * @object: The #GESTrackObject to set the parent to
+ * @tlobj: The #GESTimelineObject, parent of @tlobj or %NULL
+ *
+ * Set the #GESTimelineObject to which @object belongs.
+ */
 void
 ges_track_object_set_timeline_object (GESTrackObject * object,
     GESTimelineObject * tlobj)