Re: [E-devel] @owned and Evas

2017-10-01 Thread Carsten Haitzler
On Thu, 28 Sep 2017 17:53:34 +0900 Jean-Philippe André said: This sounds sensible to me. > Hello, > > I made a few commits related to ownership and whatnot... you might want to > have a look at them to double check I got it right. > > Basically 2 things: > > 1. A new API

Re: [E-devel] @owned and Evas

2017-09-28 Thread Jean-Philippe André
2017-09-28 17:53 GMT+09:00 Jean-Philippe André : > Hello, > > I made a few commits related to ownership and whatnot... you might want to > have a look at them to double check I got it right. > > Basically 2 things: > > 1. A new API to allow unref to delete an object, even if

[E-devel] @owned and Evas

2017-09-28 Thread Jean-Philippe André
Hello, I made a few commits related to ownership and whatnot... you might want to have a look at them to double check I got it right. Basically 2 things: 1. A new API to allow unref to delete an object, even if it's got a parent. This is for APIs that return @owned EO objects (eg.