--- EV-Glib/Glib.pm 2007/12/08 02:49:42 1.1 +++ EV-Glib/Glib.pm 2007/12/08 03:40:32 1.2 @@ -36,6 +36,11 @@ Loading this module will automatically integrate the default context into EV, so normally nothing else is required. +=item * There will be no g_main_loop or gtk_main loop available. + +The EV event loop is not the gtk+ main loop. That means that things like +C will not work at all. + =cut package EV::Glib;