imagehandling_plat/thumbnailmanager_api/inc/thumbnailmanager.h
branchCompilerCompatibility
changeset 12 da1aed915737
parent 0 2014ca87e772
equal deleted inserted replaced
8:f79210aad4ca 12:da1aed915737
   414      *                      successful.
   414      *                      successful.
   415      */
   415      */
   416     virtual TInt ChangePriority( TThumbnailRequestId aId, TInt aNewPriority ) =
   416     virtual TInt ChangePriority( TThumbnailRequestId aId, TInt aNewPriority ) =
   417         0;
   417         0;
   418 
   418 
   419     /**
   419     //! Get a list of supported file formats for object files.
   420      * Get a list of supported file formats for object files.
   420     //! 
   421      * 
   421     //! The return value is a reference to a list that contains each
   422      * The return value is a reference to a list that contains each
   422     //! supported MIME type. There may also be wildcards, such as "image/*".
   423      * supported MIME type. There may also be wildcards, such as "image/*".
   423     //! 
   424      * 
   424     //! The returned reference is valid until CThumbnailManager is
   425      * The returned reference is valid until CThumbnailManager is
   425     //! destroyed or GetSupportedMimeTypesL() is called again.
   426      * destroyed or GetSupportedMimeTypesL() is called again.
   426     //!
   427      *
   427     //! @since S60 v5.0
   428      * @since S60 v5.0
   428     //! @return A list of supported MIME types. May contain wildcards.
   429      * @return A list of supported MIME types. May contain wildcards.
   429     //!         Ownership not transferred.
   430      *         Ownership not transferred.
   430     //!
   431      */
       
   432     virtual const CDesCArray& GetSupportedMimeTypesL() = 0;
   431     virtual const CDesCArray& GetSupportedMimeTypesL() = 0;
   433 
   432 
   434     /**
   433     /**
   435      * Delete thumbnails by TThumbnailId. This is an asynchronous
   434      * Delete thumbnails by TThumbnailId. This is an asynchronous
   436      * operation, which always returns immediately.
   435      * operation, which always returns immediately.