X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=docs%2Fcontent%2Fprogramming-guide%2Fprogramming-languages.md;h=5ab5e8a28f886d971efad1b44b06c9f9d9facd0c;hp=4b1f327fbf937c7aca9497c7a3706150e60db031;hb=d8a4571d975ae061fe32f1d098d07ccc94604729;hpb=bf58973c37b31d52707463a1e9cdecdbe91099f6 diff --git a/docs/content/programming-guide/programming-languages.md b/docs/content/programming-guide/programming-languages.md index 4b1f327..5ab5e8a 100644 --- a/docs/content/programming-guide/programming-languages.md +++ b/docs/content/programming-guide/programming-languages.md @@ -21,7 +21,7 @@ bool OnPressed( Dali::Actor, const TouchEvent& touch ) return true; // consume the touch event } ... -actor.TouchSignal().Connect( &OnPressed ); +actor.TouchedSignal().Connect( &OnPressed ); ~~~ ## JSON {#json-support} @@ -53,7 +53,7 @@ actor.TouchSignal().Connect( &OnPressed ); "parentOrigin": "CENTER", "signals" : [ - { "name" : "touch", "action": "play", "animation": "move" } + { "name" : "touched", "action": "play", "animation": "move" } ] } ]