glibmm
2.32.1
|
#include <glibmm/main.h>
Public Member Functions | |
sigc::connection | connect (const sigc::slot< void, GPid, int >& slot, GPid pid, int priority=PRIORITY_DEFAULT) |
Connects a child watch handler. |
sigc::connection Glib::SignalChildWatch::connect | ( | const sigc::slot< void, GPid, int > & | slot, |
GPid | pid, | ||
int | priority = PRIORITY_DEFAULT |
||
) |
Connects a child watch handler.
slot | A slot to call when child process pid exited. |
pid | The child process to watch for. |
priority | The priority of the new event source. |