homescreensrv_plat/hs_content_control_api/inc/hscontentcontroller.h
branchRCL_3
changeset 64 b276298d5729
parent 18 bd874ee5e5e2
child 78 1b207dd38b72
equal deleted inserted replaced
59:a0713522ab97 64:b276298d5729
    84      * @return KErrNone on success, any of system wide error codes
    84      * @return KErrNone on success, any of system wide error codes
    85      */
    85      */
    86     virtual TInt ViewListL( CHsContentInfoArray& aArray ) = 0;
    86     virtual TInt ViewListL( CHsContentInfoArray& aArray ) = 0;
    87 
    87 
    88     /**
    88     /**
       
    89      * Returns the list of available Home screen views included in an
       
    90      * application configuration
       
    91      * @param aInfo Content info defining the application configuration
       
    92      * @param aArray List of views
       
    93      * @return KErrNone on success, any of system wide error codes
       
    94      */
       
    95     virtual TInt ViewListL( CHsContentInfo& aInfo, CHsContentInfoArray& aArray ) = 0;
       
    96 
       
    97     /**
    89      * Returns the list of available Home screen application configurations
    98      * Returns the list of available Home screen application configurations
    90      * @param aArray List of application configurations
    99      * @param aArray List of application configurations
    91      * @return KErrNone on success, any of system wide error codes
   100      * @return KErrNone on success, any of system wide error codes
    92      */
   101      */
    93     virtual TInt AppListL( CHsContentInfoArray& aArray ) = 0;
   102     virtual TInt AppListL( CHsContentInfoArray& aArray ) = 0;