1
0
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:
Tamás Bálint Misius 2023-01-19 21:05:07 +01:00 committed by GitHub
parent fe7ee4a624
commit b4440f5aa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
^^^^^^^^^^^^^^