This does not break API/ABI.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62080
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
* @param obj the object to associate to.
* @return the new cursor.
*/
-EAPI Evas_Textblock_Cursor *evas_object_textblock_cursor_new(Evas_Object *obj) EINA_WARN_UNUSED_RESULT EINA_ARG_NONNULL(1) EINA_MALLOC;
+EAPI Evas_Textblock_Cursor *evas_object_textblock_cursor_new(const Evas_Object *obj) EINA_WARN_UNUSED_RESULT EINA_ARG_NONNULL(1) EINA_MALLOC;
/**
}
EAPI Evas_Textblock_Cursor *
-evas_object_textblock_cursor_new(Evas_Object *obj)
+evas_object_textblock_cursor_new(const Evas_Object *obj)
{
Evas_Textblock_Cursor *cur;