diff -r 60cc495d7bcf -r ccee5c4b0de4 commonutilities/common/inc/glxfilterfactory.h --- a/commonutilities/common/inc/glxfilterfactory.h Tue Sep 07 13:12:03 2010 +0530 +++ b/commonutilities/common/inc/glxfilterfactory.h Mon Sep 20 12:39:08 2010 +0530 @@ -179,6 +179,15 @@ CMPXCollectionPath* aSelectedListPath = NULL, TBool aReverseSortDirection = EFalse); + + /** + * Creates a MimeType filter, Used to specify item of perticulr mime type. + * + * @param const TDesC& aMimeType ( mime type of item) + * @return a filter object with array elements set specifying mime type filter type + */ + IMPORT_C static CMPXFilter* TGlxFilterFactory::CreateMimeTypeFilterL(const TDesC& aMimeType); + /** * Creates a combined filter. items will be sorted by the filters specified *