Re: How to destroy GFile objects?



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]