doc: clarify the return value of uv_default_loop

This commit is contained in:
Graham Lee 2014-07-13 01:57:52 +09:00 committed by Saúl Ibarra Corretgé
parent 817c09257d
commit dc1ea27c73

View File

@ -258,7 +258,8 @@ UV_EXTERN const char* uv_version_string(void);
*/
/*
* Returns the default loop.
* Returns the initialized default loop. It may return NULL in case of
* allocation failture.
*/
UV_EXTERN uv_loop_t* uv_default_loop(void);