webengine/widgetregistry/Server/inc/WidgetRegistry.h
branchCompilerCompatibility
changeset 49 4c02a47fcdfc
parent 37 cb62a4f66ebe
equal deleted inserted replaced
48:282be2d13458 49:4c02a47fcdfc
   147     void GetWidgetBundleName( const TUid& aUid, TDes& aBundleName );
   147     void GetWidgetBundleName( const TUid& aUid, TDes& aBundleName );
   148 
   148 
   149     /**
   149     /**
   150      * return serialized value of property aId for the widget aUid or leave
   150      * return serialized value of property aId for the widget aUid or leave
   151      */
   151      */
   152     CBufFlat* CWidgetRegistry::GetWidgetPropertyValueL(
   152     CBufFlat* GetWidgetPropertyValueL(
   153         const TUid& aUid,
   153         const TUid& aUid,
   154         TWidgetPropertyId aId,
   154         TWidgetPropertyId aId,
   155         TInt aMaxLength );
   155         TInt aMaxLength );
   156 
   156 
   157     /**
   157     /**