picture: paint() method shall not be public.
authorHermet Park <chuneon.park@samsung.com>
Mon, 26 Jul 2021 11:45:02 +0000 (20:45 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Tue, 27 Jul 2021 01:09:50 +0000 (10:09 +0900)
inc/thorvg.h

index a17121a..21a79d4 100644 (file)
@@ -1052,16 +1052,7 @@ public:
     const uint32_t* data() const noexcept;
 
     /**
-     * @brief Set paint for the picture.
-     *
-     * @param[in] paint A Paint object to be drawn.
-     *
-     * @return Result::Success when succeed.
-     * @return Result::InsufficientCondition if paint already set.
-     * @return Result::MemoryCorruption when bad memory handling.
-     *
-     * @warning Please do not use it, this API is not official one. It could be modified in the next version.
-     *
+     * Must remove it!
      * @BETA_API
      */
     Result paint(std::unique_ptr<Paint> paint) noexcept;