thearunkumar Familiar Face
Joined: 09 Dec 2007 Posts: 6
|
Posted: Fri Feb 15, 2008 2:16 pm Post subject: displaying output of a spawned process before completion |
|
|
| I wanted to run a bash script from my gtk application. I used g_spawn_command_line_sync(). The standard output was written to a gchar** . I was able to display the contents of standard output after the child process returned. The child process takes a long time to complete execution. So I want to display the contents it writes to standard output when it's being run..Can I display the standard output of the child process when it's being run?? |
|