diff -r a0713522ab97 -r b276298d5729 homescreensrv_plat/hs_content_control_api/inc/hscontentcontroller.h --- a/homescreensrv_plat/hs_content_control_api/inc/hscontentcontroller.h Wed Apr 14 16:16:44 2010 +0300 +++ b/homescreensrv_plat/hs_content_control_api/inc/hscontentcontroller.h Tue Apr 27 16:57:49 2010 +0300 @@ -86,6 +86,15 @@ virtual TInt ViewListL( CHsContentInfoArray& aArray ) = 0; /** + * Returns the list of available Home screen views included in an + * application configuration + * @param aInfo Content info defining the application configuration + * @param aArray List of views + * @return KErrNone on success, any of system wide error codes + */ + virtual TInt ViewListL( CHsContentInfo& aInfo, CHsContentInfoArray& aArray ) = 0; + + /** * Returns the list of available Home screen application configurations * @param aArray List of application configurations * @return KErrNone on success, any of system wide error codes