On 12/27/06, Samuel Cormier-Iijima <[EMAIL PROTECTED]> wrote:
> In a single threaded app, I don't think it would matter too much.
That is, if you're not calling other callbacks within that function of
course :-)
> However, if you're using multiple threads that handle this object,
> unless you kno
In a single threaded app, I don't think it would matter too much.
However, if you're using multiple threads that handle this object,
unless you know exactly what's happening it's probably a good idea. I
could be wrong about this though, can anyone back this up? (at least,
that's what I do with gobj
Is it good practice always to ref count GObject's passed into functions --
even if you know for certain that the primary reference is in your control,
i.e. the first reference cannot be unref'd by surprise?
For large, complex objects with many api's, most of which are private,
I find that all th