elementary/button - added a missing signal description in doxy.
authorhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 30 Jun 2011 23:58:19 +0000 (23:58 +0000)
committerhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 30 Jun 2011 23:58:19 +0000 (23:58 +0000)
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@60893 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/Elementary.h.in

index a82e433..71c2d9a 100644 (file)
@@ -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.