aboutsummaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
authorCorey Farrell <git@cfware.com>2015-04-07 00:36:50 -0400
committerSaúl Ibarra Corretgé <saghul@gmail.com>2015-04-07 17:13:01 +0200
commite2e218b760df95c71acf894e56a7df8bbe7c838e (patch)
tree7746259c09356bced960599b8998a765a83e4751 /docs/src
parent3e405d90d1c0120174381edfc936686454b761b2 (diff)
downloadlibuv-e2e218b760df95c71acf894e56a7df8bbe7c838e.tar.gz
libuv-e2e218b760df95c71acf894e56a7df8bbe7c838e.zip
doc: document uv_buf_t members
PR-URL: https://github.com/libuv/libuv/pull/307 Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/misc.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/src/misc.rst b/docs/src/misc.rst
index aa3ab6ab..f01b906f 100644
--- a/docs/src/misc.rst
+++ b/docs/src/misc.rst
@@ -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