Skip to content

Commit

Permalink
doc: document uv_buf_t members
Browse files Browse the repository at this point in the history
PR-URL: libuv#307
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
  • Loading branch information
coreyfarrell authored and saghul committed Apr 7, 2015
1 parent 3e405d9 commit e2e218b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/src/misc.rst
Expand Up @@ -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
Expand Down

0 comments on commit e2e218b

Please sign in to comment.