idlehomescreen/nativeuicontroller/inc/nativeuicontroller.h
changeset 4 4d54b72983ae
parent 0 f72a12da539e
child 9 f966699dea19
--- a/idlehomescreen/nativeuicontroller/inc/nativeuicontroller.h	Fri Jan 22 09:35:14 2010 +0200
+++ b/idlehomescreen/nativeuicontroller/inc/nativeuicontroller.h	Tue Jan 26 11:48:23 2010 +0200
@@ -135,6 +135,17 @@
 
     TBool RequiresSubscription( const TAiPublisherInfo& aPublisherInfo ) const;
     
+    TInt SetProperty( MAiPropertyExtension& aPlugin,
+            const TDesC8& aElementId,
+            const TDesC8& aPropertyName,
+            const TDesC8& aPropertyValue );
+    
+    TInt SetProperty( MAiPropertyExtension& aPlugin,
+            const TDesC8& aElementId,
+            const TDesC8& aPropertyName,
+            const TDesC8& aPropertyValue,  
+            MAiContentObserver::TValueType aValueType);
+
 // new methods
 
     /**