[capi] fix some api issues for tizen release
authorSeungbaek Hong <sb92.hong@samsung.com>
Mon, 17 Apr 2023 05:27:43 +0000 (14:27 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Wed, 19 Apr 2023 02:03:12 +0000 (11:03 +0900)
commit3c45b6ce77609a3751b1aea226254ec4282c19b3
tree4ab652a6151bb411fe66db43c128e6f1215f04cd
parent8a4a0aa6021953e155404b8112c442f69d86165c
[capi] fix some api issues for tizen release

I've checked some api issues using tizen-native-api-review-script.

So, I correct most issues but there are still remain some errors
in the "nntrainer_internal.h" file.

There are three type issues remaining yet.
- enum names should end with '_e'
- struct names should end with '_s'

But I think It would be better to do not rename these enum and
struct because it is already released in earlier version.

And, The last type issues seem to be "false positive".
I think tizen-api-review-script don't aware the macro function, etc.

**Self evaluation:**
1. Build test:  [X]Passed [ ]Failed [ ]Skipped
2. Run test:  [X]Passed [ ]Failed [ ]Skipped

Signed-off-by: Seungbaek Hong <sb92.hong@samsung.com>
api/capi/include/nntrainer-tizen-internal.h
api/capi/include/nntrainer.h
api/capi/include/nntrainer_internal.h
api/capi/include/nntrainer_util.h