Re: how to cleanup the resource of Gtk
- From: Wolfgang Sourdeau <wolfgang contre com>
- To: "gtk-app-devel-list gnome org" <gtk-app-devel-list gnome org>
- Subject: Re: how to cleanup the resource of Gtk
- Date: Wed, 18 Apr 2001 08:44:52 -0400
"wallice" == wallice <wallice2000 263 net> writes:
Hi guys,
i want to cleanup all resource of Gtk without exiting the program? How should i do?
Thanks.
Use gtk_main_quit, this will make the program quit the main loop and
continue from there until the end of your program. It doesn't clean
*everything* but most of the dynamic resources will be cleaned up.
W.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]