evas: video surface can be NULL.

SVN revision: 65379
This commit is contained in:
Cedric BAIL 2011-11-18 08:49:59 +00:00
parent 132dd78a10
commit 84cbdd9a04
1 changed files with 1 additions and 1 deletions

View File

@ -7136,7 +7136,7 @@ EAPI Evas_Native_Surface *evas_object_image_native_surface_get (const Ev
* This function link a video surface to a given canvas image.
*
*/
EAPI void evas_object_image_video_surface_set (Evas_Object *obj, Evas_Video_Surface *surf) EINA_ARG_NONNULL(1, 2);
EAPI void evas_object_image_video_surface_set (Evas_Object *obj, Evas_Video_Surface *surf) EINA_ARG_NONNULL(1);
/**
* Get the video surface linekd to a given image of the canvas