> In particular, I was looking at some C code using gnome-vfs the other > day, and it seemed to make a lot of fuss about un-reffing things. Is > VFS a special case - would I have to be similarly fussy if I wanted to > use the python gnome.vfs module?
No, gnome.vfs reference counting is handled automatically. However, if you plan to use bonobo you'll need to do some reference counting yourself. -- Johan Dahlin <[EMAIL PROTECTED]> _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
