pike.git
/
src
/
modules
/
Wnotify
/
wnotify.cmod
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/modules/Wnotify/wnotify.cmod:169:
} THIS->handles = handles; } THIS->handles[THIS->handles_used++] = nh; pop_stack(); }
-
/* @decl NotificationHandle|int poll(void|float timeout)
+
/*
!
@decl NotificationHandle|int poll(void|float timeout)
+
*/
PIKEFUN int poll(void|float timeout) { DWORD res; DWORD to; if(THIS->handles_used < 1) { pop_stack(); Pike_error("poll: no paths to monitor.\n"); }