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
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
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
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