wallpaper2: Make wallpaper2 function again with EFL/E from git

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-05-07 15:32:54 -04:00
parent 5389c046dc
commit c55d5f31d6
1 changed files with 4 additions and 4 deletions

View File

@ -10,13 +10,13 @@ static E_Int_Menu_Augmentation *maug = NULL;
//static E_Fm2_Mime_Handler *import_hdl = NULL;
/* module setup */
EAPI E_Module_Api e_modapi =
E_API E_Module_Api e_modapi =
{
E_MODULE_API_VERSION,
"Settings - Wallpaper 2"
};
EAPI void *
E_API void *
e_modapi_init(E_Module *m)
{
bindtextdomain(PACKAGE, LOCALEDIR);
@ -43,7 +43,7 @@ e_modapi_init(E_Module *m)
return m;
}
EAPI int
E_API int
e_modapi_shutdown(E_Module *m EINA_UNUSED)
{
// E_Config_Dialog *cfd;
@ -71,7 +71,7 @@ e_modapi_shutdown(E_Module *m EINA_UNUSED)
return 1;
}
EAPI int
E_API int
e_modapi_save(E_Module *m EINA_UNUSED)
{
return 1;