Fix signal typo

SVN revision: 44532
This commit is contained in:
Christopher Michael 2009-12-18 01:22:22 +00:00
parent cbccd10876
commit 4af589e631
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ extern "C" {
EAPI Ecore_X_Window elm_win_xwindow_get(const Evas_Object *obj);
/* smart callbacks called:
* "delete,request" - the user requested to delete the window
* "focus,on" - window got focus
* "focus,in" - window got focus
* "focus,out" - window lost focus
* "moved" - window that holds the canvas was moved
*/