Add synchronous API to get selection text
[platform/core/uifw/libscl-core.git] / src / sclconnection.h
index a8a6388..806c4da 100644 (file)
@@ -84,6 +84,7 @@ public:
     virtual void set_selection(sclint start, sclint end);
     virtual void send_private_command(const sclchar *command);
     virtual void get_surrounding_text(sclint maxlen_before, sclint maxlen_after, sclchar **text, int &cursor);
+    virtual void get_selection_text(sclchar **text);
 protected:
     std::string m_backend_identifier;