X-Git-Url: https://git.llucax.com/software/libev.git/blobdiff_plain/2e79dc15d2fba4b69c8f62c2bf08a0899a3c578d..c9877299894353b8aa7442192b15991de9d4767d:/ev.html diff --git a/ev.html b/ev.html index 34a22df..4f2d1fc 100644 --- a/ev.html +++ b/ev.html @@ -6,7 +6,7 @@ - +
@@ -275,7 +275,7 @@ more generic mechanism.Can be used to make a call to ev_loop
return early (but only after it
has processed all outstanding events). The how
argument must be either
-EVUNLOOP_ONCE
, which will make the innermost ev_loop
call return, or
+EVUNLOOP_ONE
, which will make the innermost ev_loop
call return, or
EVUNLOOP_ALL
, which will make all nested ev_loop
calls return.