diff -r c743ef5928ba -r f966699dea19 idlehomescreen/inc/xncomponent.h --- a/idlehomescreen/inc/xncomponent.h Tue Feb 02 00:04:13 2010 +0200 +++ b/idlehomescreen/inc/xncomponent.h Fri Feb 19 22:42:37 2010 +0200 @@ -35,7 +35,7 @@ * Xuikon component base class. * * @ingroup group_xnlayoutengine - * @lib ?library + * @lib xnlayoutengine.lib * @since Series 60 3.1 */ class CXnComponent : public CBase @@ -121,6 +121,18 @@ * Two-phased constructor. */ IMPORT_C void ConstructL(); + +public: + + /** + * Routes the data stream for the external rendering plugin. + * + * @since Series 60 5.2 + * @param aData Data stream. + * @param aType Type of the stream. + * @param aIndex Index of the data. + */ + IMPORT_C void SetDataL( const TDesC8& aData, const TDesC& aType, TInt aIndex ); private: // Data