Added CAPIs for C# thread handling 34/170934/1 accepted/tizen/unified/20180227.062948 submit/tizen/20180226.110934
authorJaehyun Kim <jeik01.kim@samsung.com>
Fri, 23 Feb 2018 08:27:23 +0000 (17:27 +0900)
committerJaehyun Kim <jeik01.kim@samsung.com>
Fri, 23 Feb 2018 08:28:44 +0000 (17:28 +0900)
commit67587ba4d830b7906db5e20f516b5b4b79604d48
tree20cc65c89d081d464147b65faa8a5ea278cb547d
parent59d7765e2a3ddea4be053bc9c511c53f8367be19
Added CAPIs for C# thread handling

It is not guaranteed that the GC in C# will call connection_destroy
on the thread that called connection_create.
So I added thread-independent CAPIs for init/deinit.

Change-Id: Ia70fdc543b06c34611643a702aa43377ad144365
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
include/connection_extension.h
include/net_connection_private.h
packaging/capi-network-connection.spec
src/connection.c
src/libnetwork.c
test/connection_test.c