summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorsung.goo.kim <sung.goo.kim@samsung.com>2015-10-30 16:21:42 +0900
committeryoungman <yman.jung@samsung.com>2015-11-03 20:08:20 +0900
commit248aa63ccdeb0a262e3be563e2e9138244a7b130 (patch)
tree63f56a08333a695e071da865e3797eff29c8a170 /doc
parent4bc4c43141572f0492e85c027929da145bb35815 (diff)
downloadiotcon-248aa63ccdeb0a262e3be563e2e9138244a7b130.tar.gz
iotcon-248aa63ccdeb0a262e3be563e2e9138244a7b130.tar.bz2
iotcon-248aa63ccdeb0a262e3be563e2e9138244a7b130.zip
(ACR) Chagne API name : observe_start/stop -> start/stop_observing
Change-Id: I4933d643a79194d5d679e1762ed38b85c6603f1c
Diffstat (limited to 'doc')
-rw-r--r--doc/iotcon_doc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/iotcon_doc.h b/doc/iotcon_doc.h
index 6c1235e..fa106b7 100644
--- a/doc/iotcon_doc.h
+++ b/doc/iotcon_doc.h
@@ -351,7 +351,7 @@ static void _on_observe(iotcon_options_h header_options, iotcon_representation_h
...
{
int ret;
- ret = iotcon_remote_resource_observer_start(door_resource, IOTCON_OBSERVE_ALL, NULL,
+ ret = iotcon_remote_resource_start_observing(door_resource, IOTCON_OBSERVE_ALL, NULL,
&_on_observe, NULL);
if (IOTCON_ERROR_NONE != ret)
return;