X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=docs%2Fcontent%2Fprogramming-guide%2Fscript-howto.h;h=9a1632b9115d8a9ade838b3076f9ba1ad40f673e;hp=915269ef10a67c914da1d0dd6f51d449e9a5fdfb;hb=7957e6e4dd4c6f97a7296d3125c7410a4b6bc5d7;hpb=65d4d378d08c6225ebf1e5bc024f8ef1adbb5dc2 diff --git a/docs/content/programming-guide/script-howto.h b/docs/content/programming-guide/script-howto.h index 915269e..9a1632b 100644 --- a/docs/content/programming-guide/script-howto.h +++ b/docs/content/programming-guide/script-howto.h @@ -55,7 +55,7 @@ * return connection ; * } * - * bool MyActor::DoActionCustom(BaseObject* object, const std::string& actionName, const std::vector& attributes) + * bool MyActor::DoActionCustom(BaseObject* object, const std::string& actionName, const PropertyValueContainer& attributes) * { * bool actioned = false ; *