mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
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.
This commit is contained in:
parent
219c8791e6
commit
66d65ed32f
1 changed files with 8 additions and 8 deletions
|
@ -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
|
* @object: a #GESTrackElement
|
||||||
* @pspec: The #GParamSpec that specifies the property you want to set
|
* @pspec: The #GParamSpec that specifies the property you want to set
|
||||||
* @value: the value
|
* @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
|
* @object: The #GESTrackElement parent object
|
||||||
* @first_property_name: The name of the first property to set
|
* @first_property_name: The name of the first property to set
|
||||||
* @var_args: value for the first property, followed optionally by more
|
* @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
|
* @object: The #GESTrackElement parent object
|
||||||
* @first_property_name: The name of the first property to set
|
* @first_property_name: The name of the first property to set
|
||||||
* @...: value for the first property, followed optionally by more
|
* @...: 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
|
* @object: The #GESTrackElement parent object
|
||||||
* @first_property_name: The name of the first property to get
|
* @first_property_name: The name of the first property to get
|
||||||
* @var_args: value for the first property, followed optionally by more
|
* @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
|
* @object: The origin #GESTrackElement
|
||||||
* @first_property_name: The name of the first property to get
|
* @first_property_name: The name of the first property to get
|
||||||
* @...: return location for the first property, followed optionally by more
|
* @...: 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
|
* @object: a #GESTrackElement
|
||||||
* @pspec: The #GParamSpec that specifies the property you want to get
|
* @pspec: The #GParamSpec that specifies the property you want to get
|
||||||
* @value: (out): return location for the value
|
* @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
|
* @object: The origin #GESTrackElement
|
||||||
* @property_name: The name of the property
|
* @property_name: The name of the property
|
||||||
* @value: the value
|
* @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
|
* @object: The origin #GESTrackElement
|
||||||
* @property_name: The name of the property
|
* @property_name: The name of the property
|
||||||
* @value: (out): return location for the property value, it will
|
* @value: (out): return location for the property value, it will
|
||||||
|
|
Loading…
Reference in a new issue