diff options
author | Saúl Ibarra Corretgé <saghul@gmail.com> | 2014-12-11 14:42:48 +0100 |
---|---|---|
committer | Saúl Ibarra Corretgé <saghul@gmail.com> | 2014-12-11 17:29:14 +0100 |
commit | 3fef323e7c44a795ab9e9be2b9eb420cd1b4d5a6 (patch) | |
tree | cdc6aaced31a6f62b5bb6498c2e1e83b6c837c97 /docs/src | |
parent | e8c4c329e69fff1b656c833883997ac663ea48ef (diff) | |
download | libuv-3fef323e7c44a795ab9e9be2b9eb420cd1b4d5a6.tar.gz libuv-3fef323e7c44a795ab9e9be2b9eb420cd1b4d5a6.zip |
doc: indicate what version uv_loop_configure was added on
PR-URL: https://github.com/libuv/libuv/pull/60
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/loop.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/src/loop.rst b/docs/src/loop.rst index 0a9e8a60..d347534b 100644 --- a/docs/src/loop.rst +++ b/docs/src/loop.rst @@ -52,6 +52,8 @@ API .. c:function:: int uv_loop_configure(uv_loop_t* loop, uv_loop_option option, ...) + .. versionadded:: 1.0.2 + Set additional loop options. You should normally call this before the first call to :c:func:`uv_run` unless mentioned otherwise. |