From dc95299080e4b491e8c079ea0f1ea7df6da5db23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Zanelli?= Date: Sun, 15 May 2016 01:03:49 +0200 Subject: [PATCH] asset: fix ges_asset_set_proxy() return value documentation https://bugzilla.gnome.org/show_bug.cgi?id=766459 --- ges/ges-asset.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ges/ges-asset.c b/ges/ges-asset.c index 5d2d6913f2..35ff2210ce 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)