Re: [E-devel] Crash using C++ Layout signal API

2021-06-24 Thread Felipe Magno de Almeida
Hello Andreas On Thu, Jun 24, 2021 at 4:22 PM Andreas Volz wrote: > > I just add another question now as it's working without crash. :-) > > With signal_callback_add() I could only add a C function or static C++ > member function. But practically I design my callback functions to > hand-over

Re: [E-devel] Crash using C++ Layout signal API

2021-06-24 Thread Andreas Volz
I just add another question now as it's working without crash. :-) With signal_callback_add() I could only add a C function or static C++ member function. But practically I design my callback functions to hand-over them the this-pointer that they could access members. But here is no

Re: [E-devel] Crash using C++ Layout signal API

2021-06-24 Thread Felipe Magno de Almeida
Hello Andreas, Sorry for the late reply. I'm not currently working on EFL. If you have any problems with the C++ API, you can add a Phab ticket, but it would be good if you send me an email too so I can see. Although this bug was not specific to C++, it is more easily reproducible with the C++

Re: [E-devel] Crash using C++ Layout signal API

2021-06-24 Thread Andreas Volz
Hi Felipe, great - thanks! :-) I could confirm the patch works. Hope it gets fast into mainline. Now I could go forward with porting to the new C++ API. regards Andreas Am 24.06.21 um 15:38 schrieb Felipe Magno de Almeida: Hello Andreas, I posted a patch, can you see if that fixes your

Re: [E-devel] Crash using C++ Layout signal API

2021-06-24 Thread Felipe Magno de Almeida
Hello Andreas, I posted a patch, can you see if that fixes your problem? Kind regards, On Thu, Jun 24, 2021 at 9:30 AM Andreas Volz wrote: > > Hi, > > just attached the edj and edc file to the phab ticket. > > regards > Andreas > > Am 24.06.21 um 00:37 schrieb Felipe Magno de Almeida: > >

Re: [E-devel] Crash using C++ Layout signal API

2021-06-24 Thread Andreas Volz
Hi, just attached the edj and edc file to the phab ticket. regards Andreas Am 24.06.21 um 00:37 schrieb Felipe Magno de Almeida: Hello Andreas, Could you share the glowing.edc file? Kind regards, On Wed, Jun 23, 2021 at 7:14 PM Felipe Magno de Almeida wrote: Hello Andreas, This seems