ext/libuv/docs/src/process.rst in libuv-4.0.0 vs ext/libuv/docs/src/process.rst in libuv-4.0.1
- old
+ new
@@ -220,6 +220,12 @@
.. c:function:: int uv_kill(int pid, int signum)
Sends the specified signal to the given PID. Check the documentation
on :c:ref:`signal` for signal support, specially on Windows.
+.. c:function:: uv_pid_t uv_process_get_pid(const uv_process_t* handle)
+
+ Returns `handle->pid`.
+
+ .. versionadded:: 1.19.0
+
.. seealso:: The :c:type:`uv_handle_t` API functions also apply.