comparison src/protocols/zephyr/zephyr.c @ 8273:f24172f53650

[gaim-migrate @ 8997] This is Scott Lamb's eventloop abstraction patch. If it breaks things, Scott Lamb will be glad to take the punishment. If it doesn't, it should make integration into other event loops easier. Well, no, not easier, harder actually, but it'll be done more appropriately and less hackily.. er, hacky. Is hackily a word? committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 17 Feb 2004 02:17:48 +0000
parents ad164c1ca79d
children ef881489396e
comparison
equal deleted inserted replaced
8272:9af78e73f0b2 8273:f24172f53650
683 serv_finish_login(zgc); 683 serv_finish_login(zgc);
684 684
685 process_anyone(); 685 process_anyone();
686 process_zsubs(); 686 process_zsubs();
687 687
688 nottimer = g_timeout_add(100, check_notify, NULL); 688 nottimer = gaim_timeout_add(100, check_notify, NULL);
689 loctimer = g_timeout_add(20000, check_loc, NULL); 689 loctimer = gaim_timeout_add(20000, check_loc, NULL);
690 } 690 }
691 691
692 static void write_zsubs() 692 static void write_zsubs()
693 { 693 {
694 GSList *s = subscrips; 694 GSList *s = subscrips;