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