From c2ebbe9f584a0c9a2f63017ee3e84ef76fd9ca5b Mon Sep 17 00:00:00 2001 From: jaehwan Date: Fri, 9 Dec 2011 07:55:31 +0000 Subject: [PATCH] add EAPI. Maybe it is missed. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@66061 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/Evas.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/Evas.h b/src/lib/Evas.h index e726ad0..8cb49fa 100644 --- a/src/lib/Evas.h +++ b/src/lib/Evas.h @@ -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. -- 2.7.4