timeline: Minor documentation addition

This commit is contained in:
Thibault Saunier 2015-05-19 18:18:30 +02:00
parent 241e809a81
commit 3ba6dec976

View file

@ -161,6 +161,9 @@ ges_layer_class_init (GESLayerClass * klass)
* priority. Conceptually, a #GESTimeline is a stack of GESLayers,
* and the priority of the layer represents its position in the stack. Two
* layers should not have the same priority within a given GESTimeline.
*
* Note that the timeline needs to be commited (with #ges_timeline_commit)
* for the change to be taken into account.
*/
g_object_class_install_property (object_class, PROP_PRIORITY,
g_param_spec_uint ("priority", "Priority",