API Version: 1.0
Library Version: 0.8.1
Generated by gi-docgen 2024.1
void xdp_portal_spawn_signal ( XdpPortal* portal, pid_t pid, int signal, gboolean to_process_group )
Sends a Unix signal to a process that has been spawned by xdp_portal_spawn().
xdp_portal_spawn()
pid
Type: pid_t
pid_t
The pid of the process to send a signal to.
signal
Type: int
int
The Unix signal to send (see signal(7)).
to_process_group
Type: gboolean
gboolean
Whether to send the signal to the process group of the process.