diff options
author | Leandro Dorileo <dorileo@profusion.mobi> | 2013-01-02 21:48:34 +0000 |
---|---|---|
committer | Leandro Dorileo <dorileo@profusion.mobi> | 2013-01-02 21:48:34 +0000 |
commit | 9a91c68119e4a43c7b4a1b985871db937b18b0e9 (patch) | |
tree | 608ddb5796104e5a3b878370ba2b21ce77c979e8 /legacy/emotion/src/lib/Emotion.h | |
parent | e3e1511bacd6f7b528f860408a18dc4fb76f3070 (diff) |
Emotion: now correctly versioned the changes
SVN revision: 82020
Diffstat (limited to '')
-rw-r--r-- | legacy/emotion/src/lib/Emotion.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/legacy/emotion/src/lib/Emotion.h b/legacy/emotion/src/lib/Emotion.h index 186144ea4f..e2e5c23327 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); | |||
991 | * @see emotion_object_video_subtitle_file_get(). | 991 | * @see emotion_object_video_subtitle_file_get(). |
992 | * | 992 | * |
993 | * @ingroup Emotion_Video | 993 | * @ingroup Emotion_Video |
994 | * @since 1.7.2 | 994 | * @since 1.7.5 |
995 | */ | 995 | */ |
996 | EAPI void emotion_object_video_subtitle_file_set (Evas_Object *obj, const char *filepath); | 996 | EAPI void emotion_object_video_subtitle_file_set (Evas_Object *obj, const char *filepath); |
997 | 997 | ||
@@ -1007,7 +1007,7 @@ EAPI void emotion_object_video_subtitle_file_set (Evas_Object *obj, cons | |||
1007 | * @see emotion_object_video_subtitle_file_set(). | 1007 | * @see emotion_object_video_subtitle_file_set(). |
1008 | * | 1008 | * |
1009 | * @ingroup Emotion_Video | 1009 | * @ingroup Emotion_Video |
1010 | * @since 1.7.2 | 1010 | * @since 1.7.5 |
1011 | */ | 1011 | */ |
1012 | EAPI const char *emotion_object_video_subtitle_file_get (const Evas_Object *obj); | 1012 | EAPI const char *emotion_object_video_subtitle_file_get (const Evas_Object *obj); |
1013 | 1013 | ||