X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=include%2Fafb%2Fafb-api-x3.h;h=03461350adc0eb3aee7f749ebaf7d52cb83913c9;hb=fe9601cbf6bbebe9464bfbde2efd0ec278b3e243;hp=9f06172b7e2b93ef3f2be2c376f64742512f4b0f;hpb=8d95d38217977f95f7cae3685f8639ac040da443;p=src%2Fapp-framework-binder.git diff --git a/include/afb/afb-api-x3.h b/include/afb/afb-api-x3.h index 9f06172b..03461350 100644 --- a/include/afb/afb-api-x3.h +++ b/include/afb/afb-api-x3.h @@ -549,9 +549,9 @@ int afb_api_x3_call_sync_legacy( * @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_x3_delete_api */