evas: remove wrong non null definition.

SVN revision: 65431
This commit is contained in:
Cedric BAIL 2011-11-20 13:50:27 +00:00
parent 2e17712bb0
commit 546d1e1461
1 changed files with 1 additions and 1 deletions

View File

@ -7596,7 +7596,7 @@ EAPI const char *evas_object_text_font_source_get (const Evas_Object *obj
*
* @see evas_object_text_font_set()
*/
EAPI void evas_object_text_font_get (const Evas_Object *obj, const char **font, Evas_Font_Size *size) EINA_ARG_NONNULL(1, 2);
EAPI void evas_object_text_font_get (const Evas_Object *obj, const char **font, Evas_Font_Size *size) EINA_ARG_NONNULL(1);
/**
* Sets the text string to be displayed by the given text object.