Re: [pdf-devel] Object Layer comments

2010-02-16 Thread Aleksander Morgado
>And apart of the reference counting stuff, I believe there are some >errors in the API. > > Those are typos. Feel free to fix them. > Fixed in trunk now. Cheers, -Aleksander

Re: [pdf-devel] Object Layer comments

2010-02-16 Thread Aleksander Morgado
>And apart of the reference counting stuff, I believe there are some >errors in the API. > > Those are typos. Feel free to fix them. > Fixed in trunk now. Cheers, -Aleksander

Re: [pdf-devel] Object Layer comments

2010-02-09 Thread jemarch
I don't quite understand the need of the Garbage Collector in the object layer, when we already have the possibility of reference counting in each PDF object. Why not just start refcount=1 when object is created and fully dispose the object when its refcount arrives zero? When addi

[pdf-devel] Object Layer comments

2010-02-09 Thread Aleksander Morgado
Hi Jose and all, I don't quite understand the need of the Garbage Collector in the object layer, when we already have the possibility of reference counting in each PDF object. Why not just start refcount=1 when object is created and fully dispose the object when its refcount arrives zero? When add