X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fwidget_app_efl.h;h=8817395389cc119d14e69c74e09cb707b8fb3ea9;hb=251db92c77c0494774d5de43cb3d983cf2199ef7;hp=7d65cf362d9e5f716b3a665765ceacafabdb1c13;hpb=b1e3bc48a7ce2352771082591b2680c6a3000313;p=platform%2Fcore%2Fappfw%2Fappcore-widget.git diff --git a/include/widget_app_efl.h b/include/widget_app_efl.h index 7d65cf3..8817395 100644 --- a/include/widget_app_efl.h +++ b/include/widget_app_efl.h @@ -37,11 +37,11 @@ extern "C" { * @param[in] context The context for widget instance * @param[out] win evas object for window * @return 0 on success, - * otherwise a negative error value + * otherwise a negative error value * @retval #WIDGET_ERROR_NONE Successful + * @retval #WIDGET_ERROR_NOT_SUPPORTED Not supported * @retval #WIDGET_ERROR_INVALID_PARAMETER Invalid parameter * @retval #WIDGET_ERROR_FAULT Failed to make evas object - * @retval #WIDGET_ERROR_NOT_SUPPORTED Not supported */ int widget_app_get_elm_win(widget_context_h context, Evas_Object **win);