Merge "Change uid and gid for service files" into tizen
[platform/core/uifw/tts.git] / common / tts_config_mgr.h
old mode 100755 (executable)
new mode 100644 (file)
index 0937887..dd6e2da
@@ -1,5 +1,5 @@
 /*
-*  Copyright (c) 2011-2014 Samsung Electronics Co., Ltd All Rights Reserved 
+*  Copyright (c) 2011-2016 Samsung Electronics Co., Ltd All Rights Reserved 
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
@@ -11,7 +11,7 @@
 *  limitations under the License.
 */
 
+
 #ifndef __TTS_CONFIG_MANAGER_H_
 #define __TTS_CONFIG_MANAGER_H_
 
@@ -51,7 +51,7 @@ typedef bool (*tts_config_supported_engine_cb)(const char* engine_id, const char
 typedef bool (*tts_config_supported_voice_cb)(const char* engine_id, const char* language, int type, void* user_data);
 
 typedef void (*tts_config_engine_changed_cb)(const char* engine_id, const char* setting, 
-                                            const char* language, int voice_type, bool auto_voice, void* user_data);
+                                            const char* language, int voice_type, bool auto_voice, bool need_credential, void* user_data);
 
 typedef void (*tts_config_voice_changed_cb)(const char* before_language, int before_voice_type, 
                                            const char* current_language, int current_voice_type, 
@@ -114,6 +114,8 @@ bool tts_config_check_default_voice_is_valid(const char* language, int type);
 
 char* tts_config_get_message_path(int mode, int pid);
 
+int tts_config_mgr_get_max_text_size(unsigned int* size);
+
 
 #ifdef __cplusplus
 }