From 7f0752a3a33486442f5884f1e795f46218333611 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Sun, 9 Jun 2013 16:54:26 +0900 Subject: [PATCH] elm_widget.h: update elm_wdg_on_focus documentation. --- src/lib/elm_widget.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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) -- 2.7.4