Re: How to destroy GFile objects?
- From: Florian Müllner <florian muellner gmail com>
- To: gtk-app-devel-list gnome org
- Subject: Re: How to destroy GFile objects?
- Date: Sun, 13 Jun 2010 20:41:31 +0200
El dom, 13-06-2010 a las 20:27 +0200, Tomasz Jankowski escribiÃ:
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?
GFile is an interface which is implemented by various classes in GIO -
all of them are normal objects, so yes, g_object_unref() is the way to
go ...
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]