diff --git a/legacy/evas/src/lib/Evas.h b/legacy/evas/src/lib/Evas.h index f88f0a7988..0df1dfea34 100644 --- a/legacy/evas/src/lib/Evas.h +++ b/legacy/evas/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