X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2Freference-v3%2Ffunc-api.md;fp=docs%2Freference-v3%2Ffunc-api.md;h=535bff85b55fc4ce6edbe6897a6cba4f7a7bc563;hb=fe9601cbf6bbebe9464bfbde2efd0ec278b3e243;hp=2f836cab5adda98076404b48bef98f6c2d131f2b;hpb=8d95d38217977f95f7cae3685f8639ac040da443;p=src%2Fapp-framework-binder.git diff --git a/docs/reference-v3/func-api.md b/docs/reference-v3/func-api.md index 2f836cab..535bff85 100644 --- a/docs/reference-v3/func-api.md +++ b/docs/reference-v3/func-api.md @@ -579,9 +579,9 @@ struct sd_bus *afb_api_get_system_bus( * @param info the brief description of the new api (can be NULL) * @param noconcurrency zero or not zero whether the new api is reentrant or not * @param preinit the pre-initialization function if any (can be NULL) - * @param closure the closure for the pre-initialization \ref preinit + * @param closure the closure for the pre-initialization preinit * - * @return 0 in case of success or -1 on failure with errno set + * @return the created api in case of success or NULL on error * * @see afb_api_delete_api */