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.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/ges/ges-internal.h b/ges/ges-internal.h
index f09d66a3..4aca1d15 100644
--- a/ges/ges-internal.h
+++ b/ges/ges-internal.h
@@ -91,6 +91,15 @@ void
timeline_remove_group (GESTimeline *timeline,
GESGroup *group);
+G_GNUC_INTERNAL
+gboolean
+timeline_add_element (GESTimeline *timeline,
+ GESTimelineElement *element);
+G_GNUC_INTERNAL
+gboolean
+timeline_remove_element (GESTimeline *timeline,
+ GESTimelineElement *element);
+
G_GNUC_INTERNAL void
ges_asset_cache_init (void);