efl/emotion: as handle went away, make the API const.

SVN revision: 82599
This commit is contained in:
Gustavo Sverzut Barbieri 2013-01-11 00:33:26 +00:00
parent 619d6033f3
commit fbfc442465
3 changed files with 3 additions and 3 deletions

View File

@ -1700,7 +1700,7 @@ em_meta_get(void *data, int meta)
return NULL;
}
static Emotion_Video_Module em_module =
static const Emotion_Video_Module em_module =
{
em_init, /* init */
em_shutdown, /* shutdown */

View File

@ -208,7 +208,7 @@ static Eina_Bool _em_restart_stream(void *data);
/* Module interface */
static Emotion_Video_Module em_module =
static const Emotion_Video_Module em_module =
{
em_init, /* init */
em_shutdown, /* shutdown */

View File

@ -1533,7 +1533,7 @@ _em_get_pos_len(Emotion_Xine_Video *ev)
pthread_mutex_unlock(&(ev->get_pos_len_mutex));
}
static Emotion_Video_Module em_module =
static const Emotion_Video_Module em_module =
{
em_init, /* init */
em_shutdown, /* shutdown */