asset: fix ges_asset_set_proxy() return value documentation
authorAurélien Zanelli <aurelien.zanelli@darkosphere.fr>
Sat, 14 May 2016 23:03:49 +0000 (01:03 +0200)
committerThibault Saunier <tsaunier@gnome.org>
Sat, 14 May 2016 23:36:07 +0000 (20:36 -0300)
https://bugzilla.gnome.org/show_bug.cgi?id=766459

ges/ges-asset.c

index 5d2d691..35ff221 100644 (file)
@@ -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)