From: ChunEon Park Date: Thu, 30 Jun 2011 23:58:19 +0000 (+0000) Subject: elementary/button - added a missing signal description in doxy. X-Git-Tag: v1.0.0~2687 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d42e1eed787ee782d1bf0d47c2ba507ebd3329b6;p=platform%2Fupstream%2Felementary.git elementary/button - added a missing signal description in doxy. SVN revision: 60893 --- diff --git a/src/lib/Elementary.h.in b/src/lib/Elementary.h.in index a82e433..71c2d9a 100644 --- a/src/lib/Elementary.h.in +++ b/src/lib/Elementary.h.in @@ -2364,6 +2364,7 @@ extern "C" { * This widgets emits the following signals: * @li "clicked": the user clicked the button (press/release). * @li "repeated": the user pressed the button without releasing it. + * @li "pressed": button was pressed. * @li "unpressed": button was released after being pressed. * In all three cases, the @c event parameter of the callback will be * @c NULL.