mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 13:43:43 +00:00
doc common: change of the return value in the composite API
This commit is contained in:
parent
d0dc9142ec
commit
ec1232b9b4
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ public:
|
||||||
* @brief Sets the composition target object and the composition method.
|
* @brief Sets the composition target object and the composition method.
|
||||||
* @param[in] target The pointer to the target object.
|
* @param[in] target The pointer to the target object.
|
||||||
* @param[in] method The method used to composite the source object with the target.
|
* @param[in] method The method used to composite the source object with the target.
|
||||||
* @return Result::Success when succeeded, Result::InsufficientCondition otherwise.
|
* @return Result::Success when succeeded, Result::InvalidArguments otherwise.
|
||||||
*/
|
*/
|
||||||
Result composite(std::unique_ptr<Paint> target, CompositeMethod method) const noexcept;
|
Result composite(std::unique_ptr<Paint> target, CompositeMethod method) const noexcept;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue