From: Daniel Juyung Seo Date: Sun, 9 Jun 2013 07:54:26 +0000 (+0900) Subject: elm_widget.h: update elm_wdg_on_focus documentation. X-Git-Tag: submit/efl/20131021.015827~404 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7f0752a3a33486442f5884f1e795f46218333611;p=platform%2Fupstream%2Felementary.git elm_widget.h: update elm_wdg_on_focus documentation. --- diff --git a/src/lib/elm_widget.h b/src/lib/elm_widget.h index da2504d..4e4dc45 100644 --- a/src/lib/elm_widget.h +++ b/src/lib/elm_widget.h @@ -1187,9 +1187,10 @@ typedef void * (*list_data_get_func_type)(const Eina_List * l); * @def elm_wdg_on_focus * @since 1.8 * - * No description supplied by the EAPI. + * 'Virtual' function handling focus in/out events on the widget. * - * @param[out] ret + * @param[out] ret @c EINA_TRUE if this widget can handle focus, EINA_FALSE + * otherise. * */ #define elm_wdg_on_focus(ret) ELM_WIDGET_ID(ELM_WIDGET_SUB_ID_ON_FOCUS), EO_TYPECHECK(Eina_Bool *, ret)