capi: support c interfaces 97/238397/7
authorHermet Park <chuneon.park@samsung.com>
Mon, 13 Jul 2020 11:19:23 +0000 (20:19 +0900)
committerHermet Park <chuneon.park@samsung.com>
Wed, 15 Jul 2020 07:00:09 +0000 (16:00 +0900)
commit9876d685cfbaefc1ba1e3b2f565f655b62326d93
tree7c64d7e39fdaaecf4b4e7562570b4c1fed73a09c
parent9e1ba8d2c0bd295513a18361e4c081d9802eba28
capi: support c interfaces

this capi is under the beta,
we quickly provide this working prototype for collaboration.

Change-Id: Ie246abc306feb9a1305d1b593c4f3ef7f40ab5a9
.gitignore
inc/meson.build
inc/thorvg_capi.h [new file with mode: 0644]
meson.build
meson_options.txt
src/bindings/capi/meson.build [new file with mode: 0644]
src/bindings/capi/tvgCapi.cpp [new file with mode: 0644]
src/bindings/meson.build [new file with mode: 0644]
src/meson.build
test/makefile
test/testCapi.c [new file with mode: 0644]