From 9d8ee15a205f6d82287541e817d00d3c0430ff33 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Sat, 13 Mar 2010 15:53:16 +0100 Subject: [PATCH] GESTimelineObject: Fix doc of priority property --- ges/ges-timeline-object.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ges/ges-timeline-object.h b/ges/ges-timeline-object.h index a5dbc4cbfa..de70b0a72e 100644 --- a/ges/ges-timeline-object.h +++ b/ges/ges-timeline-object.h @@ -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)