mirror of
https://github.com/libuv/libuv
synced 2025-03-28 21:13:16 +00:00
doc: document uv_fs_cb type (#3517)
This commit is contained in:
parent
fe7ee4a624
commit
b4440f5aa2
@ -160,6 +160,10 @@ Data types
|
||||
size_t nentries;
|
||||
} uv_dir_t;
|
||||
|
||||
.. c:type:: void (*uv_fs_cb)(uv_fs_t* req)
|
||||
|
||||
Callback called when a request is completed asynchronously.
|
||||
|
||||
|
||||
Public members
|
||||
^^^^^^^^^^^^^^
|
||||
|
Loading…
x
Reference in New Issue
Block a user