Update hello protocol
[platform/core/uifw/tts.git] / client / tts_client.h
index 6d68d23..0db3bf9 100644 (file)
@@ -43,6 +43,8 @@ typedef struct {
        void*                           error_user_data;
        tts_default_voice_changed_cb    default_voice_changed_cb;
        void*                           default_voice_changed_user_data;
+       tts_engine_changed_cb           engine_changed_cb;
+       void*                           engine_changed_user_data;
        tts_supported_voice_cb          supported_voice_cb;
        void*                           supported_voice_user_data;
 
@@ -65,6 +67,10 @@ typedef struct {
        /* options */
        char*           credential;
        bool            credential_needed;
+       bool            internal;
+
+       /* repetition */
+       char*           text_repeat;
 } tts_client_s;
 
 int tts_client_new(tts_h* tts);