From: adam Date: Wed, 17 Jul 2013 18:20:10 +0000 (+0700) Subject: #59 #72 X-Git-Tag: v1.2.12~270 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6b239c34faee9e653e87410e2e84e2f4e6d8bcee;p=platform%2Fupstream%2Fejdb.git #59 #72 --- diff --git a/tcejdb/ejdb.h b/tcejdb/ejdb.h index e21b46c..2fde7b1 100644 --- a/tcejdb/ejdb.h +++ b/tcejdb/ejdb.h @@ -559,8 +559,8 @@ EJDB_EXPORT bool ejdbimport(EJDB *jb, const char *path, TCLIST *cnames, int flag * * Supported commands: * - * EJDBEXPORT: - * Exports database collections data. See ejdbexport() method. + * + * 1) Exports database collections data. See ejdbexport() method. * * "export" : { * "path" : string, //Exports database collections data @@ -570,13 +570,12 @@ EJDB_EXPORT bool ejdbimport(EJDB *jb, const char *path, TCLIST *cnames, int flag * * Command response: * { - * "log" : string, //Diagnostic log about executing this command + * "log" : string, //Diagnostic log about execution this command * "error" : string|null, //ejdb error message * "errorCode" : int|0, //ejdb error code * } * - * EJDBIMPORT: - * Imports previously exported collections data into ejdb. + * 2) Imports previously exported collections data into ejdb. * * "import" : { * "path" : string //The directory path in which data resides @@ -586,7 +585,7 @@ EJDB_EXPORT bool ejdbimport(EJDB *jb, const char *path, TCLIST *cnames, int flag * * Command response: * { - * "log" : string, //Diagnostic log about executing this command + * "log" : string, //Diagnostic log about execution this command * "error" : string|null, //ejdb error message * "errorCode" : int|0, //ejdb error code * }