From 66d65ed32fb47a809dd8898721e50bc6d2a03d7a Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Fri, 6 May 2016 18:21:17 -0300 Subject: [PATCH] track-element: gi: skip now deprecated children property getter/setter Those are implemented with the exact same API at the GESTimelineElement level now, and user of those APIs with high level languages will get the exact same API. --- ges/ges-track-element.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/ges/ges-track-element.c b/ges/ges-track-element.c index 78b95cd..071579b 100644 --- a/ges/ges-track-element.c +++ b/ges/ges-track-element.c @@ -967,7 +967,7 @@ ges_track_element_lookup_child (GESTrackElement * object, } /** - * ges_track_element_set_child_property_by_pspec: + * ges_track_element_set_child_property_by_pspec: (skip): * @object: a #GESTrackElement * @pspec: The #GParamSpec that specifies the property you want to set * @value: the value @@ -989,7 +989,7 @@ ges_track_element_set_child_property_by_pspec (GESTrackElement * object, } /** - * ges_track_element_set_child_property_valist: + * ges_track_element_set_child_property_valist: (skip): * @object: The #GESTrackElement parent object * @first_property_name: The name of the first property to set * @var_args: value for the first property, followed optionally by more @@ -1011,7 +1011,7 @@ ges_track_element_set_child_property_valist (GESTrackElement * object, } /** - * ges_track_element_set_child_properties: + * ges_track_element_set_child_properties: (skip): * @object: The #GESTrackElement parent object * @first_property_name: The name of the first property to set * @...: value for the first property, followed optionally by more @@ -1039,7 +1039,7 @@ ges_track_element_set_child_properties (GESTrackElement * object, } /** - * ges_track_element_get_child_property_valist: + * ges_track_element_get_child_property_valist: (skip): * @object: The #GESTrackElement parent object * @first_property_name: The name of the first property to get * @var_args: value for the first property, followed optionally by more @@ -1083,7 +1083,7 @@ ges_track_element_list_children_properties (GESTrackElement * object, } /** - * ges_track_element_get_child_properties: + * ges_track_element_get_child_properties: (skip): * @object: The origin #GESTrackElement * @first_property_name: The name of the first property to get * @...: return location for the first property, followed optionally by more @@ -1108,7 +1108,7 @@ ges_track_element_get_child_properties (GESTrackElement * object, } /** - * ges_track_element_get_child_property_by_pspec: + * ges_track_element_get_child_property_by_pspec: (skip): * @object: a #GESTrackElement * @pspec: The #GParamSpec that specifies the property you want to get * @value: (out): return location for the value @@ -1126,7 +1126,7 @@ ges_track_element_get_child_property_by_pspec (GESTrackElement * object, } /** - * ges_track_element_set_child_property: + * ges_track_element_set_child_property: (skip): * @object: The origin #GESTrackElement * @property_name: The name of the property * @value: the value @@ -1150,7 +1150,7 @@ ges_track_element_set_child_property (GESTrackElement * object, } /** - * ges_track_element_get_child_property: + * ges_track_element_get_child_property: (skip): * @object: The origin #GESTrackElement * @property_name: The name of the property * @value: (out): return location for the property value, it will -- 2.7.4