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.8 by root, Sat Apr 19 03:50:53 2008 UTC vs.
Revision 1.9 by root, Sat Apr 19 03:55:46 2008 UTC

43I<have> to use EV's equivalents, i.e. C<EV::unloop>. 43I<have> to use EV's equivalents, i.e. C<EV::unloop>.
44 44
45=item * You cannot call any glib loop functions while its context is active. 45=item * You cannot call any glib loop functions while its context is active.
46 46
47This module uses a prepare watcher at lowest priority to dispatch glib 47This module uses a prepare watcher at lowest priority to dispatch glib
48events and activate the main context. The context will be deactivates in a 48events and activate the main context. The context will be deactivated in a
49check watcher of highest priority. 49check watcher of highest priority.
50 50
51That means that glib events will be dispatched with lowest priority, and 51That means that glib events will be dispatched with lowest priority, and
52that you cannot call any glib main functions (or functions calling it) on 52that you cannot call any glib main functions (or functions calling it) on
53the default mainloop in highest-priority watchers and in lowest-priority 53the default mainloop in highest-priority watchers and in lowest-priority

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines