Fix bugs
[platform/core/uifw/stt.git] / server / sttd_dbus.h
index 37dbb13..91d81af 100644 (file)
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2011 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
@@ -24,15 +24,16 @@ int sttd_dbus_open_connection();
 int sttd_dbus_close_connection();
 
 
-int sttdc_send_result(int uid, const char* type, const char** data, int data_count, const char* result_msg);
+int sttdc_send_hello(int uid);
 
-int sttdc_send_partial_result(int uid, const char* data);
+int sttdc_send_set_volume(int uid, float volume);
 
-int sttdc_send_error_signal(int uid, int reason, char *err_msg);
+int sttdc_send_set_state(int uid, int state);
 
-int sttd_send_stop(int uid);
+int sttdc_send_result(int uid, int event, const char** data, int data_count, const char* result_msg);
+
+int sttdc_send_error_signal(int uid, int reason, const char *err_msg);
 
-int sttd_send_stop_recognition_by_daemon(int uid);
 
 #ifdef __cplusplus
 }