diff options
author | Thibault Saunier <thibault.saunier@collabora.co.uk> | 2011-02-25 12:13:03 +0100 |
---|---|---|
committer | Edward Hervey <edward.hervey@collabora.co.uk> | 2011-05-06 10:39:05 +0200 |
commit | 0e9658812e028d41d51f65aa8cf44fd891b246ca (patch) | |
tree | ebb6b13015743382ebef4e78aee544489c7a3a86 /docs | |
parent | 1add2482b834a89322d9e31e5b208fab555f3f56 (diff) |
GESTrackObject: Implement a get/set_child_property_by_spec and get/set_child_property_valist methods
Reimplement the get/set_property accordingly
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libs/ges-sections.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/libs/ges-sections.txt b/docs/libs/ges-sections.txt index ae4695a3..4653be0e 100644 --- a/docs/libs/ges-sections.txt +++ b/docs/libs/ges-sections.txt @@ -85,7 +85,11 @@ ges_track_object_get_priority ges_track_object_is_active ges_track_object_lookup_child ges_track_object_set_child_property +ges_track_object_set_child_property_valist +ges_track_object_set_child_property_by_pspec ges_track_object_get_child_property +ges_track_object_get_child_property_valist +ges_track_object_get_child_property_by_pspec <SUBSECTION Standard> GES_TRACK_OBJECT_DURATION GES_TRACK_OBJECT_INPOINT |