]> git.llucax.com Git - software/libev.git/blobdiff - ev.h
document c++ api
[software/libev.git] / ev.h
diff --git a/ev.h b/ev.h
index 500eb345dd7cae1467dd1ddafea48474e05fbb0d..0e56875fd34b72a0e3e87834af74f0ad5d2483bd 100644 (file)
--- a/ev.h
+++ b/ev.h
@@ -242,7 +242,9 @@ union ev_any_watcher
   struct ev_check check;
   struct ev_signal signal;
   struct ev_child child;
+#if EV_MULTIPLICITY
   struct ev_embed embed;
+#endif
 };
 
 /* bits for ev_default_loop and ev_loop_new */
@@ -435,7 +437,7 @@ void ev_child_stop     (EV_P_ ev_child *w);
 /* only supported when loop to be embedded is in fact embeddable */
 void ev_embed_start    (EV_P_ ev_embed *w);
 void ev_embed_stop     (EV_P_ ev_embed *w);
-void ev_embed_loop     (EV_P_ ev_embed *w);
+void ev_embed_sweep    (EV_P_ ev_embed *w);
 # endif
 
 #endif