diff -r b7904b40483f -r ff572005ac23 homescreensrv_plat/hs_content_control_api/inc/hscontentinfo.h --- a/homescreensrv_plat/hs_content_control_api/inc/hscontentinfo.h Mon Jan 18 20:32:13 2010 +0200 +++ b/homescreensrv_plat/hs_content_control_api/inc/hscontentinfo.h Tue Jan 26 12:11:15 2010 +0200 @@ -253,6 +253,14 @@ IMPORT_C void SetDescriptionL( const TDesC& aDescription ); /** + * Sets this widget's description + * + * @since S60 5.0 + * @param aDescription Description + */ + IMPORT_C void SetDescriptionL( const TDesC8& aDescription ); + + /** * Gets this widget's description * * @since S60 5.0 @@ -394,11 +402,11 @@ * WRT Widget publisher uid, Owned */ HBufC8* iPublisherUid; - - /** - * Flag to indicate whether this is a WRT widget - */ - TBool iIsWrt; + + /** + * Flag to indicate whether this is a WRT widget + */ + TBool iIsWrt; }; #endif // HSCONTENTINFO_H