mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 05:33:36 +00:00
docs: -- beta tag.
Scene::clear() is ready to public.
This commit is contained in:
parent
0394fa5ef5
commit
54fa59e7c3
1 changed files with 1 additions and 1 deletions
|
@ -1104,7 +1104,7 @@ public:
|
||||||
* @warning If you don't free the paints they become dangled. They are supposed to be reused, otherwise you are responsible for their lives. Thus please use the @p free argument only when you know how it works, otherwise it's not recommended.
|
* @warning If you don't free the paints they become dangled. They are supposed to be reused, otherwise you are responsible for their lives. Thus please use the @p free argument only when you know how it works, otherwise it's not recommended.
|
||||||
* @warning Please do not use it, this API is not official one. It could be modified in the next version.
|
* @warning Please do not use it, this API is not official one. It could be modified in the next version.
|
||||||
*
|
*
|
||||||
* @BETA_API
|
* @since 0.2
|
||||||
*/
|
*/
|
||||||
Result clear(bool free = true) noexcept;
|
Result clear(bool free = true) noexcept;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue