X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=server%2Fsttd_dbus.h;h=1f0d656f4032f72699863ccf71946d62857acf56;hb=6de6690ccfd448cbefd579c34c74c55a6b5fa3c5;hp=bb6b3fa234b3ff24f90fbf9e94f95838d9a1d9e3;hpb=5bca155542643b4d905c42e32c3f5e487a375fe7;p=platform%2Fcore%2Fuifw%2Fstt.git diff --git a/server/sttd_dbus.h b/server/sttd_dbus.h index bb6b3fa..1f0d656 100644 --- a/server/sttd_dbus.h +++ b/server/sttd_dbus.h @@ -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,7 +26,7 @@ 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); @@ -34,6 +34,8 @@ int sttdc_send_result(int uid, int event, const char** data, int data_count, con int sttdc_send_error_signal(int uid, int reason, const char *err_msg); +int sttdc_send_speech_status(int uid, int status); + #ifdef __cplusplus }