> I've not used gnome.vfs, nor looked at the code, but from my PyGTK > knowlegde I'm certain you do not have to bother with it. The Python > wrapper objects hold a reference to the gnome.vfs/GObjects. When the > Python objects are destroyed by the garbage collector, the GObject's are > unref'ed automatocally.
gnome-vfs objects does not use GObject, instead they implement their own reference counting. However, it's the same from the python point of view, since in neither case nothing needs to be done. -- 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/
