yes - inow. this managed to get out in 1.1 being deprecated. lets not

mark the func as deprecated tho - keep in docs.



SVN revision: 68370
This commit is contained in:
Carsten Haitzler 2012-02-24 00:52:29 +00:00
parent 0e38e05208
commit 354ccb36b4
1 changed files with 1 additions and 1 deletions

View File

@ -8632,7 +8632,7 @@ EAPI void evas_textblock_node_format_remove_pair(Evas_Ob
* @param n the format node to update according.
* @deprecated duplicate of evas_textblock_cursor_at_format_set
*/
EINA_DEPRECATED EAPI void evas_textblock_cursor_set_at_format(Evas_Textblock_Cursor *cur, const Evas_Object_Textblock_Node_Format *n) EINA_ARG_NONNULL(1, 2);
EAPI void evas_textblock_cursor_set_at_format(Evas_Textblock_Cursor *cur, const Evas_Object_Textblock_Node_Format *n) EINA_ARG_NONNULL(1, 2);
/**
* Return the format node at the position pointed by cur.