ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/EV-Glib/Glib.pm
(Generate patch)

Comparing EV-Glib/Glib.pm (file contents):
Revision 1.1 by root, Sat Dec 8 02:49:42 2007 UTC vs.
Revision 1.2 by root, Sat Dec 8 03:40:32 2007 UTC

34=item * The default context will be added to EV when the module is loaded. 34=item * The default context will be added to EV when the module is loaded.
35 35
36Loading this module will automatically integrate the default context into 36Loading this module will automatically integrate the default context into
37EV, so normally nothing else is required. 37EV, so normally nothing else is required.
38 38
39=item * There will be no g_main_loop or gtk_main loop available.
40
41The EV event loop is not the gtk+ main loop. That means that things like
42C<gtk_main_quit> will not work at all.
43
39=cut 44=cut
40 45
41package EV::Glib; 46package EV::Glib;
42 47
43use Carp (); 48use Carp ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines