doc: improve doc of g_subprocess_wait()
authorSébastien Wilmet <swilmet@gnome.org>
Thu, 3 Jul 2014 13:45:11 +0000 (15:45 +0200)
committerSébastien Wilmet <swilmet@gnome.org>
Thu, 3 Jul 2014 18:11:46 +0000 (20:11 +0200)
commitb0c7221c559693baf0735d6562940e0eec0a798c
treefef859014626ca6a0f86a4c0baf0bd4a1d6b8290
parentc3842d1969feace4bfb12919be730e75e53877d9
doc: improve doc of g_subprocess_wait()

When using this API, I wasn't sure what the cancellable does. I think
it's generally desirable to kill the subprocess if the wait operation is
cancelled, since in this case the application is no longer interested by
the subprocess.

https://bugzilla.gnome.org/show_bug.cgi?id=732704
gio/gsubprocess.c