evas: video surface can be NULL.
authorCedric BAIL <cedric.bail@free.fr>
Fri, 18 Nov 2011 08:49:59 +0000 (08:49 +0000)
committerCedric BAIL <cedric.bail@free.fr>
Fri, 18 Nov 2011 08:49:59 +0000 (08:49 +0000)
SVN revision: 65379

legacy/evas/src/lib/Evas.h

index f88f0a7..0df1dfe 100644 (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