diff -r 1b207dd38b72 -r ace62b58f4b2 idlefw/plugins/sapidataplugin/inc/sapidataplugin.h --- a/idlefw/plugins/sapidataplugin/inc/sapidataplugin.h Tue May 25 13:01:39 2010 +0300 +++ b/idlefw/plugins/sapidataplugin/inc/sapidataplugin.h Wed Jun 09 10:01:25 2010 +0300 @@ -221,6 +221,14 @@ TBool IsActive() const; /** + * Is plugin stopped + * + * @param void + * @return boolean (ETrue/EFalse) + */ + TBool IsStopped() const; + + /** * Publish a specific text of the widget * * @param aObserver observer @@ -253,6 +261,17 @@ */ void PublishImageL(MAiContentObserver* aObserver, TInt aContentId, TDesC& aPath ); + + /** + * Publish a data stream to the widget + * + * @param aObserver observer + * @param aContentId content model id + * @param aData data stream + * @return void + */ + void PublishData( MAiContentObserver* aObserver, + TInt& aContentId, const TDesC8& aData ); /** * Cleans a data from the widget