| Camel Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
pid_t camel_process_fork (const gchar *path,gchar **argv,gint *infd,gint *outfd,gint *errfd,CamelException *ex); gint camel_process_wait (pid_t pid);
pid_t camel_process_fork (const gchar *path,gchar **argv,gint *infd,gint *outfd,gint *errfd,CamelException *ex);
camel_process_fork is deprecated and should not be used in newly-written code.
path : |
|
argv : |
|
infd : |
|
outfd : |
|
errfd : |
|
ex : |
|
| Returns : |
gint camel_process_wait (pid_t pid);
camel_process_wait is deprecated and should not be used in newly-written code.
pid : |
|
| Returns : |