projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0e21a4
)
TimelineLayer: Document _set_priority
author
Edward Hervey
<edward.hervey@collabora.co.uk>
Tue, 6 Jul 2010 14:27:08 +0000
(16:27 +0200)
committer
Edward Hervey
<edward.hervey@collabora.co.uk>
Fri, 9 Jul 2010 11:21:17 +0000
(13:21 +0200)
ges/ges-timeline-layer.c
patch
|
blob
|
history
diff --git
a/ges/ges-timeline-layer.c
b/ges/ges-timeline-layer.c
index e8ad54491ed48af1fe2e9fd4d413e9dcee34b3fb..d7340cbae84334b6194a1b3a3f09b9b96fbdd33a 100644
(file)
--- a/
ges/ges-timeline-layer.c
+++ b/
ges/ges-timeline-layer.c
@@
-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)
{