ecore: fix brief description of ecore_x_window_focus_get

SVN revision: 68646
This commit is contained in:
Jihoon Kim 2012-03-03 12:51:20 +00:00
parent 8c33b063b9
commit d010e69fe1
2 changed files with 2 additions and 2 deletions

View File

@ -1119,7 +1119,7 @@ ecore_x_window_save_set_del(Ecore_X_Window win)
} }
/** /**
* gets the focus to the window @p win. * gets the window that has focus.
* @return The window that has focus. * @return The window that has focus.
* @ingroup Ecore_X_Window_Focus_Functions * @ingroup Ecore_X_Window_Focus_Functions
*/ */

View File

@ -597,7 +597,7 @@ ecore_x_window_focus_at_time(Ecore_X_Window win,
} }
/** /**
* gets the focus to the window @p win. * gets the window that has focus.
* @return The window that has focus. * @return The window that has focus.
* @ingroup Ecore_X_Window_Focus_Functions * @ingroup Ecore_X_Window_Focus_Functions
*/ */