ACR-375 API review
authorMinchul Lee <slotus.lee@samsung.com>
Thu, 3 Sep 2015 08:27:46 +0000 (17:27 +0900)
committeryoungman <yman.jung@samsung.com>
Tue, 3 Nov 2015 11:08:20 +0000 (20:08 +0900)
commit4975fad9c7b6a8a2ee58bd7a15d532ecf0cb10af
tree49cd468359baeb1af73859b5ea604454cea0cd7f
parentb4c7d2bef1d3eee7840ebe3974a6f09527386c19
ACR-375 API review
- add API description for doxigen
- divide repr to representation and state
- change return value from object to integer (error number)
- add keyword "void" for non-paremeter function
- remove a variadic function and make several functions
- change callback name from "fn" to "cb"
- move some define to be hide

Change-Id: I8d4374e3b7d50d7f218bd4f83790bf9b6a582ed8
Signed-off-by: Minchul Lee <slotus.lee@samsung.com>
46 files changed:
daemon/icd-ioty-ocprocess.c
daemon/icd-ioty.c
daemon/icd-payload.c
daemon/icd-payload.h
doc/iotcon_doc.h
lib/icl-client-crud.c
lib/icl-client.c
lib/icl-dbus-type.c
lib/icl-dbus.c
lib/icl-device.c
lib/icl-observation.c
lib/icl-options.c
lib/icl-payload.c
lib/icl-payload.h
lib/icl-presence.c
lib/icl-query.c
lib/icl-query.h
lib/icl-repr-list.c
lib/icl-repr-list.h
lib/icl-repr-obj.c [deleted file]
lib/icl-repr-state.c [new file with mode: 0644]
lib/icl-repr-state.h [moved from lib/icl-repr-obj.h with 59% similarity]
lib/icl-repr-value.c
lib/icl-repr-value.h
lib/icl-repr.c
lib/icl-repr.h
lib/icl-request.c
lib/icl-request.h
lib/icl-resource-types.c
lib/icl-resource-types.h
lib/icl-resource.c
lib/icl-resource.h
lib/icl-response.c
lib/icl-response.h
lib/icl.c
lib/include/iotcon-constant.h
lib/include/iotcon-errors.h
lib/include/iotcon-representation.h
lib/include/iotcon-struct.h
lib/include/iotcon.h
test/crud-test-client.c
test/crud-test-server.c
test/device-test-client.c
test/device-test-server.c
test/repr-test-client.c
test/repr-test-server.c