elementary/button - added a missing signal description in doxy.

SVN revision: 60893
This commit is contained in:
ChunEon Park 2011-06-30 23:58:19 +00:00
parent 4f7d35eb6b
commit 0045aa8a48
1 changed files with 1 additions and 0 deletions

View 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.