From 0cc470142d9484200b300074a146c6b088d89878 Mon Sep 17 00:00:00 2001 From: Leandro Dorileo Date: Thu, 3 Jan 2013 03:43:55 +0000 Subject: [PATCH] Emotion: no subtitle file API on stable tree Since we're not releasing subtitle file API on stable tree change the @since tags to 1.8. SVN revision: 82029 --- legacy/emotion/src/lib/Emotion.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/emotion/src/lib/Emotion.h b/legacy/emotion/src/lib/Emotion.h index e2e5c23327..4c97f63cc7 100644 --- a/legacy/emotion/src/lib/Emotion.h +++ b/legacy/emotion/src/lib/Emotion.h @@ -991,7 +991,7 @@ EAPI Eina_Bool emotion_object_video_mute_get (const Evas_Object *obj); * @see emotion_object_video_subtitle_file_get(). * * @ingroup Emotion_Video - * @since 1.7.5 + * @since 1.8 */ EAPI void emotion_object_video_subtitle_file_set (Evas_Object *obj, const char *filepath); @@ -1007,7 +1007,7 @@ EAPI void emotion_object_video_subtitle_file_set (Evas_Object *obj, cons * @see emotion_object_video_subtitle_file_set(). * * @ingroup Emotion_Video - * @since 1.7.5 + * @since 1.8 */ EAPI const char *emotion_object_video_subtitle_file_get (const Evas_Object *obj);