On Sun, 2010-06-13 at 20:27 +0200, Tomasz Jankowski wrote: > What should I do with GFile objects (GFile *) ? What are they, regular > GObject objects which I can destroy using g_object_unref() or maybe they're > managed internally by GIO?
use g_object_unref(), like any other object. ciao, Emmanuele. -- W: http://www.emmanuelebassi.name B: http://blogs.gnome.org/ebassi _______________________________________________ gtk-app-devel-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
