summaryrefslogtreecommitdiff
path: root/ges/ges-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'ges/ges-internal.h')
-rw-r--r--ges/ges-internal.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ges/ges-internal.h b/ges/ges-internal.h
index 5de1648d..90c491e5 100644
--- a/ges/ges-internal.h
+++ b/ges/ges-internal.h
@@ -232,5 +232,9 @@ G_GNUC_INTERNAL void _ges_container_sort_children (GESContainer *container
G_GNUC_INTERNAL void _ges_container_set_ignore_notifies (GESContainer *container,
gboolean ignore_notifies);
+/****************************************************
+ * GESClip *
+ ****************************************************/
+void ges_clip_set_layer (GESClip *clip, GESTimelineLayer *layer);
#endif /* __GES_INTERNAL_H__ */