appinstall_plat/appmngr2runtimeapi/inc/appmngr2infobase.h
changeset 2 661f3784fe57
parent 0 ba25891c3a9e
equal deleted inserted replaced
1:c42dffbd5b4f 2:661f3784fe57
   356      * If ShowOnTop flag is ETrue, the item is highlighted in UI. It
   356      * If ShowOnTop flag is ETrue, the item is highlighted in UI. It
   357      * may be displayed on top of other items in installed application
   357      * may be displayed on top of other items in installed application
   358      * or installation files list, or it may be displayed in separate
   358      * or installation files list, or it may be displayed in separate
   359      * list of highlighted items.
   359      * list of highlighted items.
   360      * 
   360      * 
   361      * For example, untrusted installed applications can be highlighted.
   361      * For example, new or untrusted installed applications can be highlighted.
   362      * 
   362      * When set, the item needs to show the reason why iShowOnTop is enabled
   363      * 
   363      * (e.g. by using "new" or "untrusted" icon). See also the IsShowOnTop()
   364      * The
   364      * function defined above.
   365      * item should indicate the reason why it is not displayed normally
       
   366      * when iShowOnTop is set to ETrue (e.g. use special icon).
       
   367      * See also the IsShowOnTop() function defined above.
       
   368      */
   365      */
   369     TBool iShowOnTop;
   366     TBool iShowOnTop;
   370 
   367 
   371     /**
   368     /**
   372      * File server session, provided by framework when item is created.
   369      * File server session, provided by framework when item is created.