From 0045aa8a48e9907c41b1cf6f834d1dd33b9474d7 Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Thu, 30 Jun 2011 23:58:19 +0000 Subject: [PATCH] elementary/button - added a missing signal description in doxy. SVN revision: 60893 --- legacy/elementary/src/lib/Elementary.h.in | 1 + 1 file changed, 1 insertion(+) diff --git a/legacy/elementary/src/lib/Elementary.h.in b/legacy/elementary/src/lib/Elementary.h.in index a82e433..71c2d9a 100644 --- a/legacy/elementary/src/lib/Elementary.h.in +++ b/legacy/elementary/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. -- 2.7.4