GLib Kill Process



Is there any way to kill a process in GLib, using the pid given by g_spawn_async()? I guess a fallback could 
be to use the GPid with the kill() function provided by signal.h, but that specific function has not yet been 
implemented on Windows through mingw :(

-- 
Nader Morshed <morshed nader gmail com>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]