trackobject: Properly rename get/set_child_property
authorThibault Saunier <thibault.saunier@collabora.com>
Wed, 19 Dec 2012 13:37:02 +0000 (10:37 -0300)
committerThibault Saunier <thibault.saunier@collabora.com>
Wed, 19 Dec 2012 14:44:26 +0000 (11:44 -0300)
commitf8037f857d9834b39a8e678d26f3a98803fcbf6d
treef4d3766ac89e3f98766f056ab0d34a5b6f2c1aca
parentdcfda73777d26d8270b9f5c45a8ac6ec3b54fbdd
trackobject: Properly rename get/set_child_property

We used to have a ges_track_object_get/set_child_property that was in
fact letting user set/get various properties at once, rename it to
get/set_properties, and implement:

API:
    ges_track_object_get_child_property (GESTrackObject *object, const gchar
            *property_name, GValue * value);
    ges_track_object_set_child_property (GESTrackObject *object, const gchar
            *property_name, GValue * value);
docs/design/effects.txt
docs/libs/ges-sections.txt
ges/ges-pitivi-formatter.c
ges/ges-track-object.c
ges/ges-track-object.h
tests/check/ges/effects.c