Function
GLibspawn_close_pid
Declaration [src]
void
g_spawn_close_pid (
  GPid pid
)
Description [src]
On some platforms, notably Windows, the GPid type represents a resource
which must be closed to prevent resource leaking. g_spawn_close_pid()
is provided for this purpose. It should be used on all platforms, even
though it doesn’t do anything under UNIX.
Parameters
- pid
- 
            Type: GPidThe process reference to close.