Re: Can anyone help me with this code?
- From: "Iain" <tigermilk btinternet com>
- To: "Jan Jirmasek" <jim ure cas cz>, "Carlos Toledo" <sarek22 casal upc es>
- Cc: <gtk-list gnome org>
- Subject: Re: Can anyone help me with this code?
- Date: Wed, 6 Sep 2000 14:31:38 +0100
> In this case, I think, that you should call the gtk_exit() in
> the last existing process, not in the newly created process - I'd rather
> finish it in regular way. (exit()). When you call gtk_exit(), it should
> deallocate all the resources used by gtk, and probably also close
> connections between the gtk program and X server.
You should call _exit (); rather than exit (), as calling exit() runs the
gtk atexit
functions and closes gtk.
iain
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]