add EAPI. Maybe it is missed.

SVN revision: 66061
This commit is contained in:
Jaehwan Kim 2011-12-09 07:55:31 +00:00
parent 2d6064e88f
commit e8a3c54734
1 changed files with 1 additions and 1 deletions

View File

@ -8662,7 +8662,7 @@ EAPI int evas_textblock_cursor_paragraph_text_length_ge
* @return EINA_TRUE on success. EINA_FALSE otherwise.
* @since 1.1.0
*/
Eina_Bool evas_textblock_cursor_visible_range_get(Evas_Textblock_Cursor *start, Evas_Textblock_Cursor *end) EINA_ARG_NONNULL(1, 2);
EAPI Eina_Bool evas_textblock_cursor_visible_range_get(Evas_Textblock_Cursor *start, Evas_Textblock_Cursor *end) EINA_ARG_NONNULL(1, 2);
/**
* Return the format nodes in the range between cur1 and cur2.