iaupdate/IAD/engine/inc/iaupdateutils.h
branchRCL_3
changeset 11 3ba40be8e484
parent 0 ba25891c3a9e
child 15 98a43fae6e2b
equal deleted inserted replaced
9:51c0f5edf5ef 11:3ba40be8e484
    94  * @param aVersion Returned version if app is found. If app not found, unchanged
    94  * @param aVersion Returned version if app is found. If app not found, unchanged
    95  * @return ETrue if application is installed on the device
    95  * @return ETrue if application is installed on the device
    96  **/
    96  **/
    97 IMPORT_C TBool IsAppInstalledL( const TUid& aUid, TIAUpdateVersion &aVersion );
    97 IMPORT_C TBool IsAppInstalledL( const TUid& aUid, TIAUpdateVersion &aVersion );
    98 
    98 
       
    99 /**
       
   100  * This function is added to check whether certain widget with given identifier are installed
       
   101  * the function calls widget registry API
       
   102  **/
       
   103 IMPORT_C TBool IsWidgetInstalledL( const TDesC& aIdentifier, TIAUpdateVersion &aVersion );
    99 
   104 
   100 IMPORT_C TBool SpaceAvailableInInternalDrivesL( 
   105 IMPORT_C TBool SpaceAvailableInInternalDrivesL( 
   101                                          RPointerArray<MIAUpdateNode>& aNodes );
   106                                          RPointerArray<MIAUpdateNode>& aNodes );
   102 
   107 
   103 /**
   108 /**