evas: video surface can be NULL.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 18 Nov 2011 08:49:59 +0000 (08:49 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 18 Nov 2011 08:49:59 +0000 (08:49 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@65379 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

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