Fix bugs
[platform/core/uifw/stt.git] / server / sttd_dbus.h
index 6e1d11f..91d81af 100644 (file)
@@ -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
@@ -26,14 +26,14 @@ int sttd_dbus_close_connection();
 
 int sttdc_send_hello(int uid);
 
-int sttdc_send_get_state(int uid, int* state);
+int sttdc_send_set_volume(int uid, float volume);
+
+int sttdc_send_set_state(int uid, int state);
 
 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 sttdc_send_set_state(int uid, int state);
-
 
 #ifdef __cplusplus
 }