seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=cd6624a682409c59ee8c97a6d0b03e4211bba3ee
commit cd6624a682409c59ee8c97a6d0b03e4211bba3ee Author: Srivardhan Hebbar <[email protected]> Date: Sat Sep 20 16:46:07 2014 +0900 elementary: Corrected documentation of "changed" in elm_radio. Summary: Changed the text for Radio "changed" event to: This is called when the radio object is selected. Signed-off-by: Srivardhan Hebbar <[email protected]> Reviewers: stefan_schmidt, seoz Reviewed By: stefan_schmidt, seoz Subscribers: stefan_schmidt Maniphest Tasks: T1657 Differential Revision: https://phab.enlightenment.org/D1445 --- src/lib/elm_radio.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib/elm_radio.h b/src/lib/elm_radio.h index eb470db..9acdf5b 100644 --- a/src/lib/elm_radio.h +++ b/src/lib/elm_radio.h @@ -38,8 +38,7 @@ * * This widget emits the following signals, besides the ones sent from * @ref Layout: - * @li @c "changed" - This is called whenever the user changes the state of one of - * the radio objects within the group of radio objects that work together. + * @li @c "changed" - This is called when the radio object is selected. * @li @c "focused" - When the radio has received focus. (since 1.8) * @li @c "unfocused" - When the radio has lost focus. (since 1.8) * @li @c "language,changed" - the program's language changed (since 1.9) --
