idlehomescreen/widgetmanager/inc/wmplugin.h
branchRCL_3
changeset 16 9674c1a575e9
parent 15 ff572dfe6d86
child 47 7be2816dbabd
--- a/idlehomescreen/widgetmanager/inc/wmplugin.h	Fri Mar 12 15:41:49 2010 +0200
+++ b/idlehomescreen/widgetmanager/inc/wmplugin.h	Mon Mar 15 12:39:47 2010 +0200
@@ -163,6 +163,13 @@
      */
     CWmInstaller& WmInstaller();
     
+    /**
+     * Get widget by Uid. Used for getting widget details 
+     * when error has occured during uninstallation.
+     * @param aUid Uid of widget
+     */
+    CWmWidgetData* GetUninstalledWidgetByUid( TUid aUid );
+
 private:
     /** constructor */
     CWmPlugin();