X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-binder.git;a=blobdiff_plain;f=docs%2Freference-v3%2Ffunc-req.md;h=a91508dc7e8fe7319e54575dcdedcc229619a0e0;hp=256440566f5cc35e33288dc6a59d058d204da734;hb=5214323d82cc09b15c25e348707f2639977ea763;hpb=6401efb14339925e696a65eea8e8548f1fddf3ba diff --git a/docs/reference-v3/func-req.md b/docs/reference-v3/func-req.md index 25644056..a91508dc 100644 --- a/docs/reference-v3/func-req.md +++ b/docs/reference-v3/func-req.md @@ -436,6 +436,9 @@ void afb_req_reply_f( * 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