Add commit_content API
[platform/core/uifw/libscl-core.git] / src / sclcore.h
index 9a549bc..81fc807 100644 (file)
@@ -392,6 +392,14 @@ public:
      */
     void request_ise_hide() const;
 
+    /**
+     * @brief Commit a content URI to its connected editor.
+     *
+     * @param[in] content a content URL to be sent.
+     * @param[in] description a content description.
+     * @param[in] mime_types a MIME type string.
+     */
+    void commit_content(const sclchar *content, const sclchar *description, const sclchar *mime_types);
 private:
     CSCLCoreImpl *m_impl;
 };