From: cedric Date: Fri, 18 Nov 2011 08:49:59 +0000 (+0000) Subject: evas: video surface can be NULL. X-Git-Tag: 2.0_alpha~166^2~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c1693a4308da338d9f5746590f73add2737cfccd;p=framework%2Fuifw%2Fevas.git evas: video surface can be NULL. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@65379 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/Evas.h b/src/lib/Evas.h index f88f0a7..0df1dfe 100644 --- a/src/lib/Evas.h +++ b/src/lib/Evas.h @@ -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