add long forgotten note for entry filters

SVN revision: 64446
This commit is contained in:
Mike Blumenkrantz 2011-10-27 19:12:53 +00:00
parent 96557ccea1
commit 241a0520f4
1 changed files with 1 additions and 0 deletions

View File

@ -11062,6 +11062,7 @@ extern "C" {
* @param entry The text to be displayed
*
* @deprecated Use elm_object_text_set() instead.
* @note Using this function bypasses text filters
*/
EAPI void elm_entry_entry_set(Evas_Object *obj, const char *entry) EINA_ARG_NONNULL(1);
/**