diff -r 30342f40acbf -r e1bea15f9a39 webengine/widgetinstaller/Inc/WidgetRegistrationManager.h --- a/webengine/widgetinstaller/Inc/WidgetRegistrationManager.h Thu Jul 15 19:53:20 2010 +0300 +++ b/webengine/widgetinstaller/Inc/WidgetRegistrationManager.h Thu Aug 19 10:58:56 2010 +0300 @@ -68,7 +68,14 @@ * @return void */ void DeregisterWidgetL( const TUid& aUid ); - + + /** + * deregister installed widgets as non native app + * @since 3.1 + * @param aUidList - the list of UID of widgets to be unisntalled + * @return void + */ + void DeregisterWidgetsL( const RArray& aUidList); protected: // constructors