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

Comparing Glib-EV/README (file contents):
Revision 1.3 by root, Sat Dec 22 16:50:52 2007 UTC vs.
Revision 1.4 by root, Sat Jan 31 09:49:59 2009 UTC

34 34
35 This makes Glib compatible to EV. Calls into the Glib main loop are more 35 This makes Glib compatible to EV. Calls into the Glib main loop are more
36 or less equivalent to calls to "EV::loop" (but not vice versa, you 36 or less equivalent to calls to "EV::loop" (but not vice versa, you
37 *have* to use the Glib mainloop functions). 37 *have* to use the Glib mainloop functions).
38 38
39 * The Glib perl module is not used. 39 * The Glib perl module is not used.
40
40 This module has no dependency on the existing Glib perl interface, 41 This module has no dependency on the existing Glib perl interface,
41 as it uses glib directly. The Glib module can, however, be used 42 as it uses glib directly. The Glib module can, however, be used
42 without any problems (as long as evereybody uses shared libraries to 43 without any problems (as long as everybody uses shared libraries to
43 keep everybody else happy). 44 keep everybody else happy).
44 45
45 * The default context will be changed when the module is loaded. 46 * The default context will be changed when the module is loaded.
47
46 Loading this module will automatically "patch" the default context 48 Loading this module will automatically "patch" the default context
47 of libglib, so normally nothing more is required. 49 of libglib, so normally nothing more is required.
48 50
49 * Glib does not allow recursive invocations. 51 * Glib does not allow recursive invocations.
52
50 This means that none of your event watchers might call into Glib 53 This means that none of your event watchers might call into Glib
51 functions or functions that might call glib functions (basically all 54 functions or functions that might call glib functions (basically all
52 Gtk2 functions). It might work, but that's your problem.... 55 Gtk2 functions). It might work, but that's your problem....
53 56
54BUGS 57BUGS

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines