diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/emotion/emotion_smart.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/emotion/emotion_smart.c b/src/lib/emotion/emotion_smart.c index a642386fbe..9f723e5bef 100644 --- a/src/lib/emotion/emotion_smart.c +++ b/src/lib/emotion/emotion_smart.c | |||
@@ -1217,6 +1217,13 @@ _efl_canvas_video_efl_player_playback_progress_get(const Eo *obj EINA_UNUSED, Ef | |||
1217 | return sd->progress.stat; | 1217 | return sd->progress.stat; |
1218 | } | 1218 | } |
1219 | 1219 | ||
1220 | EOLIAN static void | ||
1221 | _efl_canvas_video_efl_player_playback_progress_set(Eo *obj, Efl_Canvas_Video_Data *sd EINA_UNUSED, double progress) | ||
1222 | { | ||
1223 | const char *info = emotion_object_progress_info_get((const Evas_Object*)obj); | ||
1224 | _emotion_progress_set(obj, (char*)info, progress); | ||
1225 | } | ||
1226 | |||
1220 | EOLIAN static double | 1227 | EOLIAN static double |
1221 | _efl_canvas_video_efl_playable_length_get(const Eo *obj EINA_UNUSED, Efl_Canvas_Video_Data *sd) | 1228 | _efl_canvas_video_efl_playable_length_get(const Eo *obj EINA_UNUSED, Efl_Canvas_Video_Data *sd) |
1222 | { | 1229 | { |