1.1 --- a/epoc32/include/mw/mgfetch.h Wed Mar 31 12:27:01 2010 +0100
1.2 +++ b/epoc32/include/mw/mgfetch.h Wed Mar 31 12:33:34 2010 +0100
1.3 @@ -2,9 +2,9 @@
1.4 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
1.5 * All rights reserved.
1.6 * This component and the accompanying materials are made available
1.7 -* 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
1.8 +* under the terms of "Eclipse Public License v1.0"
1.9 * which accompanies this distribution, and is available
1.10 -* at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
1.11 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.12 *
1.13 * Initial Contributors:
1.14 * Nokia Corporation - initial contribution.
1.15 @@ -31,7 +31,8 @@
1.16 // CLASS DECLARATION
1.17
1.18 /**
1.19 -* MGFetch can be used to to fetch media files from third party applications
1.20 +* MGFetch can be used to to fetch media files from third party applications.
1.21 +* Supported TMediaFileType's EImageFile, EVideoFile, EAudioFile and EMusicFile.
1.22 *
1.23 * @lib MGFetch.lib
1.24 * @since 2.0
1.25 @@ -49,6 +50,9 @@
1.26 * @param aMultiSelect Single or multiple file selection
1.27 * @param aVerifier Optional verifier for file selection
1.28 * @return ETrue if user selected file(s), EFalse if cancelled
1.29 + *
1.30 + * will leave with KErrNotSupported if plugin for wanted content
1.31 + * is not found.
1.32 */
1.33 IMPORT_C static TBool RunL( CDesCArray& aSelectedFiles,
1.34 TMediaFileType aMediaType,
1.35 @@ -68,6 +72,9 @@
1.36 * (KNullDesC for default text)
1.37 * @param aVerifier Optional verifier for file selection
1.38 * @return ETrue if user selected file(s), EFalse if cancelled
1.39 + *
1.40 + * will leave with KErrNotSupported if plugin for wanted content
1.41 + * is not found.
1.42 */
1.43 IMPORT_C static TBool RunL( CDesCArray& aSelectedFiles,
1.44 TMediaFileType aMediaType,
1.45 @@ -91,6 +98,9 @@
1.46 * which are displayed in the fetcher
1.47 * @param aVerifier Optional verifier for file selection
1.48 * @return ETrue if user selected file(s), EFalse if cancelled
1.49 + *
1.50 + * will leave with KErrNotSupported if plugin for wanted content
1.51 + * is not found.
1.52 */
1.53 IMPORT_C static TBool RunL( CDesCArray& aSelectedFiles,
1.54 TMediaFileType aMediaType,
1.55 @@ -116,6 +126,9 @@
1.56 * @param aCanceler Reference to canceler interface pointer
1.57 * @param aVerifier Optional verifier for file selection
1.58 * @return ETrue if user selected file(s), EFalse if cancelled
1.59 + *
1.60 + * will leave with KErrNotSupported if plugin for wanted content
1.61 + * is not found.
1.62 */
1.63 IMPORT_C static TBool RunL( CDesCArray& aSelectedFiles,
1.64 TMediaFileType aMediaType,