diff options
author | Bryce Harrington <bryce@osg.samsung.com> | 2017-04-19 10:40:03 -0700 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2017-04-19 10:49:21 -0700 |
commit | 0d59a7a80346883dde2b9663a7b923f50fb2a312 (patch) | |
tree | 96f21f858527cb6985485dfe53ffe71254345964 /src/lib/ecore_evas | |
parent | 288e60dee2755b154410492d8a6295f653000c73 (diff) |
ecore_evas: fix some incorrect words
Summary:
+ whichever -> whatever
+ hyphenate pre-* and post-*
+ flowed -> followed
Subscribers: cedric, jpeg
Differential Revision: https://phab.enlightenment.org/D4802
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Diffstat (limited to 'src/lib/ecore_evas')
-rw-r--r-- | src/lib/ecore_evas/Ecore_Evas.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/ecore_evas/Ecore_Evas.h b/src/lib/ecore_evas/Ecore_Evas.h index 2dd46878f8..e160091f24 100644 --- a/src/lib/ecore_evas/Ecore_Evas.h +++ b/src/lib/ecore_evas/Ecore_Evas.h | |||
@@ -1510,14 +1510,14 @@ EAPI void ecore_evas_ews_delete_request(Ecore_Evas *ee); | |||
1510 | * @b buffer @c Ecore_Evas canvas. The user of this function is, then, | 1510 | * @b buffer @c Ecore_Evas canvas. The user of this function is, then, |
1511 | * supposed to grab that @c Ecore_Evas handle, with | 1511 | * supposed to grab that @c Ecore_Evas handle, with |
1512 | * ecore_evas_object_ecore_evas_get(), and use its canvas to render | 1512 | * ecore_evas_object_ecore_evas_get(), and use its canvas to render |
1513 | * whichever contents he/she wants, @b independently of the contents | 1513 | * whatever contents he/she wants, @b independently of the contents |
1514 | * of the canvas owned by @p ee_target. Those contents will reflect on | 1514 | * of the canvas owned by @p ee_target. Those contents will reflect on |
1515 | * the canvas of @p ee, though, being exactly the image data of the | 1515 | * the canvas of @p ee, though, being exactly the image data of the |
1516 | * object returned by this function. | 1516 | * object returned by this function. |
1517 | * | 1517 | * |
1518 | * This is a helper function for the scenario of one wanting to grab a | 1518 | * This is a helper function for the scenario of one wanting to grab a |
1519 | * buffer canvas' contents (with ecore_evas_buffer_pixels_get()) to be | 1519 | * buffer canvas' contents (with ecore_evas_buffer_pixels_get()) to be |
1520 | * used on another canvas, for whichever reason. The most common goal | 1520 | * used on another canvas, for whatever reason. The most common goal |
1521 | * of this setup is to @b save an image file with a whole canvas as | 1521 | * of this setup is to @b save an image file with a whole canvas as |
1522 | * contents, which could not be achieved by using an image file within | 1522 | * contents, which could not be achieved by using an image file within |
1523 | * the target canvas. | 1523 | * the target canvas. |
@@ -1906,7 +1906,7 @@ EAPI void ecore_evas_callback_mouse_in_set(Ecore_Evas *ee, Ecore_Evas_Eve | |||
1906 | */ | 1906 | */ |
1907 | EAPI void ecore_evas_callback_mouse_out_set(Ecore_Evas *ee, Ecore_Evas_Event_Cb func); | 1907 | EAPI void ecore_evas_callback_mouse_out_set(Ecore_Evas *ee, Ecore_Evas_Event_Cb func); |
1908 | /** | 1908 | /** |
1909 | * @brief Sets a callback for Ecore_Evas pre render events. | 1909 | * @brief Sets a callback for Ecore_Evas pre-render events. |
1910 | * @param ee The Ecore_Evas to set callbacks on | 1910 | * @param ee The Ecore_Evas to set callbacks on |
1911 | * @param func The function to call | 1911 | * @param func The function to call |
1912 | 1912 | ||
@@ -1918,7 +1918,7 @@ EAPI void ecore_evas_callback_mouse_out_set(Ecore_Evas *ee, Ecore_Evas_Ev | |||
1918 | */ | 1918 | */ |
1919 | EAPI void ecore_evas_callback_pre_render_set(Ecore_Evas *ee, Ecore_Evas_Event_Cb func); | 1919 | EAPI void ecore_evas_callback_pre_render_set(Ecore_Evas *ee, Ecore_Evas_Event_Cb func); |
1920 | /** | 1920 | /** |
1921 | * @brief Sets a callback for Ecore_Evas mouse post render events. | 1921 | * @brief Sets a callback for Ecore_Evas mouse post-render events. |
1922 | * @param ee The Ecore_Evas to set callbacks on | 1922 | * @param ee The Ecore_Evas to set callbacks on |
1923 | * @param func The function to call | 1923 | * @param func The function to call |
1924 | 1924 | ||
@@ -2752,7 +2752,7 @@ EAPI extern int ECORE_EVAS_EXTN_CLIENT_DEL; /**< this event is received when a p | |||
2752 | * if the plug object is shown, or already visible on connect, or if it is | 2752 | * if the plug object is shown, or already visible on connect, or if it is |
2753 | * hidden later, focused or unfocused. | 2753 | * hidden later, focused or unfocused. |
2754 | * | 2754 | * |
2755 | * This function has to be flowed by ecore_evas_extn_socket_listen(), | 2755 | * This function has to be followed by ecore_evas_extn_socket_listen(), |
2756 | * for starting ecore ipc service. | 2756 | * for starting ecore ipc service. |
2757 | * | 2757 | * |
2758 | * @code | 2758 | * @code |