GESTimelineObject: Fix doc of priority property

This commit is contained in:
Edward Hervey 2010-03-13 15:53:16 +01:00
parent fd15030ff1
commit 9d8ee15a20

View file

@ -91,7 +91,7 @@ typedef gboolean (*FillTrackObjectFunc) (GESTimelineObject * object,
* GES_TIMELINE_OBJECT_PRIORITY:
* @obj: a #GESTimelineObject
*
* The priority of the object (in nanoseconds).
* The priority of the object.
*/
#define GES_TIMELINE_OBJECT_PRIORITY(obj) (((GESTimelineObject*)obj)->priority)