Re: [E-devel] E_CONFIG_SUB

2006-05-13 Thread The Rasterman
On Sat, 13 May 2006 11:22:12 + "Aleksej Struk" <[EMAIL PROTECTED]> babbled: > Hi Raster, > > Please find two files attached : e_mod_main.c and e_mod_main.h > To see the peace of code where E_CONFIG_SUB is used, please refer to > function _lang_load_config. > > As I said in IRC, E_CONFIG_SUB

[E-devel] E_CONFIG_SUB

2006-05-13 Thread Aleksej Struk
Hi Raster, Please find two files attached : e_mod_main.c and e_mod_main.h To see the peace of code where E_CONFIG_SUB is used, please refer to function _lang_load_config. As I said in IRC, E_CONFIG_SUB works if the config file is already exist. Otherwise eet crashes. BTW. If u would require all

[E-devel] E_CONFIG_SUB

2006-05-08 Thread Aleksej Struk
Hi everybody, Currently I'm trying to create a new module for E. Doing this I faced with the following problem. I have the following module header: typedef _Extra Extra; typedef _Config Config; struct _Extra { int a; char *b; }; stuct _Config { int a; Extra *e; }; I need to store