From e93a17c8c9b58610a4807ab7fb4c4e9928863f9e Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Tue, 14 Feb 2017 21:42:20 +0100 Subject: [PATCH] emotion: add since tag to new emotion_file_meta_artwork_get API --- src/lib/emotion/Emotion.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/lib/emotion/Emotion.h b/src/lib/emotion/Emotion.h index b4914d6..6bd3234 100644 --- a/src/lib/emotion/Emotion.h +++ b/src/lib/emotion/Emotion.h @@ -1353,8 +1353,10 @@ EAPI const char *emotion_webcam_device_get(const Emotion_Webcam *ew); * @param obj The evas object we are working with. * @param path The local path for the file. * @param type The metadata location type (GST_IMAGE_PREVIEW_IMAGE or GST_PREVIEW). - * + * * @ingroup Emotion_Artwork + * + * @since 1.19 */ EAPI Evas_Object *emotion_file_meta_artwork_get(const Evas_Object *obj, const char *path, Emotion_Artwork_Info type); -- 2.7.4