Re: Using shell script in GTK+ code

2006-10-19 Thread John Vetterli
On Thu, 19 Oct 2006, yetist wrote: use system or exec functions. ... 在 2006-10-19四的 13:36 +,Rodrigo Tavares写道: I'm learning about GTK+, and I want to know if when I clickes in botton, one shell script can to executed ? You might also want to have a look at the g_spawn family of functio

Re: Using shell script in GTK+ code

2006-10-19 Thread yetist
use system or exec functions. #include extern char **environ; int execl(const char *path, const char *arg, ...); int execlp(const char *file, const char *arg, ...); int execle(const char *path, const char *arg, ..., char * const envp[]);

Using shell script in GTK+ code

2006-10-19 Thread Rodrigo Tavares
Hello, I'm learning about GTK+, and I want to know if when I clickes in botton, one shell script can to executed ? Best regards, Faria ___ Novidade no Yahoo! Mail: receba alertas de novas mensagens no seu celular. Registr