ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/Event/Event.xs
(Generate patch)

Comparing Coro/Event/Event.xs (file contents):
Revision 1.25 by root, Thu Oct 25 08:14:00 2007 UTC vs.
Revision 1.26 by root, Sat Jun 20 08:58:00 2009 UTC

78BOOT: 78BOOT:
79{ 79{
80 coro_event_event_stash = gv_stashpv ("Coro::Event::Event", TRUE); 80 coro_event_event_stash = gv_stashpv ("Coro::Event::Event", TRUE);
81 81
82 I_EVENT_API ("Coro::Event"); 82 I_EVENT_API ("Coro::Event");
83 I_CORO_API ("Coro::Event"); 83 I_CORO_API ("Coro::Event");
84 84
85 GEventAPI->add_hook ("asynccheck", (void *)asynccheck_hook, 0); 85 GEventAPI->add_hook ("asynccheck", (void *)asynccheck_hook, 0);
86 GEventAPI->add_hook ("prepare", (void *)prepare_hook, 0); 86 GEventAPI->add_hook ("prepare", (void *)prepare_hook, 0);
87} 87}
88 88

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines