mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-14 12:04:29 +00:00
lottie/common: Fix typo in API documentation comment
This commit is contained in:
parent
730a88c42b
commit
2bd8e18f0d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue