TimelineLayer: Document _set_priority

This commit is contained in:
Edward Hervey 2010-07-06 16:27:08 +02:00
parent c0e21a4a69
commit d8d1e95952

View file

@ -311,6 +311,14 @@ ges_timeline_layer_resync_priorities (GESTimelineLayer * layer)
return TRUE;
}
/**
* ges_timeline_layer_set_priority:
* @layer: a #GESTimelineLayer
* @priority: the priority to set
*
* Sets the layer to the given @priority. See the documentation of
* the "priority" property for more information.
*/
void
ges_timeline_layer_set_priority (GESTimelineLayer * layer, guint priority)
{