From: WooHyun Jung <wh0705.jung@samsung.com>
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 31 Jan 2011 10:47:53 +0000 (10:47 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 31 Jan 2011 10:47:53 +0000 (10:47 +0000)
commit1bf75fcae9d7b33e09f3f2299344ac0989741993
treed38475d9c339226f36066e79e8c77c200d877be9
parentddb64b1d2403b05bfc442327083298916f2ca05b
From: WooHyun Jung <wh0705.jung@samsung.com>

Mr. Wonguk Jeong made a patch for elm_module.

This patch is for changing the timing of module loading.

 For now, module loading is done in elm_init

 Thus, modules are always loaded, even if the application does not use
them.

 So this patch deferred the timing of module loading to
 "_elm_module_find_as".

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@56586 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/elm_module.c
src/lib/elm_priv.h