trackobject: Add API documentation

This commit is contained in:
Thibault Saunier 2012-04-04 20:47:04 -04:00
parent ad5bc85516
commit 8ae1cddae2

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