[E-devel] Ecore Docs Examples

2004-05-06 Thread Nicholas Curran
Patch to add some examples and modules to the documentation. Or rather, add specific sections for the two. Most examples pulled from pre-existing documentation, but made to work on their own. Also removes all tags that were giving warnings. Fixes up some doxygen syntax. This is not at all

[E-devel] Some thoughts on edje

2004-05-06 Thread Shish
Reading through e17's cvs, I found edje, and it looks cool. Here's some thoughts and ideas I had. Sorry if any of it seems terribly n00bish, but I'm new to E coding :) -- Shish ~~ It seems that edje only works for single apps - are there any

Re: [E-devel] Some thoughts on edje

2004-05-06 Thread Nathan Ingersoll
On Thu, May 06, 2004 at 12:26:00PM -0700, Shish wrote: Reading through e17's cvs, I found edje, and it looks cool. Here's some thoughts and ideas I had. Sorry if any of it seems terribly n00bish, but I'm new to E coding :) -- Shish ~~

[E-devel] [OT] pass by reference problems

2004-05-06 Thread Morten Nilsen
I'm sorry about this email, it is quite off-topic, but I know a lot of good hackers hang out here, and I'm quite stuck on this little problem. I have been going at this problem from a multitude of angles, and I settled on using pass-by-reference after trial and error with returning char* this

Re: [E-devel] [OT] pass by reference problems

2004-05-06 Thread Valdis . Kletnieks
On Fri, 07 May 2004 01:48:29 +0200, Morten Nilsen [EMAIL PROTECTED] said: **foo = Spin the big yellow thing; results Spin the big yellow thing Segmentation fault If anyone can give me a tip about why this segfaults when using strtok, I'd be very happy :) Subtle bug. ;) First, we