From: Aurélien Zanelli Date: Sat, 14 May 2016 23:03:49 +0000 (+0200) Subject: asset: fix ges_asset_set_proxy() return value documentation X-Git-Tag: 1.19.3~493^2~1010 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dc95299080e4b491e8c079ea0f1ea7df6da5db23;p=platform%2Fupstream%2Fgstreamer.git asset: fix ges_asset_set_proxy() return value documentation https://bugzilla.gnome.org/show_bug.cgi?id=766459 --- diff --git a/ges/ges-asset.c b/ges/ges-asset.c index 5d2d691..35ff221 100644 --- a/ges/ges-asset.c +++ b/ges/ges-asset.c @@ -669,8 +669,7 @@ _lookup_proxied_asset (const gchar * id, GESAssetCacheEntry * entry, * of the same file) as proxy. Note that when an asset is proxied, calling * #ges_asset_request will actually return the proxy asset. * - * Returns: The list of proxies @asset has. Note that the default asset to be - * used is always the first in that list. + * Returns: %TRUE if @proxy has been set on @asset, %FALSE otherwise. */ gboolean ges_asset_set_proxy (GESAsset * asset, GESAsset * proxy)