Handle error return code
authorJiwan Kim <ji-wan.kim@samsung.com>
Wed, 14 Jun 2017 10:12:28 +0000 (19:12 +0900)
committersaerome.kim <saerome.kim@samsung.com>
Mon, 17 Jul 2017 02:35:37 +0000 (11:35 +0900)
commitd7e42640bc4509854dfb345cf96fc9be3de4b262
treea849eaa4259dff0c7b80acc3b73302fe94227b03
parent3e7951a874eac322fc5d9eaa8cea047361a77b0b
Handle error return code

- Change to return valid return code on repeated call.
  mesh_enable_mesh
  mesh_disable_mesh
- Change policy of return code
  mesh_cancel_scan
  mesh_disable_softap
- Add method
  mesh_is_joined
include/mesh-interface.h
introspection/mesh.xml
src/mesh-gdbus.c
src/mesh-interface.c
src/mesh-request.c
src/mesh-service-interface.c