widgets/widgetinstaller/inc/WidgetUIHandler.h
changeset 10 a359256acfc6
parent 0 dd21522fd290
equal deleted inserted replaced
5:10e98eab6f85 10:a359256acfc6
   114         /**
   114         /**
   115         * Displays a dialog at the start of the uninstallation with
   115         * Displays a dialog at the start of the uninstallation with
   116         * information about the application to be uninstalled. The user may cancel the
   116         * information about the application to be uninstalled. The user may cancel the
   117         * uninstallation at this stage. This dialog must be shown in TrustedUI mode.
   117         * uninstallation at this stage. This dialog must be shown in TrustedUI mode.
   118         */
   118         */
   119         TBool DisplayUninstallL( const TDesC& aWidgetName );
   119         TBool DisplayUninstallL( const TDesC& aWidgetName, TBool aWidgetinHomeScreen );
   120 
   120         
   121         /**
   121         /**
   122         * Prompt user to select a drive to install the widget
   122         * Prompt user to select a drive to install the widget
   123         * @param aDrive - returns user's drive selection
   123         * @param aDrive - returns user's drive selection
   124         * @param aSufficientSpace - return whether user's selected drive is big enough
   124         * @param aSufficientSpace - return whether user's selected drive is big enough
   125         * @return true if user selected a drive, false if user chose cancel.
   125         * @return true if user selected a drive, false if user chose cancel.