]> rtime.felk.cvut.cz Git - sojka/libev.git/commitdiff
Anaƫl Beutot
authorMarc Alexander Lehmann <libev@schmorp.de>
Fri, 4 May 2012 19:50:38 +0000 (19:50 +0000)
committerMarc Alexander Lehmann <libev@schmorp.de>
Fri, 4 May 2012 19:50:38 +0000 (19:50 +0000)
ev.pod

diff --git a/ev.pod b/ev.pod
index 78d4d38ca77105130fc63d8689f61df28da369dc..e983c465481e80938ba363917b8035534c186312 100644 (file)
--- a/ev.pod
+++ b/ev.pod
@@ -1320,7 +1320,7 @@ it).
 
 Returns the callback currently set on the watcher.
 
-=item ev_cb_set (ev_TYPE *watcher, callback)
+=item ev_set_cb (ev_TYPE *watcher, callback)
 
 Change the callback. You can change the callback at virtually any time
 (modulo threads).
@@ -3877,7 +3877,7 @@ called):
    void
    wait_for_event (ev_watcher *w)
    {
-     ev_cb_set (w) = current_coro;
+     ev_set_cb (w) = current_coro;
      switch_to (libev_coro);
    }