diff options
author | Xavi Artigas <xavierartigas@yahoo.es> | 2019-01-28 13:14:20 +0100 |
---|---|---|
committer | Xavi Artigas <xavierartigas@yahoo.es> | 2019-01-28 13:14:20 +0100 |
commit | c55299ca51e2d0e233549c861608fefe231f2877 (patch) | |
tree | 40de1ff30583018e5bc2a3abdca5004c2b945b77 /src | |
parent | 37313986226c5ec05375ff6ae394585085efe211 (diff) |
docs: Fix assorted typos in legacy documentation
Samsung reported a long list of typos in our legacy docs, this fixes them.
Diffstat (limited to '')
30 files changed, 69 insertions, 70 deletions
diff --git a/src/bin/embryo/embryo_cc_sc.h b/src/bin/embryo/embryo_cc_sc.h index d088d0cd3b..f6271afec0 100644 --- a/src/bin/embryo/embryo_cc_sc.h +++ b/src/bin/embryo/embryo_cc_sc.h | |||
@@ -156,7 +156,7 @@ typedef struct __s_symbol | |||
156 | 156 | ||
157 | /* Possible entries for "usage" | 157 | /* Possible entries for "usage" |
158 | * | 158 | * |
159 | * This byte is used as a serie of bits, the syntax is different for | 159 | * This byte is used as a series of bits, the syntax is different for |
160 | * functions and other symbols: | 160 | * functions and other symbols: |
161 | * | 161 | * |
162 | * VARIABLE | 162 | * VARIABLE |
diff --git a/src/examples/eina/eina_list_03.c b/src/examples/eina/eina_list_03.c index 2097954496..a7d942d6bd 100644 --- a/src/examples/eina/eina_list_03.c +++ b/src/examples/eina/eina_list_03.c | |||
@@ -17,14 +17,14 @@ main(int argc, char **argv) | |||
17 | eina_init(); | 17 | eina_init(); |
18 | 18 | ||
19 | list = eina_list_append(list, "caprica"); | 19 | list = eina_list_append(list, "caprica"); |
20 | list = eina_list_append(list, "sagitarius"); | 20 | list = eina_list_append(list, "sagittarius"); |
21 | list = eina_list_append(list, "aerilon"); | 21 | list = eina_list_append(list, "aerilon"); |
22 | list = eina_list_append(list, "gemenon"); | 22 | list = eina_list_append(list, "gemenon"); |
23 | 23 | ||
24 | list = eina_list_promote_list(list, eina_list_nth_list(list, 2)); | 24 | list = eina_list_promote_list(list, eina_list_nth_list(list, 2)); |
25 | list = eina_list_demote_list(list, eina_list_nth_list(list, 2)); | 25 | list = eina_list_demote_list(list, eina_list_nth_list(list, 2)); |
26 | 26 | ||
27 | list = eina_list_remove(list, "sagitarius"); | 27 | list = eina_list_remove(list, "sagittarius"); |
28 | 28 | ||
29 | l = eina_list_data_find_list(list, "aerilon"); | 29 | l = eina_list_data_find_list(list, "aerilon"); |
30 | eina_list_data_set(l, "aquarius"); | 30 | eina_list_data_set(l, "aquarius"); |
diff --git a/src/lib/ecore/Ecore_Common.h b/src/lib/ecore/Ecore_Common.h index cccb5b736c..9b777d7364 100644 --- a/src/lib/ecore/Ecore_Common.h +++ b/src/lib/ecore/Ecore_Common.h | |||
@@ -1115,7 +1115,7 @@ EAPI int ecore_exe_run_priority_get(void); | |||
1115 | * @param data Data to attach to the returned process handle. | 1115 | * @param data Data to attach to the returned process handle. |
1116 | * @return A process handle to the spawned process. | 1116 | * @return A process handle to the spawned process. |
1117 | * @note When you use this function you will have no permissions | 1117 | * @note When you use this function you will have no permissions |
1118 | * to write or read on the pipe that connects you with the spwaned process. | 1118 | * to write or read on the pipe that connects you with the spawned process. |
1119 | * If you need to do that use ecore_exe_pipe_run() with the | 1119 | * If you need to do that use ecore_exe_pipe_run() with the |
1120 | * appropriated flags. | 1120 | * appropriated flags. |
1121 | * | 1121 | * |
@@ -2507,9 +2507,9 @@ EAPI void ecore_pipe_freeze(Ecore_Pipe *p); | |||
2507 | * @brief Waits from another thread on the read side of a pipe. | 2507 | * @brief Waits from another thread on the read side of a pipe. |
2508 | * | 2508 | * |
2509 | * @param p The pipe to watch on. | 2509 | * @param p The pipe to watch on. |
2510 | * @param message_count The minimal number of message to wait before exiting. | 2510 | * @param message_count The minimum number of messages to wait for before exiting. |
2511 | * @param wait The amount of time in second to wait before exiting. | 2511 | * @param wait The amount of time in seconds to wait before exiting. |
2512 | * @return the number of message catched during that wait call. | 2512 | * @return The number of message caught during the wait call. |
2513 | * @since 1.1 | 2513 | * @since 1.1 |
2514 | * | 2514 | * |
2515 | * Negative value for @p wait means infite wait. | 2515 | * Negative value for @p wait means infite wait. |
@@ -2908,7 +2908,7 @@ EAPI double ecore_animator_pos_map(double pos, Ecore_Pos_Map map, double v1, dou | |||
2908 | * @li ECORE_POS_MAP_SPRING - Start at 0.0 then "wobble" like a spring rest | 2908 | * @li ECORE_POS_MAP_SPRING - Start at 0.0 then "wobble" like a spring rest |
2909 | * position 1.0, and wobble v2 times, with decay factor of v[0] | 2909 | * position 1.0, and wobble v2 times, with decay factor of v[0] |
2910 | * @li ECORE_POS_MAP_CUBIC_BEZIER - Use an interpolated cubic-bezier curve | 2910 | * @li ECORE_POS_MAP_CUBIC_BEZIER - Use an interpolated cubic-bezier curve |
2911 | * ajusted with parameters from v[0] to v[3]. | 2911 | * adjusted with parameters from v[0] to v[3]. |
2912 | * @note When not listed v has no effect. | 2912 | * @note When not listed v has no effect. |
2913 | * | 2913 | * |
2914 | * @image html ecore-pos-map.png | 2914 | * @image html ecore-pos-map.png |
diff --git a/src/lib/edje/Edje_Legacy.h b/src/lib/edje/Edje_Legacy.h index 396e663994..447118c529 100644 --- a/src/lib/edje/Edje_Legacy.h +++ b/src/lib/edje/Edje_Legacy.h | |||
@@ -2187,10 +2187,10 @@ EAPI void *edje_object_text_insert_filter_callback_del_full(Evas_Object *obj, co | |||
2187 | * text is to be rejected, freeing it and setting the pointer to @c null will | 2187 | * text is to be rejected, freeing it and setting the pointer to @c null will |
2188 | * make Edje break out of the filter cycle and reject the inserted text. This | 2188 | * make Edje break out of the filter cycle and reject the inserted text. This |
2189 | * function is different from edje_object_text_insert_filter_callback_add() in | 2189 | * function is different from edje_object_text_insert_filter_callback_add() in |
2190 | * that the text parameter in the fucn filter is always markup. | 2190 | * that the text parameter in the func filter is always markup. |
2191 | * | 2191 | * |
2192 | * @warning If you use this function with | 2192 | * @warning If you use this function with |
2193 | * edje_object_text_insert_filter_callback_add() togehter, all | 2193 | * edje_object_text_insert_filter_callback_add() together, all |
2194 | * Edje_Text_Filter_Cb functions and Edje_Markup_Filter_Cb functions will be | 2194 | * Edje_Text_Filter_Cb functions and Edje_Markup_Filter_Cb functions will be |
2195 | * executed, and then filtered text will be inserted. | 2195 | * executed, and then filtered text will be inserted. |
2196 | * | 2196 | * |
diff --git a/src/lib/eet/Eet.h b/src/lib/eet/Eet.h index 64fcd7c7a3..fdace0f720 100644 --- a/src/lib/eet/Eet.h +++ b/src/lib/eet/Eet.h | |||
@@ -430,7 +430,7 @@ eet_clearcache(void); | |||
430 | * @until printf | 430 | * @until printf |
431 | * | 431 | * |
432 | * More cheating follows. Just like we knew this was an Eet file, we also know | 432 | * More cheating follows. Just like we knew this was an Eet file, we also know |
433 | * what key to read from, and ontop of that we know that the data in it is not | 433 | * what key to read from, and on top of that we know that the data in it is not |
434 | * compressed. | 434 | * compressed. |
435 | * Knowing all this allows us to take some shortcuts. | 435 | * Knowing all this allows us to take some shortcuts. |
436 | * @until read_direct | 436 | * @until read_direct |
@@ -1604,7 +1604,7 @@ eet_data_image_read_to_surface_cipher(Eet_File *ef, | |||
1604 | * @param w The expected width in pixels of the pixel surface to decode. | 1604 | * @param w The expected width in pixels of the pixel surface to decode. |
1605 | * @param h The expected height in pixels of the pixel surface to decode. | 1605 | * @param h The expected height in pixels of the pixel surface to decode. |
1606 | * @param row_stride The length of a pixels line in the destination surface. | 1606 | * @param row_stride The length of a pixels line in the destination surface. |
1607 | * @param cspace The color space of the pixels bsurface. | 1607 | * @param cspace The color space of the pixels surface. |
1608 | * @param alpha A pointer to the int to hold the alpha flag. | 1608 | * @param alpha A pointer to the int to hold the alpha flag. |
1609 | * @param comp A pointer to the int to hold the compression amount. | 1609 | * @param comp A pointer to the int to hold the compression amount. |
1610 | * @param quality A pointer to the int to hold the quality amount. | 1610 | * @param quality A pointer to the int to hold the quality amount. |
@@ -2080,7 +2080,7 @@ eet_identity_print(Eet_Key *key, | |||
2080 | * file path to a 'pem' format file (the same used for siging with | 2080 | * file path to a 'pem' format file (the same used for siging with |
2081 | * eet_identity_open() as a certificate file). | 2081 | * eet_identity_open() as a certificate file). |
2082 | * | 2082 | * |
2083 | * @note This function can not be used to provide any security mecanism. You | 2083 | * @note This function can not be used to provide any security mechanism. You |
2084 | * need to check your x509 certificate against a chain of trust to have a proper | 2084 | * need to check your x509 certificate against a chain of trust to have a proper |
2085 | * security. This is just a convenience test function. | 2085 | * security. This is just a convenience test function. |
2086 | * @warning You need to compile signature support in EET. | 2086 | * @warning You need to compile signature support in EET. |
@@ -3350,7 +3350,7 @@ eet_data_undump(Eet_File *ef, | |||
3350 | * | 3350 | * |
3351 | * The data to be decoded is stored at the memory pointed to by @p data_in, | 3351 | * The data to be decoded is stored at the memory pointed to by @p data_in, |
3352 | * and is described by the descriptor pointed to by @p edd. The data size is | 3352 | * and is described by the descriptor pointed to by @p edd. The data size is |
3353 | * passed in as the value to @p size_in, ande must be greater than 0 to | 3353 | * passed in as the value to @p size_in, and must be greater than 0 to |
3354 | * succeed. | 3354 | * succeed. |
3355 | * | 3355 | * |
3356 | * This function is useful for decoding data structures delivered to the | 3356 | * This function is useful for decoding data structures delivered to the |
@@ -4193,7 +4193,7 @@ eet_data_undump_cipher(Eet_File *ef, | |||
4193 | * | 4193 | * |
4194 | * The data to be decoded is stored at the memory pointed to by @p data_in, | 4194 | * The data to be decoded is stored at the memory pointed to by @p data_in, |
4195 | * and is described by the descriptor pointed to by @p edd. The data size is | 4195 | * and is described by the descriptor pointed to by @p edd. The data size is |
4196 | * passed in as the value to @p size_in, ande must be greater than 0 to | 4196 | * passed in as the value to @p size_in, and must be greater than 0 to |
4197 | * succeed. | 4197 | * succeed. |
4198 | * | 4198 | * |
4199 | * This function is useful for decoding data structures delivered to the | 4199 | * This function is useful for decoding data structures delivered to the |
diff --git a/src/lib/efl/interfaces/efl_config.eo b/src/lib/efl/interfaces/efl_config.eo index f76736ab19..78a3f342e3 100644 --- a/src/lib/efl/interfaces/efl_config.eo +++ b/src/lib/efl/interfaces/efl_config.eo | |||
@@ -3,7 +3,7 @@ interface Efl.Config | |||
3 | [[A generic configuration interface, that holds key-value pairs.]] | 3 | [[A generic configuration interface, that holds key-value pairs.]] |
4 | methods { | 4 | methods { |
5 | @property config { | 5 | @property config { |
6 | [[A generic configuration value, refered to by name.]] | 6 | [[A generic configuration value, referred to by name.]] |
7 | get { | 7 | get { |
8 | keys { | 8 | keys { |
9 | name: string; [[Configuration option name.]] | 9 | name: string; [[Configuration option name.]] |
diff --git a/src/lib/efl/interfaces/efl_ui_scrollable_interactive.eo b/src/lib/efl/interfaces/efl_ui_scrollable_interactive.eo index 7499bc7b91..3e72ba4853 100644 --- a/src/lib/efl/interfaces/efl_ui_scrollable_interactive.eo +++ b/src/lib/efl/interfaces/efl_ui_scrollable_interactive.eo | |||
@@ -109,7 +109,7 @@ interface Efl.Ui.Scrollable_Interactive extends Efl.Ui.Scrollable | |||
109 | The scroller will adjust the view to glue itself as follows. | 109 | The scroller will adjust the view to glue itself as follows. |
110 | 110 | ||
111 | x=0.0, for staying where it is relative to the left edge of the content | 111 | x=0.0, for staying where it is relative to the left edge of the content |
112 | x=1.0, for staying where it is relative to the rigth edge of the content | 112 | x=1.0, for staying where it is relative to the right edge of the content |
113 | y=0.0, for staying where it is relative to the top edge of the content | 113 | y=0.0, for staying where it is relative to the top edge of the content |
114 | y=1.0, for staying where it is relative to the bottom edge of the content | 114 | y=1.0, for staying where it is relative to the bottom edge of the content |
115 | 115 | ||
diff --git a/src/lib/eina/eina_error.h b/src/lib/eina/eina_error.h index 80d243b165..c21cb7bc7e 100644 --- a/src/lib/eina/eina_error.h +++ b/src/lib/eina/eina_error.h | |||
@@ -147,7 +147,7 @@ EAPI Eina_Error eina_error_msg_static_register(const char *msg) EINA_ARG_NONNUL | |||
147 | * @details This function modifies the message associated with @p error and changes | 147 | * @details This function modifies the message associated with @p error and changes |
148 | * it to @p msg. If the error is previously registered by @ref eina_error_msg_static_register | 148 | * it to @p msg. If the error is previously registered by @ref eina_error_msg_static_register |
149 | * then the string is not duplicated, otherwise the previous message | 149 | * then the string is not duplicated, otherwise the previous message |
150 | * is unrefed and @p msg is copied. | 150 | * is unref'ed and @p msg is copied. |
151 | * | 151 | * |
152 | * @param[in] error The Eina_Error to change the message of | 152 | * @param[in] error The Eina_Error to change the message of |
153 | * @param[in] msg The description of the error \n | 153 | * @param[in] msg The description of the error \n |
diff --git a/src/lib/eina/eina_iterator.h b/src/lib/eina/eina_iterator.h index ebfd27c2cc..cb254c7e8e 100644 --- a/src/lib/eina/eina_iterator.h +++ b/src/lib/eina/eina_iterator.h | |||
@@ -350,7 +350,7 @@ EAPI Eina_Iterator *eina_carray_length_iterator_new(void** array, unsigned int s | |||
350 | EAPI Eina_Iterator* eina_iterator_filter_new(Eina_Iterator *original, Eina_Each_Cb filter, Eina_Free_Cb free_cb, void *data) EINA_ARG_NONNULL(1) EINA_WARN_UNUSED_RESULT; | 350 | EAPI Eina_Iterator* eina_iterator_filter_new(Eina_Iterator *original, Eina_Each_Cb filter, Eina_Free_Cb free_cb, void *data) EINA_ARG_NONNULL(1) EINA_WARN_UNUSED_RESULT; |
351 | 351 | ||
352 | /** | 352 | /** |
353 | * @brief Creates an Eina_Iterator that iterates through a serie | 353 | * @brief Creates an Eina_Iterator that iterates through a series |
354 | * of Eina_Iterator. | 354 | * of Eina_Iterator. |
355 | * | 355 | * |
356 | * @param[in] it The first Eina_Iterator to iterate over | 356 | * @param[in] it The first Eina_Iterator to iterate over |
@@ -367,7 +367,7 @@ EAPI Eina_Iterator *eina_multi_iterator_internal_new(Eina_Iterator *it, ...) EIN | |||
367 | 367 | ||
368 | /** | 368 | /** |
369 | * @def eina_multi_iterator_new | 369 | * @def eina_multi_iterator_new |
370 | * @brief Creates an Eina_Iterator that iterates through a serie | 370 | * @brief Creates an Eina_Iterator that iterates through a series |
371 | * of Eina_Iterator. | 371 | * of Eina_Iterator. |
372 | * | 372 | * |
373 | * @param[in] it The first Eina_Iterator to iterate over | 373 | * @param[in] it The first Eina_Iterator to iterate over |
diff --git a/src/lib/eina/eina_list.h b/src/lib/eina/eina_list.h index 9216b5dde1..1a2413894f 100644 --- a/src/lib/eina/eina_list.h +++ b/src/lib/eina/eina_list.h | |||
@@ -167,7 +167,7 @@ | |||
167 | * @until demote | 167 | * @until demote |
168 | * | 168 | * |
169 | * Removing elements from a list can be done with ease: | 169 | * Removing elements from a list can be done with ease: |
170 | * @until sagitarius | 170 | * @until sagittarius |
171 | * | 171 | * |
172 | * To replace an element in the list it is not necessary to remove it and then | 172 | * To replace an element in the list it is not necessary to remove it and then |
173 | * re-add with the new value, it is possible to just change the value of a node: | 173 | * re-add with the new value, it is possible to just change the value of a node: |
diff --git a/src/lib/eio/Eio_Legacy.h b/src/lib/eio/Eio_Legacy.h index adb78b6389..ac7a814f5f 100644 --- a/src/lib/eio/Eio_Legacy.h +++ b/src/lib/eio/Eio_Legacy.h | |||
@@ -594,7 +594,7 @@ EAPI Eio_File *eio_file_xattr(const char *path, | |||
594 | const void *data); | 594 | const void *data); |
595 | 595 | ||
596 | /** | 596 | /** |
597 | * @brief Define an extented attribute on a file/directory. | 597 | * @brief Define an extended attribute on a file/directory. |
598 | * @param path The path to set the attribute on. | 598 | * @param path The path to set the attribute on. |
599 | * @param attribute The name of the attribute to define. | 599 | * @param attribute The name of the attribute to define. |
600 | * @param xattr_int The value to link the attribute with. | 600 | * @param xattr_int The value to link the attribute with. |
@@ -616,7 +616,7 @@ EAPI Eio_File *eio_file_xattr_int_set(const char *path, | |||
616 | const void *data); | 616 | const void *data); |
617 | 617 | ||
618 | /** | 618 | /** |
619 | * @brief Define an extented attribute on a file/directory. | 619 | * @brief Define an extended attribute on a file/directory. |
620 | * @param path The path to set the attribute on. | 620 | * @param path The path to set the attribute on. |
621 | * @param attribute The name of the attribute to define. | 621 | * @param attribute The name of the attribute to define. |
622 | * @param xattr_double The value to link the attribute with. | 622 | * @param xattr_double The value to link the attribute with. |
@@ -637,7 +637,7 @@ EAPI Eio_File *eio_file_xattr_double_set(const char *path, | |||
637 | Eio_Error_Cb error_cb, | 637 | Eio_Error_Cb error_cb, |
638 | const void *data); | 638 | const void *data); |
639 | /** | 639 | /** |
640 | * @brief Define a string extented attribute on a file/directory. | 640 | * @brief Define a string extended attribute on a file/directory. |
641 | * @param path The path to set the attribute on. | 641 | * @param path The path to set the attribute on. |
642 | * @param attribute The name of the attribute to define. | 642 | * @param attribute The name of the attribute to define. |
643 | * @param xattr_string The string to link the attribute with. | 643 | * @param xattr_string The string to link the attribute with. |
@@ -658,7 +658,7 @@ EAPI Eio_File *eio_file_xattr_string_set(const char *path, | |||
658 | Eio_Error_Cb error_cb, | 658 | Eio_Error_Cb error_cb, |
659 | const void *data); | 659 | const void *data); |
660 | /** | 660 | /** |
661 | * @brief Define an extented attribute on a file/directory. | 661 | * @brief Define an extended attribute on a file/directory. |
662 | * @param path The path to set the attribute on. | 662 | * @param path The path to set the attribute on. |
663 | * @param attribute The name of the attribute to define. | 663 | * @param attribute The name of the attribute to define. |
664 | * @param xattr_data The data to link the attribute with. | 664 | * @param xattr_data The data to link the attribute with. |
@@ -1220,7 +1220,7 @@ EAPI Eio_Monitor *eio_monitor_add(const char *path); | |||
1220 | * @warning Do NOT pass non-stringshared strings to this function! | 1220 | * @warning Do NOT pass non-stringshared strings to this function! |
1221 | * If you don't know what this means, use eio_monitor_add(). | 1221 | * If you don't know what this means, use eio_monitor_add(). |
1222 | * | 1222 | * |
1223 | * This fuction is just like eio_monitor_add(), however the string passed by | 1223 | * This function is just like eio_monitor_add(), however the string passed by |
1224 | * argument must be created using eina_stringshare_add(). | 1224 | * argument must be created using eina_stringshare_add(). |
1225 | */ | 1225 | */ |
1226 | EAPI Eio_Monitor *eio_monitor_stringshared_add(const char *path); | 1226 | EAPI Eio_Monitor *eio_monitor_stringshared_add(const char *path); |
diff --git a/src/lib/elementary/efl_access_object.eo b/src/lib/elementary/efl_access_object.eo index 3ca5b04dda..9a11511a9b 100644 --- a/src/lib/elementary/efl_access_object.eo +++ b/src/lib/elementary/efl_access_object.eo | |||
@@ -376,7 +376,7 @@ mixin Efl.Access.Object requires Efl.Object | |||
376 | properties. | 376 | properties. |
377 | 377 | ||
378 | Translation domain should be set if the application wants to support i18n | 378 | Translation domain should be set if the application wants to support i18n |
379 | for accessibily "name" and "description" properties. | 379 | for accessibility "name" and "description" properties. |
380 | 380 | ||
381 | When translation domain is set, values of "name" and "description" | 381 | When translation domain is set, values of "name" and "description" |
382 | properties will be translated with the dgettext function using the | 382 | properties will be translated with the dgettext function using the |
diff --git a/src/lib/elementary/efl_ui_flip.eo b/src/lib/elementary/efl_ui_flip.eo index f35701f11b..80999e0cda 100644 --- a/src/lib/elementary/efl_ui_flip.eo +++ b/src/lib/elementary/efl_ui_flip.eo | |||
@@ -146,7 +146,7 @@ class Efl.Ui.Flip extends Efl.Ui.Widget implements Efl.Pack_Linear | |||
146 | other content is shown as the other side of the flip), | 146 | other content is shown as the other side of the flip), |
147 | #ELM_FLIP_ROTATE_YZ_CENTER_AXIS (rotate the currently visible | 147 | #ELM_FLIP_ROTATE_YZ_CENTER_AXIS (rotate the currently visible |
148 | content around a diagonal axis in the middle of its height, the | 148 | content around a diagonal axis in the middle of its height, the |
149 | other content is hown as the other side of the flip). | 149 | other content is shown as the other side of the flip). |
150 | #ELM_FLIP_CUBE_LEFT (rotate the currently visible content to the | 150 | #ELM_FLIP_CUBE_LEFT (rotate the currently visible content to the |
151 | left as if the flip was a cube, the other content is shown as the | 151 | left as if the flip was a cube, the other content is shown as the |
152 | right face of the cube), #ELM_FLIP_CUBE_RIGHT (rotate the | 152 | right face of the cube), #ELM_FLIP_CUBE_RIGHT (rotate the |
diff --git a/src/lib/elementary/elm_cnp.h b/src/lib/elementary/elm_cnp.h index 525bde9ae6..12fd39a1a3 100644 --- a/src/lib/elementary/elm_cnp.h +++ b/src/lib/elementary/elm_cnp.h | |||
@@ -175,7 +175,7 @@ typedef void (*Elm_Drag_State) (void *data, Evas_Object *obj); | |||
175 | * | 175 | * |
176 | * @param data Application specific data | 176 | * @param data Application specific data |
177 | * @param obj The object where the drag started | 177 | * @param obj The object where the drag started |
178 | * @param accepted TRUE if the droppped-data is accepted on drop | 178 | * @param accepted TRUE if the dropped data is accepted on drop |
179 | * @since 1.8 | 179 | * @since 1.8 |
180 | */ | 180 | */ |
181 | typedef void (*Elm_Drag_Done) (void *data, Evas_Object *obj, Eina_Bool accepted); | 181 | typedef void (*Elm_Drag_Done) (void *data, Evas_Object *obj, Eina_Bool accepted); |
diff --git a/src/lib/elementary/elm_config.h b/src/lib/elementary/elm_config.h index 91c99fa8c1..c9c65c5db6 100644 --- a/src/lib/elementary/elm_config.h +++ b/src/lib/elementary/elm_config.h | |||
@@ -651,7 +651,7 @@ EAPI double elm_config_scroll_thumbscroll_smooth_amount_get(void); | |||
651 | * | 651 | * |
652 | * Scrolling with your finger can be smoothed out and the amount to smooth | 652 | * Scrolling with your finger can be smoothed out and the amount to smooth |
653 | * is determined by this parameter. 0.0 means to not smooth at all and | 653 | * is determined by this parameter. 0.0 means to not smooth at all and |
654 | * 1.0 is to smoth as much as possible. | 654 | * 1.0 is to smooth as much as possible. |
655 | * | 655 | * |
656 | * @param amount the amount to smooth from 0.0 to 1.0 with 0.0 being none | 656 | * @param amount the amount to smooth from 0.0 to 1.0 with 0.0 being none |
657 | * | 657 | * |
@@ -2136,7 +2136,7 @@ EAPI void elm_config_audio_mute_set(Edje_Channel channel, Eina_Bool mute); | |||
2136 | * This determines if elementary will show a focus box indicating the focused | 2136 | * This determines if elementary will show a focus box indicating the focused |
2137 | * widget automatically if keyboard controls like "Tab" are used to switch | 2137 | * widget automatically if keyboard controls like "Tab" are used to switch |
2138 | * focus between widgets. Mouse or touch control will hide this auto shown | 2138 | * focus between widgets. Mouse or touch control will hide this auto shown |
2139 | * focus, unless focus display has been expliccitly forced on for the window. | 2139 | * focus, unless focus display has been explicitly forced on for the window. |
2140 | * | 2140 | * |
2141 | * @return The enabled state for auto focus display | 2141 | * @return The enabled state for auto focus display |
2142 | * @since 1.14 | 2142 | * @since 1.14 |
@@ -2149,7 +2149,7 @@ EAPI Eina_Bool elm_config_window_auto_focus_enable_get(void); | |||
2149 | * This determines if elementary will show a focus box indicating the focused | 2149 | * This determines if elementary will show a focus box indicating the focused |
2150 | * widget automatically if keyboard controls like "Tab" are used to switch | 2150 | * widget automatically if keyboard controls like "Tab" are used to switch |
2151 | * focus between widgets. Mouse or touch control will hide this auto shown | 2151 | * focus between widgets. Mouse or touch control will hide this auto shown |
2152 | * focus, unless focus display has been expliccitly forced on for the window. | 2152 | * focus, unless focus display has been explicitly forced on for the window. |
2153 | * | 2153 | * |
2154 | * @param enable the auto focus display enabled state | 2154 | * @param enable the auto focus display enabled state |
2155 | * @since 1.14 | 2155 | * @since 1.14 |
diff --git a/src/lib/elementary/elm_entry.h b/src/lib/elementary/elm_entry.h index 2bb08bd52b..ba41964082 100644 --- a/src/lib/elementary/elm_entry.h +++ b/src/lib/elementary/elm_entry.h | |||
@@ -77,7 +77,7 @@ | |||
77 | * @li \<param\>...\</param\>: Generic parameters. | 77 | * @li \<param\>...\</param\>: Generic parameters. |
78 | * @li \<keyword\>...\</keyword\>: Language keywords (ex: return, NULL, while, for, etc) | 78 | * @li \<keyword\>...\</keyword\>: Language keywords (ex: return, NULL, while, for, etc) |
79 | * @li \<preprocessor\>...\</preprocessor\>: Preprocessors definitions. | 79 | * @li \<preprocessor\>...\</preprocessor\>: Preprocessors definitions. |
80 | * @li \<line_added\>...\</line_added\>: Diff addeded lines. | 80 | * @li \<line_added\>...\</line_added\>: Diff added lines. |
81 | * @li \<line_removed\>...\</line_removed\>: Diff removed lines. | 81 | * @li \<line_removed\>...\</line_removed\>: Diff removed lines. |
82 | * @li \<line_changed\>...\</line_changed\>: Diff changed lines. | 82 | * @li \<line_changed\>...\</line_changed\>: Diff changed lines. |
83 | * | 83 | * |
diff --git a/src/lib/elementary/elm_focus.h b/src/lib/elementary/elm_focus.h index 7e9dee7aef..6532aea457 100644 --- a/src/lib/elementary/elm_focus.h +++ b/src/lib/elementary/elm_focus.h | |||
@@ -318,7 +318,7 @@ EAPI const char *elm_object_focus_highlight_style_get(const Evas_Object *obj); | |||
318 | EAPI void elm_object_focus_move_policy_set(Evas_Object *obj, Elm_Focus_Move_Policy policy); | 318 | EAPI void elm_object_focus_move_policy_set(Evas_Object *obj, Elm_Focus_Move_Policy policy); |
319 | 319 | ||
320 | /** | 320 | /** |
321 | * Get the focus movement policy from a given Elementary objet. | 321 | * Get the focus movement policy from a given Elementary object. |
322 | * | 322 | * |
323 | * @param obj The Elementary widget to get the information from | 323 | * @param obj The Elementary widget to get the information from |
324 | * @return The focus movement policy | 324 | * @return The focus movement policy |
diff --git a/src/lib/elementary/elm_genlist.eo b/src/lib/elementary/elm_genlist.eo index aeb9e6b596..2ef3817f1b 100644 --- a/src/lib/elementary/elm_genlist.eo +++ b/src/lib/elementary/elm_genlist.eo | |||
@@ -63,7 +63,7 @@ class Elm.Genlist extends Efl.Ui.Layout implements Elm.Interface_Scrollable, Efl | |||
63 | from the left. This is true of course if the selection was | 63 | from the left. This is true of course if the selection was |
64 | made by clicking an unfocusable area in an item or selecting | 64 | made by clicking an unfocusable area in an item or selecting |
65 | it with a key movement. Clicking on a focusable widget inside | 65 | it with a key movement. Clicking on a focusable widget inside |
66 | an item will couse this particular item to get focus as usual. | 66 | an item will cause this particular item to get focus as usual. |
67 | ]] | 67 | ]] |
68 | } | 68 | } |
69 | get { | 69 | get { |
@@ -241,12 +241,12 @@ class Elm.Genlist extends Efl.Ui.Layout implements Elm.Interface_Scrollable, Efl | |||
241 | will have to recalculate every item height again whenever | 241 | will have to recalculate every item height again whenever |
242 | the list width changes! | 242 | the list width changes! |
243 | 243 | ||
244 | Note: Homogeneous mode is for that all items in the genlist | 244 | Note: Homogeneous mode gives all items in the genlist the |
245 | same width/height. With @Elm.List.Mode.compress, it makes genlist | 245 | same width/height. With @Elm.List.Mode.compress, genlist items |
246 | items to fast initializing. However there's no sub-objects | 246 | initialize fast, but there cannot be any sub-objects in the genlist |
247 | in genlist which can be on the flying resizable (such as | 247 | which require on-the-fly resizing (such as TEXTBLOCK). |
248 | TEXTBLOCK). If then, some dynamic esizable objects in | 248 | In this case some dynamic resizable objects in the genlist might not |
249 | genlist would not diplayed properly. | 249 | diplay properly. |
250 | ]] | 250 | ]] |
251 | } | 251 | } |
252 | get { | 252 | get { |
diff --git a/src/lib/elementary/elm_genlist.h b/src/lib/elementary/elm_genlist.h index 7c271267b9..e060a685e7 100644 --- a/src/lib/elementary/elm_genlist.h +++ b/src/lib/elementary/elm_genlist.h | |||
@@ -199,7 +199,7 @@ | |||
199 | * scroller will scroll horizontally. Otherwise items are expanded to | 199 | * scroller will scroll horizontally. Otherwise items are expanded to |
200 | * fill the width of the viewport of the scroller. If it is | 200 | * fill the width of the viewport of the scroller. If it is |
201 | * ELM_LIST_LIMIT, items will be expanded to the viewport width | 201 | * ELM_LIST_LIMIT, items will be expanded to the viewport width |
202 | * if larger than the item, but genlist widget witdh is | 202 | * if larger than the item, but genlist widget width is |
203 | * limited to the largest item. Do not use ELM_LIST_LIMIT mode with homogeneous | 203 | * limited to the largest item. Do not use ELM_LIST_LIMIT mode with homogeneous |
204 | * mode turned on. ELM_LIST_COMPRESS can be combined with a different style | 204 | * mode turned on. ELM_LIST_COMPRESS can be combined with a different style |
205 | * that uses edjes' ellipsis feature (cutting text off like this: "tex..."). | 205 | * that uses edjes' ellipsis feature (cutting text off like this: "tex..."). |
diff --git a/src/lib/elementary/elm_image.h b/src/lib/elementary/elm_image.h index 3e63d445d2..45329a35d9 100644 --- a/src/lib/elementary/elm_image.h +++ b/src/lib/elementary/elm_image.h | |||
@@ -55,7 +55,7 @@ | |||
55 | * if preload is enabled. (since 1.19) | 55 | * if preload is enabled. (since 1.19) |
56 | * @li @c "load,error" - Triggered if an async I/O or decoding error occurred, | 56 | * @li @c "load,error" - Triggered if an async I/O or decoding error occurred, |
57 | * if async open or preload is enabled (since 1.19) | 57 | * if async open or preload is enabled (since 1.19) |
58 | * @li @c "load,cancel" - Triggered whenener async I/O was cancelled. (since 1.19) | 58 | * @li @c "load,cancel" - Triggered whenever async I/O was cancelled. (since 1.19) |
59 | * | 59 | * |
60 | * An example of usage for this API follows: | 60 | * An example of usage for this API follows: |
61 | * @li @ref tutorial_image | 61 | * @li @ref tutorial_image |
diff --git a/src/lib/elementary/elm_interface_scrollable.eo b/src/lib/elementary/elm_interface_scrollable.eo index 3d81d15d3f..dc0ef85acf 100644 --- a/src/lib/elementary/elm_interface_scrollable.eo +++ b/src/lib/elementary/elm_interface_scrollable.eo | |||
@@ -42,7 +42,7 @@ mixin Elm.Interface_Scrollable requires Efl.Ui.Widget extends Efl.Ui.Scrollable, | |||
42 | The scroller will adjust the view to glue itself as follows. | 42 | The scroller will adjust the view to glue itself as follows. |
43 | 43 | ||
44 | x=0.0, for staying where it is relative to the left edge of the content | 44 | x=0.0, for staying where it is relative to the left edge of the content |
45 | x=1.0, for staying where it is relative to the rigth edge of the content | 45 | x=1.0, for staying where it is relative to the right edge of the content |
46 | y=0.0, for staying where it is relative to the top edge of the content | 46 | y=0.0, for staying where it is relative to the top edge of the content |
47 | y=1.0, for staying where it is relative to the bottom edge of the content | 47 | y=1.0, for staying where it is relative to the bottom edge of the content |
48 | 48 | ||
diff --git a/src/lib/elementary/elm_list.eo b/src/lib/elementary/elm_list.eo index d180a766fd..e5d6a57b26 100644 --- a/src/lib/elementary/elm_list.eo +++ b/src/lib/elementary/elm_list.eo | |||
@@ -52,7 +52,7 @@ class Elm.List extends Efl.Ui.Layout implements Elm.Interface_Scrollable, | |||
52 | When enabled, every selection of an item inside the genlist will automatically set focus to | 52 | When enabled, every selection of an item inside the genlist will automatically set focus to |
53 | its first focusable widget from the left. This is true of course if the selection was made by | 53 | its first focusable widget from the left. This is true of course if the selection was made by |
54 | clicking an unfocusable area in an item or selecting it with a key movement. Clicking on a | 54 | clicking an unfocusable area in an item or selecting it with a key movement. Clicking on a |
55 | focusable widget inside an item will couse this particular item to get focus as usual.]] | 55 | focusable widget inside an item will cause this particular item to get focus as usual.]] |
56 | set { | 56 | set { |
57 | } | 57 | } |
58 | get { | 58 | get { |
diff --git a/src/lib/elementary/elm_removed.h b/src/lib/elementary/elm_removed.h index 2b4ea56d84..e6e9795135 100644 --- a/src/lib/elementary/elm_removed.h +++ b/src/lib/elementary/elm_removed.h | |||
@@ -238,7 +238,7 @@ EINA_DEPRECATED EAPI void elm_cache_flush_interval_all_set(int size); | |||
238 | * applications on the display. | 238 | * applications on the display. |
239 | * | 239 | * |
240 | * @param enabled The cache flush enabled state | 240 | * @param enabled The cache flush enabled state |
241 | * @deprecated Use elm_cache_flush_enabled_set adnd elm_config_all_flush() | 241 | * @deprecated Use elm_cache_flush_enabled_set and elm_config_all_flush() |
242 | * @ingroup Elm_Caches | 242 | * @ingroup Elm_Caches |
243 | */ | 243 | */ |
244 | EINA_DEPRECATED EAPI void elm_cache_flush_enabled_all_set(Eina_Bool enabled); | 244 | EINA_DEPRECATED EAPI void elm_cache_flush_enabled_all_set(Eina_Bool enabled); |
diff --git a/src/lib/elementary/elm_scroller_legacy.h b/src/lib/elementary/elm_scroller_legacy.h index f39a2bad3d..884967c1fb 100644 --- a/src/lib/elementary/elm_scroller_legacy.h +++ b/src/lib/elementary/elm_scroller_legacy.h | |||
@@ -416,7 +416,7 @@ EAPI void elm_scroller_region_bring_in(Evas_Object *obj | |||
416 | * The scroller will adjust the view to glue itself as follows. | 416 | * The scroller will adjust the view to glue itself as follows. |
417 | * | 417 | * |
418 | * x=0.0, for staying where it is relative to the left edge of the content | 418 | * x=0.0, for staying where it is relative to the left edge of the content |
419 | * x=1.0, for staying where it is relative to the rigth edge of the content | 419 | * x=1.0, for staying where it is relative to the right edge of the content |
420 | * y=0.0, for staying where it is relative to the top edge of the content | 420 | * y=0.0, for staying where it is relative to the top edge of the content |
421 | * y=1.0, for staying where it is relative to the bottom edge of the content | 421 | * y=1.0, for staying where it is relative to the bottom edge of the content |
422 | * | 422 | * |
diff --git a/src/lib/elementary/elm_theme.h b/src/lib/elementary/elm_theme.h index cb524b206a..7bf51d5b28 100644 --- a/src/lib/elementary/elm_theme.h +++ b/src/lib/elementary/elm_theme.h | |||
@@ -517,8 +517,7 @@ EAPI const char *elm_theme_data_get(Elm_Theme *th, const char *key); | |||
517 | * string that is returned by functions like eina_stringshare_add() so it can | 517 | * string that is returned by functions like eina_stringshare_add() so it can |
518 | * be just references via stringshare functions if desired. | 518 | * be just references via stringshare functions if desired. |
519 | * | 519 | * |
520 | * If group is NULL, then nothing can be looked up, so it is a non-sensical | 520 | * If group is NULL, then nothing can be looked up. |
521 | * request. | ||
522 | * | 521 | * |
523 | * @since 1.8 | 522 | * @since 1.8 |
524 | * @ingroup Elm_Theme | 523 | * @ingroup Elm_Theme |
@@ -533,10 +532,10 @@ EAPI const char *elm_theme_group_path_find(Elm_Theme *th, const char *group); | |||
533 | * @return A list of collection names (sorted) or NULL if none found | 532 | * @return A list of collection names (sorted) or NULL if none found |
534 | * | 533 | * |
535 | * This function will walk all theme files configured in the theme @p th (or | 534 | * This function will walk all theme files configured in the theme @p th (or |
536 | * NULL if its the default) and find all groups that BEGIN with the string | 535 | * NULL if it's the default) and find all groups that BEGIN with the string |
537 | * @p begin and have that string as at LEAST their start, and then add the | 536 | * @p begin and have that string as at LEAST their start, and then add the |
538 | * fulll group name that matches to the list and return that full group | 537 | * full group name that matches to the list and return that full group |
539 | * group string. | 538 | * string. |
540 | * | 539 | * |
541 | * The list returned must be freed by the caller, with each string being a | 540 | * The list returned must be freed by the caller, with each string being a |
542 | * stringshared string to be freed with eina_stringshare_del(). Not doing so | 541 | * stringshared string to be freed with eina_stringshare_del(). Not doing so |
diff --git a/src/lib/elementary/elm_transit.h b/src/lib/elementary/elm_transit.h index a045af265e..cd8ad3a0ec 100644 --- a/src/lib/elementary/elm_transit.h +++ b/src/lib/elementary/elm_transit.h | |||
@@ -545,7 +545,7 @@ EAPI void elm_transit_tween_mode_factor_get(const Elm_Transit | |||
545 | * ELM_TRANSIT_TWEEN_MODE_SPRING - Start at 0.0 then "wobble" like a spring rest | 545 | * ELM_TRANSIT_TWEEN_MODE_SPRING - Start at 0.0 then "wobble" like a spring rest |
546 | * position 1.0, and wobble v[1] times, with decay factor of v[0] | 546 | * position 1.0, and wobble v[1] times, with decay factor of v[0] |
547 | * ELM_TRANSIT_TWEEN_MODE_BEZIER_CURVE - Use an interpolated cubic-bezier curve | 547 | * ELM_TRANSIT_TWEEN_MODE_BEZIER_CURVE - Use an interpolated cubic-bezier curve |
548 | * ajusted with parameters from v[0] to v[3] | 548 | * adjusted with parameters from v[0] to v[3] |
549 | * | 549 | * |
550 | * @param transit The transit object. | 550 | * @param transit The transit object. |
551 | * @param v_size The size of the array pointing to v | 551 | * @param v_size The size of the array pointing to v |
diff --git a/src/lib/elementary/elm_widget_layout.h b/src/lib/elementary/elm_widget_layout.h index a8e92d566d..96a2cd0b94 100644 --- a/src/lib/elementary/elm_widget_layout.h +++ b/src/lib/elementary/elm_widget_layout.h | |||
@@ -65,7 +65,7 @@ typedef struct _Elm_Layout_Smart_Data | |||
65 | 65 | ||
66 | int frozen; /**< Layout freeze counter */ | 66 | int frozen; /**< Layout freeze counter */ |
67 | 67 | ||
68 | Eina_Bool needs_size_calc : 1; /**< This flas is set true when the layout sizing eval is already requested. This defers sizing evaluation until smart calculation to avoid unnecessary calculation. */ | 68 | Eina_Bool needs_size_calc : 1; /**< This flag is set true when the layout sizing eval is already requested. This defers sizing evaluation until smart calculation to avoid unnecessary calculation. */ |
69 | Eina_Bool restricted_calc_w : 1; /**< This is a flag to support edje restricted_calc in w axis. */ | 69 | Eina_Bool restricted_calc_w : 1; /**< This is a flag to support edje restricted_calc in w axis. */ |
70 | Eina_Bool restricted_calc_h : 1; /**< This is a flag to support edje restricted_calc in y axis. */ | 70 | Eina_Bool restricted_calc_h : 1; /**< This is a flag to support edje restricted_calc in y axis. */ |
71 | Eina_Bool can_access : 1; /**< This is true when all text(including textblock) parts can be accessible by accessibility. */ | 71 | Eina_Bool can_access : 1; /**< This is true when all text(including textblock) parts can be accessible by accessibility. */ |
diff --git a/src/lib/elementary/elm_win_legacy.h b/src/lib/elementary/elm_win_legacy.h index be2e7f987e..89e5e150a0 100644 --- a/src/lib/elementary/elm_win_legacy.h +++ b/src/lib/elementary/elm_win_legacy.h | |||
@@ -172,7 +172,7 @@ EAPI Evas_Object *elm_win_util_standard_add(const char *name, const cha | |||
172 | * This creates a window like elm_win_add() but also puts in a standard | 172 | * This creates a window like elm_win_add() but also puts in a standard |
173 | * background with elm_bg_add(), as well as setting the window title to | 173 | * background with elm_bg_add(), as well as setting the window title to |
174 | * @p title. The window type created is of type ELM_WIN_DIALOG_BASIC. | 174 | * @p title. The window type created is of type ELM_WIN_DIALOG_BASIC. |
175 | * This tipe of window will be handled in special mode by window managers | 175 | * This type of window will be handled in special mode by window managers |
176 | * with regards of it's @p parent window. | 176 | * with regards of it's @p parent window. |
177 | * | 177 | * |
178 | * @return The created object, or @c NULL on failure | 178 | * @return The created object, or @c NULL on failure |
@@ -356,7 +356,7 @@ EAPI Ecore_Win32_Window *elm_win_win32_window_get(const Evas_Object *obj); | |||
356 | /** | 356 | /** |
357 | * Set the preferred rotation value. | 357 | * Set the preferred rotation value. |
358 | * | 358 | * |
359 | * This function is used to set the orientation of window @p obj to spicific angle fixed. | 359 | * This function is used to set the orientation of window @p obj to specific angle fixed. |
360 | * | 360 | * |
361 | * @param obj The window object | 361 | * @param obj The window object |
362 | * @param rotation The preferred rotation of the window in degrees (0-360), | 362 | * @param rotation The preferred rotation of the window in degrees (0-360), |
diff --git a/src/lib/evas/Evas_Legacy.h b/src/lib/evas/Evas_Legacy.h index 28ca5a4d1a..7e4684944d 100644 --- a/src/lib/evas/Evas_Legacy.h +++ b/src/lib/evas/Evas_Legacy.h | |||
@@ -684,7 +684,7 @@ EAPI void evas_event_thaw_eval(Evas *e) EINA_ARG_NONNULL(1); | |||
684 | /** | 684 | /** |
685 | * @brief Mouse move event feed. | 685 | * @brief Mouse move event feed. |
686 | * | 686 | * |
687 | * This function will set some evas properties that is necessary when the mouse | 687 | * This function will set some evas properties that are necessary when the mouse |
688 | * is moved from its last position. It prepares information to be treated by | 688 | * is moved from its last position. It prepares information to be treated by |
689 | * the callback function. | 689 | * the callback function. |
690 | * | 690 | * |
@@ -715,7 +715,7 @@ EAPI void evas_event_input_mouse_move(Evas *obj, int x, int y, unsig | |||
715 | /** | 715 | /** |
716 | * @brief Mouse up event feed. | 716 | * @brief Mouse up event feed. |
717 | * | 717 | * |
718 | * This function will set some evas properties that is necessary when the mouse | 718 | * This function will set some evas properties that are necessary when the mouse |
719 | * button is released. It prepares information to be treated by the callback | 719 | * button is released. It prepares information to be treated by the callback |
720 | * function. | 720 | * function. |
721 | * | 721 | * |
@@ -728,7 +728,7 @@ EAPI void evas_event_feed_mouse_up(Evas *obj, int b, Evas_Button_Fla | |||
728 | /** | 728 | /** |
729 | * @brief Mouse down event feed. | 729 | * @brief Mouse down event feed. |
730 | * | 730 | * |
731 | * This function will set some evas properties that is necessary when the mouse | 731 | * This function will set some evas properties that are necessary when the mouse |
732 | * button is pressed. It prepares information to be treated by the callback | 732 | * button is pressed. It prepares information to be treated by the callback |
733 | * function. | 733 | * function. |
734 | * | 734 | * |
@@ -741,7 +741,7 @@ EAPI void evas_event_feed_mouse_down(Evas *obj, int b, Evas_Button_F | |||
741 | /** | 741 | /** |
742 | * @brief Mouse wheel event feed. | 742 | * @brief Mouse wheel event feed. |
743 | * | 743 | * |
744 | * This function will set some evas properties that is necessary when the mouse | 744 | * This function will set some evas properties that are necessary when the mouse |
745 | * wheel is scrolled up or down. It prepares information to be treated by the | 745 | * wheel is scrolled up or down. It prepares information to be treated by the |
746 | * callback function. | 746 | * callback function. |
747 | * | 747 | * |
@@ -754,7 +754,7 @@ EAPI void evas_event_feed_mouse_wheel(Evas *obj, int direction, int | |||
754 | /** | 754 | /** |
755 | * @brief Mouse in event feed. | 755 | * @brief Mouse in event feed. |
756 | * | 756 | * |
757 | * This function will set some evas properties that is necessary when the mouse | 757 | * This function will set some evas properties that are necessary when the mouse |
758 | * in event happens. It prepares information to be treated by the callback | 758 | * in event happens. It prepares information to be treated by the callback |
759 | * function. | 759 | * function. |
760 | * | 760 | * |
@@ -765,7 +765,7 @@ EAPI void evas_event_feed_mouse_in(Evas *obj, unsigned int timestamp | |||
765 | /** | 765 | /** |
766 | * @brief Mouse out event feed. | 766 | * @brief Mouse out event feed. |
767 | * | 767 | * |
768 | * This function will set some evas properties that is necessar when the mouse | 768 | * This function will set some evas properties that are necessary when the mouse |
769 | * out event happens. It prepares information to be treated by the callback | 769 | * out event happens. It prepares information to be treated by the callback |
770 | * function. | 770 | * function. |
771 | * | 771 | * |
@@ -793,7 +793,7 @@ EAPI void evas_event_feed_multi_up(Evas *obj, int d, int x, int y, d | |||
793 | /** | 793 | /** |
794 | * @brief Key down event feed. | 794 | * @brief Key down event feed. |
795 | * | 795 | * |
796 | * This function will set some evas properties that is necessary when a key is | 796 | * This function will set some evas properties that are necessary when a key is |
797 | * pressed. It prepares information to be treated by the callback function. | 797 | * pressed. It prepares information to be treated by the callback function. |
798 | * | 798 | * |
799 | * @param[in] key The key pressed. | 799 | * @param[in] key The key pressed. |
@@ -807,7 +807,7 @@ EAPI void evas_event_feed_key_down(Evas *obj, const char *keyname, c | |||
807 | /** | 807 | /** |
808 | * @brief Key up event feed. | 808 | * @brief Key up event feed. |
809 | * | 809 | * |
810 | * This function will set some evas properties that is necessary when a key is | 810 | * This function will set some evas properties that are necessary when a key is |
811 | * released. It prepares information to be treated by the callback function. | 811 | * released. It prepares information to be treated by the callback function. |
812 | * | 812 | * |
813 | * @param[in] key The key released. | 813 | * @param[in] key The key released. |
@@ -821,7 +821,7 @@ EAPI void evas_event_feed_key_up(Evas *obj, const char *keyname, con | |||
821 | /** | 821 | /** |
822 | * @brief Key down event feed with keycode. | 822 | * @brief Key down event feed with keycode. |
823 | * | 823 | * |
824 | * This function will set some evas properties that is necessary when a key is | 824 | * This function will set some evas properties that are necessary when a key is |
825 | * pressed. It prepares information to be treated by the callback function. | 825 | * pressed. It prepares information to be treated by the callback function. |
826 | * | 826 | * |
827 | * @param[in] key The key released. | 827 | * @param[in] key The key released. |
@@ -838,7 +838,7 @@ EAPI void evas_event_feed_key_down_with_keycode(Evas *obj, const cha | |||
838 | /** | 838 | /** |
839 | * @brief Key up event feed with keycode. | 839 | * @brief Key up event feed with keycode. |
840 | * | 840 | * |
841 | * This function will set some evas properties that is necessary when a key is | 841 | * This function will set some evas properties that are necessary when a key is |
842 | * released. It prepares information to be treated by the callback function. | 842 | * released. It prepares information to be treated by the callback function. |
843 | * | 843 | * |
844 | * @param[in] key The key released. | 844 | * @param[in] key The key released. |
@@ -855,7 +855,7 @@ EAPI void evas_event_feed_key_up_with_keycode(Evas *obj, const char | |||
855 | /** | 855 | /** |
856 | * @brief Input device axis update event feed. | 856 | * @brief Input device axis update event feed. |
857 | * | 857 | * |
858 | * This function will set some evas properties that is necessary when an e.g. | 858 | * This function will set some evas properties that are necessary when an e.g. |
859 | * stylus axis is updated. It prepares information to be treated by the | 859 | * stylus axis is updated. It prepares information to be treated by the |
860 | * callback function. | 860 | * callback function. |
861 | * | 861 | * |
@@ -1628,7 +1628,7 @@ EAPI void evas_object_size_hint_max_get(const Evas_Object *obj, Evas_Coord *w, E | |||
1628 | /** | 1628 | /** |
1629 | * @brief Sets the hints for an object's optimum size. | 1629 | * @brief Sets the hints for an object's optimum size. |
1630 | * | 1630 | * |
1631 | * This is not a size enforcement in any way, it's just a hint that hould be | 1631 | * This is not a size enforcement in any way, it's just a hint that should be |
1632 | * used whenever appropriate. | 1632 | * used whenever appropriate. |
1633 | * | 1633 | * |
1634 | * Values 0 will be treated as unset hint components, when queried by managers. | 1634 | * Values 0 will be treated as unset hint components, when queried by managers. |
@@ -2786,7 +2786,7 @@ EAPI void evas_object_data_set(Evas_Object *obj, const char | |||
2786 | * will be returned. If this is not the case, @c NULL will be | 2786 | * will be returned. If this is not the case, @c NULL will be |
2787 | * returned, signifying an invalid object or a non-existent key. It is | 2787 | * returned, signifying an invalid object or a non-existent key. It is |
2788 | * possible that a @c NULL pointer was stored given that key, but this | 2788 | * possible that a @c NULL pointer was stored given that key, but this |
2789 | * situation is non-sensical and thus can be considered an error as | 2789 | * situation is nonsensical and thus can be considered an error as |
2790 | * well. @c NULL pointers are never stored as this is the return value | 2790 | * well. @c NULL pointers are never stored as this is the return value |
2791 | * if an error occurs. | 2791 | * if an error occurs. |
2792 | * | 2792 | * |
diff --git a/src/lib/evas/canvas/evas_textblock_legacy.h b/src/lib/evas/canvas/evas_textblock_legacy.h index 2c8ee05f57..53ed8bd7fa 100644 --- a/src/lib/evas/canvas/evas_textblock_legacy.h +++ b/src/lib/evas/canvas/evas_textblock_legacy.h | |||
@@ -343,7 +343,7 @@ EAPI int evas_textblock_cursor_pos_get(cons | |||
343 | * Go to the start of the line passed | 343 | * Go to the start of the line passed |
344 | * | 344 | * |
345 | * @param cur cursor to update. | 345 | * @param cur cursor to update. |
346 | * @param line numer to set. | 346 | * @param line number to set. |
347 | * @return @c EINA_TRUE on success, @c EINA_FALSE on error. | 347 | * @return @c EINA_TRUE on success, @c EINA_FALSE on error. |
348 | */ | 348 | */ |
349 | EAPI Eina_Bool evas_textblock_cursor_line_set(Evas_Textblock_Cursor *cur, int line) EINA_ARG_NONNULL(1); | 349 | EAPI Eina_Bool evas_textblock_cursor_line_set(Evas_Textblock_Cursor *cur, int line) EINA_ARG_NONNULL(1); |