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
On Sun, 2006-05-07 at 17:46 -0400, dan sinclair wrote:
> Ed Presutti wrote:
> > /me smacks the dev team for not updating the cookbook!
> >
>
>
> And yet, I see no patches.
>
> dan
/me bows his head in shame.
My bad, here's the patch for the book.
Ed
--- evas_ecore_setup.xml.orig 2006-05-0