davemds pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=1a9952eca787a1ee5e384ec25933ff0987465572
commit 1a9952eca787a1ee5e384ec25933ff0987465572 Author: davemds <[email protected]> Date: Sun Feb 16 14:13:18 2014 +0100 Emotion generic interface: FILE_SET_DONE do not have any param. --- src/modules/emotion/generic/Emotion_Generic_Plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/emotion/generic/Emotion_Generic_Plugin.h b/src/modules/emotion/generic/Emotion_Generic_Plugin.h index f1930af..6208731 100644 --- a/src/modules/emotion/generic/Emotion_Generic_Plugin.h +++ b/src/modules/emotion/generic/Emotion_Generic_Plugin.h @@ -24,7 +24,7 @@ enum _Emotion_Generic_Cmd EM_CMD_PLAY, // param: position (float) EM_CMD_STOP, // param: none EM_CMD_FILE_SET, // param: filename (string) - EM_CMD_FILE_SET_DONE, // param: success (int) + EM_CMD_FILE_SET_DONE, // param: none EM_CMD_FILE_CLOSE, // param: none EM_CMD_POSITION_SET, // param: position (float) EM_CMD_SPEED_SET, // param: speed (float) --
