This does not break API as it's more permissive and behavior doesn't change.
SVN revision: 61201
* @param obj the object.
* @return the obj's main cursor.
*/
-EAPI const Evas_Textblock_Cursor *evas_object_textblock_cursor_get(const Evas_Object *obj) EINA_WARN_UNUSED_RESULT EINA_ARG_NONNULL(1) EINA_PURE;
+EAPI Evas_Textblock_Cursor *evas_object_textblock_cursor_get(const Evas_Object *obj) EINA_WARN_UNUSED_RESULT EINA_ARG_NONNULL(1) EINA_PURE;
/**
* Create a new cursor, associate it to the obj and init it to point
return previous_format;
}
-EAPI const Evas_Textblock_Cursor *
+EAPI Evas_Textblock_Cursor *
evas_object_textblock_cursor_get(const Evas_Object *obj)
{
TB_HEAD_RETURN(NULL);