summaryrefslogtreecommitdiff
path: root/ges/ges-internal.h
diff options
context:
space:
mode:
authorThibault Saunier <thibault.saunier@collabora.com>2013-03-15 11:58:59 -0300
committerThibault Saunier <thibault.saunier@collabora.com>2013-03-15 11:58:59 -0300
commit058f0d0099f2564bc5d34d97d1e377ad0d980b18 (patch)
tree3a439bbcb241ffc22659ea62b6f2df91f62f1857 /ges/ges-internal.h
parent2fede3adebdb80485c15341d5dd6733319f8cf58 (diff)
clip: Reindent header and make ges_clip_set_layer internal
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__ */