diff --git a/src/lib/ecore_win32/ecore_win32_window.c b/src/lib/ecore_win32/ecore_win32_window.c index 01f40744af..70e4c1de29 100644 --- a/src/lib/ecore_win32/ecore_win32_window.c +++ b/src/lib/ecore_win32/ecore_win32_window.c @@ -567,7 +567,7 @@ ecore_win32_window_configure(Ecore_Win32_Window *window, * @param x The x coordinate of the destination position. * @param y The y coordinate of the destination position. * - * This function move @p window to the new position of coordinates @p x + * This function moves @p window to the new position of coordinates @p x * and @p y. If @p window is @c NULL, or if it is fullscreen, or on * error, this function does nothing. */ @@ -605,7 +605,7 @@ ecore_win32_window_move(Ecore_Win32_Window *window, * @param width The new width. * @param height The new height. * - * This function resize @p window to the new @p width and @p height. + * This function resizes @p window to the new @p width and @p height. * If @p window is @c NULL, or if it is fullscreen, or on error, this * function does nothing. */ @@ -669,7 +669,7 @@ ecore_win32_window_resize(Ecore_Win32_Window *window, * @param width The new width. * @param height The new height. * - * This function resize @p window to the new position of coordinates @p x + * This function resizes @p window to the new position of coordinates @p x * and @p y and the new @p width and @p height. If @p window is @c NULL, * or if it is fullscreen, or on error, this function does nothing. */ @@ -1238,11 +1238,11 @@ ecore_win32_window_focus_get(void) * @param window The window. * @param on @c EINA_TRUE to iconify the window, @c EINA_FALSE to restore it. * - * This function iconify or restore @p window. If @p on is set to @c EINA_TRUE, - * the window will be iconified, if it is set to @c EINA_FALSE, it will be - * restored. If @p window is @c NULL or if the state does not change (like - * iconifying the window while it is already iconified), this function does - * nothing. + * This function iconifies or restores @p window. If @p on is set to + * @c EINA_TRUE, the window will be iconified, if it is set to @c EINA_FALSE, + * it will be restored. If @p window is @c NULL or if the state does not change + * (like iconifying the window while it is already iconified), this function + * does nothing. */ EAPI void ecore_win32_window_iconified_set(Ecore_Win32_Window *window, @@ -1266,7 +1266,7 @@ ecore_win32_window_iconified_set(Ecore_Win32_Window *window, * @param window The window. * @param on @c EINA_TRUE to remove the border, @c EINA_FALSE to restore it. * - * This function remove or restore the border of @p window. If @p on is set to + * This function removes or restores the border of @p window. If @p on is set to * @c EINA_TRUE, the window will have no border, if it is set to @c EINA_FALSE, * it will have a border. If @p window is @c NULL or if the state does not * change (like setting to borderless while the window has no border), this @@ -1342,7 +1342,7 @@ ecore_win32_window_borderless_set(Ecore_Win32_Window *window, * @param window The window. * @param on @c EINA_TRUE for fullscreen mode, @c EINA_FALSE for windowed mode. * - * This function set @p window to fullscreen or windowed mode. If @p on is set + * This function sets @p window to fullscreen or windowed mode. If @p on is set * to @c EINA_TRUE, the window will be fullscreen, if it is set to * @c EINA_FALSE, it will be windowed. If @p window is @c NULL or if the state * does not change (like setting to fullscreen while the window is already @@ -1465,7 +1465,7 @@ ecore_win32_window_cursor_set(Ecore_Win32_Window *window, * @param state An array of the new states. * @param num The number of states in the array. * - * This function set the state of @p window. @p state is an array of + * This function sets the state of @p window. @p state is an array of * states of size @p num. If @p window or @p state are @c NULL, or if * @p num is less or equal than 0, the function does nothing. */ @@ -1680,7 +1680,7 @@ ecore_win32_window_state_request_send(Ecore_Win32_Window *window, * @param window The window to modify the type. * @param type The nwindow types. * - * This function set the type of @p window to @p type. If + * This function sets the type of @p window to @p type. If * @p window is @c NULL, the function does nothing. */ EAPI void