apis: promote beta apis to the official ones.
authorHermet Park <chuneon.park@samsung.com>
Thu, 22 Jul 2021 04:00:59 +0000 (13:00 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Fri, 23 Jul 2021 05:55:22 +0000 (14:55 +0900)
3 api candidates has been verified since it's tagged in beta,
we confirm that they are useful for tvg usages.

Here list shows the candidates apis:

@API Addition:

Matrix Paint::transform() noexcept;
CompositeMethod Paint::composite(const Paint** target) const noexcept;
Result SwCanvas::mempool(MempoolPolicy policy) noexcept;

inc/thorvg.h

index b48d0f6..20ca52c 100644 (file)
@@ -247,7 +247,7 @@ public:
      *
      * @retval The augmented transformation matrix.
      *
-     * @BETA_API
+     * @since 0.4
      */
     Matrix transform() noexcept;
 
@@ -1186,8 +1186,7 @@ public:
 
     /**
      * @brief Enumeration specifying the methods of Memory Pool behavior policy.
-     *
-     * @BETA_API
+     * @since 0.4
      */
     enum MempoolPolicy
     {
@@ -1237,7 +1236,7 @@ public:
      *
      * @warning It's not allowed after pushing any paints.
      *
-     * @BETA_API
+     * @since 0.4
     */
     Result mempool(MempoolPolicy policy) noexcept;