aboutsummaryrefslogtreecommitdiffstats
path: root/include/afb/afb-req-x2.h
diff options
context:
space:
mode:
authorJose Bollo <jose.bollo@iot.bzh>2019-02-25 11:27:48 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2019-03-22 12:21:54 +0100
commit64ca02ceed8acd4b55e423de6b586a143f5a3c64 (patch)
treed89a9e9e8738e0368f50511b182868471e3115ae /include/afb/afb-req-x2.h
parent0e2b5f5b7fa3a09abf61c8253efce7c7f2b4c444 (diff)
doc: Improve comment on asynchronous calls
Following remarks of fellow developpers, the status the object received by the callback function needed to be more explained. Change-Id: I0e6bcd51849bbc5af92af08675949a901bfd683e Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'include/afb/afb-req-x2.h')
-rw-r--r--include/afb/afb-req-x2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/afb/afb-req-x2.h b/include/afb/afb-req-x2.h
index 9695ef60..5111f2f0 100644
--- a/include/afb/afb-req-x2.h
+++ b/include/afb/afb-req-x2.h
@@ -739,6 +739,9 @@ struct json_object *afb_req_x2_get_client_info(
* 4. 'info' a string handling some info (can be NULL)
* 5. 'req' the req
*
+ * NOTE: For convenience, *json_object_put* is called on 'object' after the
+ * callback returns. So, it is wrong to call *json_object_put* in the callback.
+ *
* @param req The request
* @param api The api name of the method to call
* @param verb The verb name of the method to call