X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fbuilder%2Fjson-parser.h;h=05b8e80ca671916c4e02bf976d3d8fbaa207c0bd;hp=b871948b0c8bb5e81fa595ecec8daa7e63fcfeae;hb=4f1a814c47a80f11892a6a887cd98099a2eace09;hpb=1c5674a11a51310ee689d6daf4e6b7d94dec607e diff --git a/dali-toolkit/devel-api/builder/json-parser.h b/dali-toolkit/devel-api/builder/json-parser.h index b871948..05b8e80 100644 --- a/dali-toolkit/devel-api/builder/json-parser.h +++ b/dali-toolkit/devel-api/builder/json-parser.h @@ -81,9 +81,9 @@ public: * Parse the source and construct a node tree. * Subsequent calls to this function will merge the trees. * @param source The json source to parse - * @return zero if parsed okay, otherwise an error. + * @return true if parsed okay, otherwise an error. */ - int Parse(const std::string& source); + bool Parse(const std::string& source); /* * Optimize memory usage by packing strings