diff options
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); |