Re: [E-devel] Using python (or other) bindings from c application

2017-10-18 Thread Christophe Sadoine
On 25 September 2017 at 22:29, Christophe Sadoine wrote: > On 21 September 2017 at 18:00, Davide Andreoli wrote: >> 2017-09-21 9:09 GMT+02:00 Christophe Sadoine : >> >>> Hello, >>> >>> As the title says, I have a c application and I would like to let the >>> user extend it with plugins. >>> I can

Re: [E-devel] Using python (or other) bindings from c application

2017-09-25 Thread Christophe Sadoine
On 21 September 2017 at 18:00, Davide Andreoli wrote: > 2017-09-21 9:09 GMT+02:00 Christophe Sadoine : > >> Hello, >> >> As the title says, I have a c application and I would like to let the >> user extend it with plugins. >> I can do it in c of course, but I wonder if I can also do it with python

Re: [E-devel] Using python (or other) bindings from c application

2017-09-21 Thread Davide Andreoli
2017-09-21 9:09 GMT+02:00 Christophe Sadoine : > Hello, > > As the title says, I have a c application and I would like to let the > user extend it with plugins. > I can do it in c of course, but I wonder if I can also do it with python? > > So what I need first, is a way to pass an Evas/Efl Object

[E-devel] Using python (or other) bindings from c application

2017-09-21 Thread Christophe Sadoine
Hello, As the title says, I have a c application and I would like to let the user extend it with plugins. I can do it in c of course, but I wonder if I can also do it with python? So what I need first, is a way to pass an Evas/Efl Object Pointer to the python api, And then it would be nice to be