Re: [E-devel] exporting Epsilon_Plugin structure

2007-07-09 Thread Vincent Torri
The plugin uses Imlib_Image which is a void *. So I can replace it by a void * in Epsilon_Plugin. But Ecore_List is a typedef on a struct. Do you prefer a void * and I cast in Epsilon.c, or do I include Ecore_Data.h in Epsilon.h ? Vincent On Sun, 8 Jul 2007, Nathan Ingersoll wrote: I don't

[E-devel] exporting Epsilon_Plugin structure

2007-07-08 Thread Vincent Torri
Hey, for the epsilon plugin of epdf, I need to export the Epsilon_Plugin. Can I move it from epsilon_plugin.h to Epsilon.h ? Vincent - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE

Re: [E-devel] exporting Epsilon_Plugin structure

2007-07-08 Thread Nathan Ingersoll
I don't see a good reason not to. On 7/8/07, Vincent Torri [EMAIL PROTECTED] wrote: Hey, for the epsilon plugin of epdf, I need to export the Epsilon_Plugin. Can I move it from epsilon_plugin.h to Epsilon.h ? Vincent