Evas textblock: Fixed a confusing parameter name.

SVN revision: 61230
This commit is contained in:
Tom Hacohen 2011-07-11 08:56:10 +00:00
parent 1504fdb4a7
commit 06a85ddbdf
1 changed files with 1 additions and 1 deletions

View File

@ -7457,7 +7457,7 @@ EAPI const Evas_Object_Textblock_Node_Format *evas_textblock_cursor_format_get(c
* @param fmt the format node.
* @return the textual format of the format node.
*/
EAPI const char *evas_textblock_node_format_text_get(const Evas_Object_Textblock_Node_Format *cur) EINA_WARN_UNUSED_RESULT EINA_ARG_NONNULL(1);
EAPI const char *evas_textblock_node_format_text_get(const Evas_Object_Textblock_Node_Format *fnode) EINA_WARN_UNUSED_RESULT EINA_ARG_NONNULL(1);
/**
* Set the cursor to point to the position of fmt.