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/lib/evas | |
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 '')
-rw-r--r-- | src/lib/evas/Evas_Legacy.h | 26 | ||||
-rw-r--r-- | src/lib/evas/canvas/evas_textblock_legacy.h | 2 |
2 files changed, 14 insertions, 14 deletions
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); |