installationservices/swi/inc/sisregistrywritablesession.h
changeset 53 ae54820ef82c
parent 42 d17dc5398051
equal deleted inserted replaced
52:92f864ef0288 53:ae54820ef82c
   178 	*
   178 	*
   179 	* @param aComponentId		Identifies the installed component, which is to be deactivated.
   179 	* @param aComponentId		Identifies the installed component, which is to be deactivated.
   180 	*
   180 	*
   181 	*/
   181 	*/
   182 	IMPORT_C void DeactivateComponentL(TComponentId aComponentId);
   182 	IMPORT_C void DeactivateComponentL(TComponentId aComponentId);
       
   183 	
       
   184 	/**
       
   185     * Sets the component presence property for a given component id (If a package contains files 
       
   186     * installed to a removable media, the package is considered as not fully present if the same
       
   187     * media is not present. This property will be used to filter out applications, that are not
       
   188     * fully present, from being diaplayed in the AppLib Menu.).
       
   189     *
       
   190     * @param aComponentId       Identifies a installed component
       
   191     * @param aState             True, if the component is fully present, else False.
       
   192     *
       
   193     */
       
   194 	IMPORT_C void SetComponentPresenceL(TComponentId aComponentId, TBool aState);
   183 
   195 
   184 	/**
   196 	/**
   185 	 * Adds a registry entry representing a package containing a Layered Execution Environment
   197 	 * Adds a registry entry representing a package containing a Layered Execution Environment
   186 	 *
   198 	 *
   187 	 * @param aApplication The application description provided by Swi
   199 	 * @param aApplication The application description provided by Swi