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 'elm'\n");

 produces:

 Edje modules available:
    emotion
    elm
 Could not load module 'elm'

 Is it because it's already loaded? Or is it the eina_prefix rearing it's head?
Unfortunately cannot find out till I get E17 working with a recent efl -:(

Arvind

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to