ges: Misc documentation fixes

This commit is contained in:
Thibault Saunier 2013-03-31 12:34:58 +02:00
parent 7e25aaeccc
commit 29bfe9c0fe
2 changed files with 3 additions and 3 deletions

View file

@ -774,8 +774,8 @@ ges_clip_move_to_layer (GESClip * clip, GESLayer * layer)
* Note: If many objects match, then the one with the highest priority will be
* returned.
*
* Returns: (transfer full): The #GESTrackElement used by @track, else %NULL.
* Unref after usage.
* Returns: (transfer full): The #GESTrackElement used by @track, else %NULL,
* Unref after usage
*/
GESTrackElement *

View file

@ -249,7 +249,7 @@ ges_custom_source_clip_new (GESFillTrackElementUserFunc func,
* Helper constructor to instanciate a new #GESAsset from which you can
* extract #GESCustomSourceClip-s
*
* Returns: The new #GESAsset.
* Returns: The new #GESAsset
*/
GESAsset *
ges_asset_custom_source_clip_new (GESFillTrackElementUserFunc func,