diff options
author | Jihoon Kim <jihoon48.kim@samsung.com> | 2013-05-29 10:27:10 +0900 |
---|---|---|
committer | Jihoon Kim <jihoon48.kim@samsung.com> | 2013-05-29 10:27:10 +0900 |
commit | 4a90649f48ca0300352163ff62b0bbd36ebbdcc4 (patch) | |
tree | 0db996f1f65c8a9aad90317fb64f8d3bd3df1ceb /src/lib/evas/Evas_Legacy.h | |
parent | 52ad16014d00050719d24764c479843b852769ea (diff) |
Fix typo in Evas headers
Diffstat (limited to 'src/lib/evas/Evas_Legacy.h')
-rw-r--r-- | src/lib/evas/Evas_Legacy.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/evas/Evas_Legacy.h b/src/lib/evas/Evas_Legacy.h index fb6f9a7aee..67f1749726 100644 --- a/src/lib/evas/Evas_Legacy.h +++ b/src/lib/evas/Evas_Legacy.h | |||
@@ -215,7 +215,7 @@ EAPI void evas_obscured_clear(Evas *e) EINA_ARG_NONNULL(1); | |||
215 | * | 215 | * |
216 | * @return EINA_TRUE if the canvas will render, EINA_FALSE otherwise. | 216 | * @return EINA_TRUE if the canvas will render, EINA_FALSE otherwise. |
217 | * | 217 | * |
218 | * This function only returns EINA_TRUE whne a frame will be rendered. If the | 218 | * This function only returns EINA_TRUE when a frame will be rendered. If the |
219 | * previous frame is still rendering, EINA_FALSE will be returned so the users | 219 | * previous frame is still rendering, EINA_FALSE will be returned so the users |
220 | * know not to wait for the updates callback and just return to their main | 220 | * know not to wait for the updates callback and just return to their main |
221 | * loop. | 221 | * loop. |
@@ -514,7 +514,7 @@ EAPI void evas_output_framespace_get(const Evas *e, Evas_Coord *x, | |||
514 | */ | 514 | */ |
515 | 515 | ||
516 | /** | 516 | /** |
517 | * Convert/scale an ouput screen co-ordinate into canvas co-ordinates | 517 | * Convert/scale an output screen co-ordinate into canvas co-ordinates |
518 | * | 518 | * |
519 | * @param e The pointer to the Evas Canvas | 519 | * @param e The pointer to the Evas Canvas |
520 | * @param x The screen/output x co-ordinate | 520 | * @param x The screen/output x co-ordinate |
@@ -538,7 +538,7 @@ EAPI void evas_output_framespace_get(const Evas *e, Evas_Coord *x, | |||
538 | EAPI Evas_Coord evas_coord_screen_x_to_world(const Evas *e, int x) EINA_WARN_UNUSED_RESULT EINA_ARG_NONNULL(1); | 538 | EAPI Evas_Coord evas_coord_screen_x_to_world(const Evas *e, int x) EINA_WARN_UNUSED_RESULT EINA_ARG_NONNULL(1); |
539 | 539 | ||
540 | /** | 540 | /** |
541 | * Convert/scale an ouput screen co-ordinate into canvas co-ordinates | 541 | * Convert/scale an output screen co-ordinate into canvas co-ordinates |
542 | * | 542 | * |
543 | * @param e The pointer to the Evas Canvas | 543 | * @param e The pointer to the Evas Canvas |
544 | * @param y The screen/output y co-ordinate | 544 | * @param y The screen/output y co-ordinate |
@@ -954,7 +954,7 @@ EAPI void evas_post_event_callback_remove_full(Evas *e, Evas_Object_Event_Post_ | |||
954 | * @param flags The default flags to use | 954 | * @param flags The default flags to use |
955 | * | 955 | * |
956 | * Events in evas can have an event_flags member. This starts out with | 956 | * Events in evas can have an event_flags member. This starts out with |
957 | * and initial value (no flags). this lets you set the default flags that | 957 | * and initial value (no flags). This lets you set the default flags that |
958 | * an event begins with to be @p flags | 958 | * an event begins with to be @p flags |
959 | * | 959 | * |
960 | * @since 1.2 | 960 | * @since 1.2 |
@@ -1066,7 +1066,7 @@ EAPI void evas_event_thaw_eval(Evas *e) EINA_ARG_NONNULL(1); | |||
1066 | * Get the number of mouse or multi presses currently active | 1066 | * Get the number of mouse or multi presses currently active |
1067 | * | 1067 | * |
1068 | * @p e The given canvas pointer. | 1068 | * @p e The given canvas pointer. |
1069 | * @return The numer of presses (0 if none active). | 1069 | * @return The number of presses (0 if none active). |
1070 | * | 1070 | * |
1071 | * @since 1.2 | 1071 | * @since 1.2 |
1072 | */ | 1072 | */ |