diff options
author | Thibault Saunier <tsaunier@gnome.org> | 2015-02-19 16:30:18 +0100 |
---|---|---|
committer | Thibault Saunier <tsaunier@gnome.org> | 2015-03-18 20:36:39 +0100 |
commit | 42477a5ec39c34ba3eb18cbf6239a1c783cd6b09 (patch) | |
tree | 0127d67c5eeeebd086b0b86d60d91854b3da8664 /docs | |
parent | 3e49850e6d53b8fb0c3f23d2ab181d1161fa41fa (diff) |
ges: Move the notion of children properties to GESTimelineElement
Summary:
Deprecate the old GESTrackElement children property handling API.
New APIs:
* ges_timeline_element_list_children_properties
* ges_timeline_element_lookup_child
* ges_timeline_element_get_child_property_by_pspec
* ges_timeline_element_get_child_property_valist
* ges_timeline_element_get_child_properties
* ges_timeline_element_set_child_property_valist
* ges_timeline_element_set_child_property_by_pspec
* ges_timeline_element_set_child_properties
* ges_timeline_element_set_child_property
* ges_timeline_element_get_child_property
* ges_timeline_element_add_child_property
* ges_timeline_element_remove_child_property
Deprecated APIs:
* ges_track_element_list_children_properties
* ges_track_element_lookup_child
* ges_track_element_get_child_property_by_pspec
* ges_track_element_get_child_property_valist
* ges_track_element_get_child_properties
* ges_track_element_set_child_property_valist
* ges_track_element_set_child_property_by_pspec
* ges_track_element_set_child_properties
* ges_track_element_set_child_property
* ges_track_element_get_child_property
* ges_track_element_add_child_property
Reviewers: Mathieu_Du
Differential Revision: http://phabricator.freedesktop.org/D40
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libs/ges-sections.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/libs/ges-sections.txt b/docs/libs/ges-sections.txt index 1d467dc9..eee72efe 100644 --- a/docs/libs/ges-sections.txt +++ b/docs/libs/ges-sections.txt @@ -452,6 +452,18 @@ ges_timeline_element_get_toplevel_parent ges_timeline_element_copy ges_timeline_element_get_name ges_timeline_element_set_name +ges_timeline_element_list_children_properties +ges_timeline_element_lookup_child +ges_timeline_element_get_child_property_by_pspec +ges_timeline_element_get_child_property_valist +ges_timeline_element_get_child_properties +ges_timeline_element_set_child_property_valist +ges_timeline_element_set_child_property_by_pspec +ges_timeline_element_set_child_properties +ges_timeline_element_set_child_property +ges_timeline_element_get_child_property +ges_timeline_element_add_child_property +ges_timeline_element_remove_child_property GES_TIMELINE_ELEMENT_PARENT GES_TIMELINE_ELEMENT_TIMELINE GES_TIMELINE_ELEMENT_START |