From: Suyeon Hwang Date: Mon, 26 Dec 2022 10:33:58 +0000 (+0900) Subject: Add missing retval description X-Git-Tag: submit/tizen/20230313.042534~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bbad9c33a448b6df3a89e7d8b16da149d294bf72;p=platform%2Fcore%2Fuifw%2Fvoice-control.git Add missing retval description Change-Id: I07c29110d4266aa0b4cdfd319bcf514cd2106803 Signed-off-by: Suyeon Hwang --- diff --git a/include/voice_control.h b/include/voice_control.h index df8843d..b4939e9 100644 --- a/include/voice_control.h +++ b/include/voice_control.h @@ -231,6 +231,7 @@ int vc_get_state(vc_state_e* state); * @retval #VC_ERROR_NOT_SUPPORTED Not supported * @retval #VC_ERROR_PERMISSION_DENIED Permission denied * @retval #VC_ERROR_INVALID_PARAMETER Invalid parameter + * @retval #VC_ERROR_INVALID_STATE Invalid state * @pre The state should be #VC_STATE_READY. * @see vc_set_service_state_changed_cb() * @see vc_unset_service_state_changed_cb()