[e-users] edje cannot load elm module

2013-01-24 Thread Arvind R
Hi, The foll. code snippet list = edje_available_modules_get(); printf(Edje modules available\n); EINA_LIST_FOREACH(list, item, name) printf( %s\n, name); if (edje_module_load(elm)){ printf(Loaded module 'elm'\n); else printf(Could not load module

Re: [e-users] edje cannot load elm module

2013-01-24 Thread Arvind R
Hi, The foll. code snippet list = edje_available_modules_get(); printf(Edje modules available\n); EINA_LIST_FOREACH(list, item, name) printf( %s\n, name); if (edje_module_load(elm)){ printf(Loaded module 'elm'\n); else printf(Could not

Re: [e-users] edje cannot load elm module

2013-01-24 Thread Gustavo Sverzut Barbieri
On Thu, Jan 24, 2013 at 5:38 PM, Arvind R arvin...@gmail.com wrote: Hi, The foll. code snippet list = edje_available_modules_get(); printf(Edje modules available\n); EINA_LIST_FOREACH(list, item, name) printf( %s\n, name); if (edje_module_load(elm)){

Re: [e-users] edje cannot load elm module

2013-01-24 Thread Arvind R
On Fri, Jan 25, 2013 at 1:13 AM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Thu, Jan 24, 2013 at 5:38 PM, Arvind R arvin...@gmail.com wrote: Hi, The foll. code snippet list = edje_available_modules_get(); printf(Edje modules available\n); EINA_LIST_FOREACH(list,

Re: [e-users] edje cannot load elm module

2013-01-24 Thread Gustavo Sverzut Barbieri
On Thu, Jan 24, 2013 at 6:14 PM, Arvind R arvin...@gmail.com wrote: On Fri, Jan 25, 2013 at 1:13 AM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Thu, Jan 24, 2013 at 5:38 PM, Arvind R arvin...@gmail.com wrote: Hi, The foll. code snippet list = edje_available_modules_get();

Re: [e-users] edje cannot load elm module

2013-01-24 Thread Arvind R
On Fri, Jan 25, 2013 at 1:51 AM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Thu, Jan 24, 2013 at 6:14 PM, Arvind R arvin...@gmail.com wrote: On Fri, Jan 25, 2013 at 1:13 AM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Thu, Jan 24, 2013 at 5:38 PM, Arvind R