Cleaning up property public API and usage of typedefs
[platform/core/uifw/dali-toolkit.git] / docs / content / programming-guide / script-howto.h
index 915269e..9a1632b 100644 (file)
@@ -55,7 +55,7 @@
  *   return connection ;
  * }
  *
- * bool MyActor::DoActionCustom(BaseObject* object, const std::string& actionName, const std::vector<Property::Value>& attributes)
+ * bool MyActor::DoActionCustom(BaseObject* object, const std::string& actionName, const PropertyValueContainer& attributes)
  * {
  *   bool actioned = false ;
  *