webengine/widgetinstaller/Inc/WidgetRegistrationManager.h
branchRCL_3
changeset 48 79859ed3eea9
parent 47 e1bea15f9a39
child 49 919f36ff910f
equal deleted inserted replaced
47:e1bea15f9a39 48:79859ed3eea9
    66         * @since 3.1
    66         * @since 3.1
    67         * @param aUid - the UID of widget to be unisntalled
    67         * @param aUid - the UID of widget to be unisntalled
    68         * @return void
    68         * @return void
    69         */
    69         */
    70         void DeregisterWidgetL( const TUid& aUid );
    70         void DeregisterWidgetL( const TUid& aUid );
    71         
    71 
    72         /**
       
    73         * deregister installed widgets as non native app
       
    74         * @since 3.1
       
    75         * @param aUidList - the list of UID of widgets to be unisntalled
       
    76         * @return void
       
    77         */		
       
    78 		void DeregisterWidgetsL( const RArray<TUid>& aUidList);
       
    79 
    72 
    80     protected:  // constructors
    73     protected:  // constructors
    81 
    74 
    82         /**
    75         /**
    83         * C++ Constructor.
    76         * C++ Constructor.