API Version: 2.0
Library Version: 2.84.0
Generated by gi-docgen 2024.1
since: 2.40
void g_subprocess_send_signal ( GSubprocess* subprocess, gint signal_num )
Sends the UNIX signal signal_num to the subprocess, if it is still running.
signal_num
This API is race-free. If the subprocess has terminated, it will not be signalled.
This API is not available on Windows.
Available since: 2.40
Type: gint
gint
The signal number to send.