From 3ba6dec9761b551f903c9a3e479eb604291c2f72 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Tue, 19 May 2015 18:18:30 +0200 Subject: [PATCH] timeline: Minor documentation addition --- ges/ges-layer.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ges/ges-layer.c b/ges/ges-layer.c index b48d3b4..10ed92b 100644 --- a/ges/ges-layer.c +++ b/ges/ges-layer.c @@ -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", -- 2.7.4