diff -r e1b950c65cb4 -r 837f303aceeb epoc32/include/mw/mgfetch.h --- a/epoc32/include/mw/mgfetch.h Wed Mar 31 12:27:01 2010 +0100 +++ b/epoc32/include/mw/mgfetch.h Wed Mar 31 12:33:34 2010 +0100 @@ -2,9 +2,9 @@ * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available -* under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members +* under the terms of "Eclipse Public License v1.0" * which accompanies this distribution, and is available -* at the URL "http://www.symbianfoundation.org/legal/licencesv10.html". +* at the URL "http://www.eclipse.org/legal/epl-v10.html". * * Initial Contributors: * Nokia Corporation - initial contribution. @@ -31,7 +31,8 @@ // CLASS DECLARATION /** -* MGFetch can be used to to fetch media files from third party applications +* MGFetch can be used to to fetch media files from third party applications. +* Supported TMediaFileType's EImageFile, EVideoFile, EAudioFile and EMusicFile. * * @lib MGFetch.lib * @since 2.0 @@ -49,6 +50,9 @@ * @param aMultiSelect Single or multiple file selection * @param aVerifier Optional verifier for file selection * @return ETrue if user selected file(s), EFalse if cancelled + * + * will leave with KErrNotSupported if plugin for wanted content + * is not found. */ IMPORT_C static TBool RunL( CDesCArray& aSelectedFiles, TMediaFileType aMediaType, @@ -68,6 +72,9 @@ * (KNullDesC for default text) * @param aVerifier Optional verifier for file selection * @return ETrue if user selected file(s), EFalse if cancelled + * + * will leave with KErrNotSupported if plugin for wanted content + * is not found. */ IMPORT_C static TBool RunL( CDesCArray& aSelectedFiles, TMediaFileType aMediaType, @@ -91,6 +98,9 @@ * which are displayed in the fetcher * @param aVerifier Optional verifier for file selection * @return ETrue if user selected file(s), EFalse if cancelled + * + * will leave with KErrNotSupported if plugin for wanted content + * is not found. */ IMPORT_C static TBool RunL( CDesCArray& aSelectedFiles, TMediaFileType aMediaType, @@ -116,6 +126,9 @@ * @param aCanceler Reference to canceler interface pointer * @param aVerifier Optional verifier for file selection * @return ETrue if user selected file(s), EFalse if cancelled + * + * will leave with KErrNotSupported if plugin for wanted content + * is not found. */ IMPORT_C static TBool RunL( CDesCArray& aSelectedFiles, TMediaFileType aMediaType,