On Thu, 5 Oct 2000, Jamie Guinan wrote:
> ...
>
> /* Our usual callback function */
> void callback( GtkWidget *widget,
> gpointer data )
> {
> pid_t pid;
> int open_max;
Doh, left out "int i" right here.
> g_print ("Hello again - %s was pressed\n", (char *) data);
And if your exec() fails, use _exit() like someone else
suggested. Hrm,
-Jamie
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list
- X-connection after a fork Conrad Steenberg
- Re: X-connection after a fork Havoc Pennington
- Re: X-connection after a fork Wolfgang Sourdeau
- Re: X-connection after a fork Conrad Steenberg
- Re: X-connection after a fork Diego Zuccato
- Re: X-connection after a fork Wolfgang Sourdeau
- Re: X-connection after a fork Conrad Steenberg
- Re: X-connection after a fork Jamie Guinan
- Re: X-connection after a fork Jamie Guinan
- Re: X-connection after a fork Conrad Steenberg
- Re: X-connection after a fork Maher Awamy
- Re: X-connection after a fork Carlos Toledo
