Remove unnecessray Clipboard creation in text controller
[platform/core/uifw/dali-toolkit.git] / automated-tests / src / dali-toolkit / dali-toolkit-test-utils / toolkit-clipboard.h
index ad532cd..d3d684d 100644 (file)
@@ -67,6 +67,13 @@ public:
   static Clipboard Get();
 
   /**
+   * @brief Checks whether the clipboard is available.
+   *
+   * @return true, if it is available, false otherwise.
+   */
+  static bool IsAvailable();
+
+  /**
    * Send the given string to the clipboard
    * @param[in] itemData string to send to clip board
    * @return bool true if the internal clip board sending was successful.