Re: Using shell script in GTK+ code
- From: yetist <wu2xiaotian gmail com>
- To: gtk-app-devel-list gnome org
- Subject: Re: Using shell script in GTK+ code
- Date: Thu, 19 Oct 2006 22:13:43 +0800
use system or exec functions.
#include <unistd.h>
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[]);
int execv(const char *path, char *const argv[]);
int execvp(const char *file, char *const argv[]);
å 2006-10-19åç 13:36 +0000ï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. Registre seu aparelho agora!
http://br.mobile.yahoo.com/mailalertas/
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list gnome org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]