diff options
-rw-r--r-- | src/lib/evas/Evas_Legacy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/evas/Evas_Legacy.h b/src/lib/evas/Evas_Legacy.h index f5d3443d36..19dcf2ae2f 100644 --- a/src/lib/evas/Evas_Legacy.h +++ b/src/lib/evas/Evas_Legacy.h | |||
@@ -3999,7 +3999,7 @@ EAPI void evas_object_image_mmap_set(Evas_Object *obj, | |||
3999 | * @note Use @c NULL pointers on the file components you're not | 3999 | * @note Use @c NULL pointers on the file components you're not |
4000 | * interested in: they'll be ignored by the function. | 4000 | * interested in: they'll be ignored by the function. |
4001 | */ | 4001 | */ |
4002 | EAPI void evas_object_image_file_get(const Evas_Object *obj, const char **file, const char **key) EINA_ARG_NONNULL(1, 2); | 4002 | EAPI void evas_object_image_file_get(const Evas_Object *obj, const char **file, const char **key) EINA_ARG_NONNULL(1); |
4003 | 4003 | ||
4004 | /** | 4004 | /** |
4005 | * Set the dimensions for an image object's border, a region which @b | 4005 | * Set the dimensions for an image object's border, a region which @b |