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
This commit is contained in:
Leandro Dorileo 2013-01-03 03:43:55 +00:00
parent 56cbfddcff
commit 0cc470142d
1 changed files with 2 additions and 2 deletions

View File

@ -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);