--- libev/ev.pod 2008/04/06 09:53:18 1.142 +++ libev/ev.pod 2008/04/06 14:34:52 1.143 @@ -2635,6 +2635,16 @@ Similar to the other two macros, this gives you the value of the default loop, if multiple loops are supported ("ev loop default"). +=item C, C + +Usage identical to C and C, but requires that the +default loop has been initialised (C == unchecked). Their behaviour +is undefined when the default loop has not been initialised by a previous +execution of C, C or C. + +It is often prudent to use C when initialising the first +watcher in a function but use C afterwards. + =back Example: Declare and initialise a check watcher, utilising the above