Re: Should a GtkFileFilter be freed or not?

2017-07-31 Thread Lars Paulsen
Hi Andrew, great. Thanks for the quick reply. Greetings, Lars Am 31.07.2017 um 13:19 schrieb A. Walton: On Mon, Jul 31, 2017 at 11:56 AM, Lars Paulsen wrote: Hello All, I got a simple question about the GtkFileFilter: Do I need to free it myself after the dialog I

Re: Should a GtkFileFilter be freed or not?

2017-07-31 Thread A. Walton
On Mon, Jul 31, 2017 at 11:56 AM, Lars Paulsen wrote: > Hello All, > > I got a simple question about the GtkFileFilter: > > Do I need to free it myself after the dialog I used it in has finished? > Or is gtk_widget_destroy(dialog) doing that for me? The latter-ish.

Should a GtkFileFilter be freed or not?

2017-07-31 Thread Lars Paulsen
Hello All, I got a simple question about the GtkFileFilter: Do I need to free it myself after the dialog I used it in has finished? Or is gtk_widget_destroy(dialog) doing that for me? Best Regards, Lars ___ gtk-app-devel-list mailing list