From 2bd8e18f0daba30ebbb409e72700a41f8f20cc6a Mon Sep 17 00:00:00 2001 From: Jinny You Date: Mon, 15 Apr 2024 21:39:07 +0900 Subject: [PATCH] lottie/common: Fix typo in API documentation comment --- src/bindings/capi/thorvg_capi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bindings/capi/thorvg_capi.h b/src/bindings/capi/thorvg_capi.h index e0150733..ff216d34 100644 --- a/src/bindings/capi/thorvg_capi.h +++ b/src/bindings/capi/thorvg_capi.h @@ -2394,7 +2394,7 @@ TVG_API Tvg_Animation* tvg_lottie_animation_new(); * \param[in] animation The Tvg_Animation object to override the property with the slot. * \param[in] slot The Lottie slot data in json, or @c nullptr to reset. * -* \return Tvg_Animation A new Tvg_LottieAnimation object. +* \return Tvg_Result enumeration. * \retval TVG_RESULT_SUCCESS Succeed. * \retval TVG_RESULT_INSUFFICIENT_CONDITION In case the animation is not loaded. * \retval TVG_RESULT_INVALID_ARGUMENT When the given @p slot is invalid