Re: ref_count

2002-03-13 Thread Havoc Pennington
Deborah Swayne <[EMAIL PROTECTED]> writes: > Is it appropriate to look at a gobject's ref_count, or is > that supposed to be private? I've been keeping track of its > value whenever I deliberately increment or decrement it, but the > code makes it look as though

Re: ref_count

2002-03-13 Thread Owen Taylor
Deborah Swayne <[EMAIL PROTECTED]> writes: > Is it appropriate to look at a gobject's ref_count, or is > that supposed to be private? I've been keeping track of its > value whenever I deliberately increment or decrement it, but the > code makes it look as though

ref_count

2002-03-13 Thread Deborah Swayne
Is it appropriate to look at a gobject's ref_count, or is that supposed to be private? I've been keeping track of its value whenever I deliberately increment or decrement it, but the code makes it look as though I'm doing something improper -- and likely to be disabled. Is there