doc: document uv_buf_t members

PR-URL: https://github.com/libuv/libuv/pull/307
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
This commit is contained in:
Corey Farrell 2015-04-07 00:36:50 -04:00 committed by Saúl Ibarra Corretgé
parent 3e405d90d1
commit e2e218b760

View File

@ -15,6 +15,17 @@ Data types
Buffer data type.
.. c:member:: char* uv_buf_t.base
Pointer to the base of the buffer. Readonly.
.. c:member:: size_t uv_buf_t.len
Total bytes in the buffer. Readonly.
.. note::
On Windows this field is ULONG.
.. c:type:: uv_malloc_func
Function pointer type for the malloc override used by