|
|
|
@ -516,7 +516,7 @@ public class TDEProcess extends TQObject {
|
|
|
|
|
outnot and errnot and connect their Qt signals to the respective
|
|
|
|
|
TDEProcess slots.
|
|
|
|
|
For a more detailed explanation, it is best to have a look at the default
|
|
|
|
|
implementation in kprocess.cpp.
|
|
|
|
|
implementation in tdeprocess.cpp.
|
|
|
|
|
@short Called right after a (successful) fork() on the parent side.
|
|
|
|
|
*/
|
|
|
|
|
protected native int commSetupDoneP();
|
|
|
|
@ -538,7 +538,7 @@ public class TDEProcess extends TQObject {
|
|
|
|
|
/**
|
|
|
|
|
Cleans up the communication links to the child after it has exited.
|
|
|
|
|
This function should act upon the values of pid() and runs.
|
|
|
|
|
See the kprocess.cpp source for details.
|
|
|
|
|
See the tdeprocess.cpp source for details.
|
|
|
|
|
|
|
|
|
|
<li>
|
|
|
|
|
If pid() returns zero, the communication links should be closed
|
|
|
|
|