summaryrefslogtreecommitdiff
path: root/src/lib/emotion/efl_canvas_video_eo.legacy.c
blob: e7e0dcee67130182d94973a57e01f43769b40253 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

EAPI void
emotion_object_module_option_set(Efl_Canvas_Video *obj, const char *opt, const char *val)
{
   efl_canvas_video_option_set(obj, opt, val);
}

EAPI Eina_Bool
emotion_object_init(Efl_Canvas_Video *obj, const char *module_filename)
{
   return efl_canvas_video_engine_set(obj, module_filename);
}