diff options
author | Stefan Schmidt <stefan@osg.samsung.com> | 2017-02-14 21:42:20 +0100 |
---|---|---|
committer | Stefan Schmidt <stefan@osg.samsung.com> | 2017-02-14 21:47:15 +0100 |
commit | e93a17c8c9b58610a4807ab7fb4c4e9928863f9e (patch) | |
tree | 518913406336edafec44341e42f78bf0998fab39 /src | |
parent | a10771605f7b87517ad3b60af97086543ef8e09b (diff) |
emotion: add since tag to new emotion_file_meta_artwork_get API
Diffstat (limited to '')
-rw-r--r-- | src/lib/emotion/Emotion.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/emotion/Emotion.h b/src/lib/emotion/Emotion.h index b4914d65a5..6bd323453e 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); | |||
1353 | * @param obj The evas object we are working with. | 1353 | * @param obj The evas object we are working with. |
1354 | * @param path The local path for the file. | 1354 | * @param path The local path for the file. |
1355 | * @param type The metadata location type (GST_IMAGE_PREVIEW_IMAGE or GST_PREVIEW). | 1355 | * @param type The metadata location type (GST_IMAGE_PREVIEW_IMAGE or GST_PREVIEW). |
1356 | * | 1356 | * |
1357 | * @ingroup Emotion_Artwork | 1357 | * @ingroup Emotion_Artwork |
1358 | * | ||
1359 | * @since 1.19 | ||
1358 | */ | 1360 | */ |
1359 | 1361 | ||
1360 | EAPI Evas_Object *emotion_file_meta_artwork_get(const Evas_Object *obj, const char *path, Emotion_Artwork_Info type); | 1362 | EAPI Evas_Object *emotion_file_meta_artwork_get(const Evas_Object *obj, const char *path, Emotion_Artwork_Info type); |