seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=a6cbfa8b2ffe1ec7aab52f627be27f11a05e936d
commit a6cbfa8b2ffe1ec7aab52f627be27f11a05e936d Author: Daniel Juyung Seo <seojuyu...@gmail.com> Date: Thu Oct 10 18:47:18 2013 +0900 elm_flipselector.h: Added more description about event_info parameter for flipselector selected smart callback. --- src/lib/elm_flipselector.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/elm_flipselector.h b/src/lib/elm_flipselector.h index 1919bb9..68d120d 100644 --- a/src/lib/elm_flipselector.h +++ b/src/lib/elm_flipselector.h @@ -24,7 +24,8 @@ * * This widget emits the following signals, besides the ones sent from * @ref Layout: - * - @c "selected" - when the widget's selected text item is changed + * - @c "selected" - when the widget's selected text item is changed. The @c + * event_info parameter is the item that was selected. * - @c "overflowed" - when the widget's current selection is changed * from the first item in its list to the last * - @c "underflowed" - when the widget's current selection is changed --