enlightenment/src/modules/wizard
Carsten Haitzler 91463a9621 e wizard - fix symbol linking for pages by exposing syms explicitly
wizard module was relying on implicit symbol linking for pages. since
i chnaged dlopens to be local this broke page loading. this local
dlopen change is all about not leaking symbols into the global table
which is good/right, but this stops the wixzard setup from working, so
move to explicitly exposing symbols to the modules in a struct.
2018-05-27 22:53:10 +09:00
..
data clean up .desktop files and misc typos 2018-01-04 09:57:52 -05:00
e_mod_main.c e wizard - fix symbol linking for pages by exposing syms explicitly 2018-05-27 22:53:10 +09:00
e_wizard.c e wizard - fix symbol linking for pages by exposing syms explicitly 2018-05-27 22:53:10 +09:00
e_wizard.h e wizard - fix symbol linking for pages by exposing syms explicitly 2018-05-27 22:53:10 +09:00
e_wizard_api.h e wizard - fix symbol linking for pages by exposing syms explicitly 2018-05-27 22:53:10 +09:00
e_wizard_priv.h e wizard - fix symbol linking for pages by exposing syms explicitly 2018-05-27 22:53:10 +09:00
meson.build e wizard - fix symbol linking for pages by exposing syms explicitly 2018-05-27 22:53:10 +09:00
page_000.c e wizard - fix symbol linking for pages by exposing syms explicitly 2018-05-27 22:53:10 +09:00
page_010.c e wizard - fix symbol linking for pages by exposing syms explicitly 2018-05-27 22:53:10 +09:00
page_011.c e wizard - fix symbol linking for pages by exposing syms explicitly 2018-05-27 22:53:10 +09:00
page_020.c e wizard - fix symbol linking for pages by exposing syms explicitly 2018-05-27 22:53:10 +09:00
page_030.c e wizard - fix symbol linking for pages by exposing syms explicitly 2018-05-27 22:53:10 +09:00
page_040.c e wizard - fix symbol linking for pages by exposing syms explicitly 2018-05-27 22:53:10 +09:00
page_050.c e wizard - fix symbol linking for pages by exposing syms explicitly 2018-05-27 22:53:10 +09:00
page_060.c e wizard - fix symbol linking for pages by exposing syms explicitly 2018-05-27 22:53:10 +09:00
page_065.c e wizard - fix symbol linking for pages by exposing syms explicitly 2018-05-27 22:53:10 +09:00
page_070.c e wizard - fix symbol linking for pages by exposing syms explicitly 2018-05-27 22:53:10 +09:00
page_080.c e wizard - fix symbol linking for pages by exposing syms explicitly 2018-05-27 22:53:10 +09:00
page_090.c e wizard - fix symbol linking for pages by exposing syms explicitly 2018-05-27 22:53:10 +09:00
page_100.c e wizard - fix symbol linking for pages by exposing syms explicitly 2018-05-27 22:53:10 +09:00
page_110.c e wizard - fix symbol linking for pages by exposing syms explicitly 2018-05-27 22:53:10 +09:00
page_120.c e wizard - fix symbol linking for pages by exposing syms explicitly 2018-05-27 22:53:10 +09:00
page_130.c e wizard - fix symbol linking for pages by exposing syms explicitly 2018-05-27 22:53:10 +09:00
page_150.c e wizard - fix symbol linking for pages by exposing syms explicitly 2018-05-27 22:53:10 +09:00
page_160.c e wizard - fix symbol linking for pages by exposing syms explicitly 2018-05-27 22:53:10 +09:00
page_170.c e wizard - fix symbol linking for pages by exposing syms explicitly 2018-05-27 22:53:10 +09:00
page_180.c e wizard - fix symbol linking for pages by exposing syms explicitly 2018-05-27 22:53:10 +09:00
page_200.c e wizard - fix symbol linking for pages by exposing syms explicitly 2018-05-27 22:53:10 +09:00