comparison src/connection.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 968425e5da2f
children ef881489396e
comparison
equal deleted inserted replaced
8272:9af78e73f0b2 8273:f24172f53650
480 480
481 if (ops->disconnected != NULL) 481 if (ops->disconnected != NULL)
482 ops->disconnected(gc); 482 ops->disconnected(gc);
483 } 483 }
484 484
485 gc->disconnect_timeout = g_timeout_add(0, gaim_connection_disconnect_cb, 485 gc->disconnect_timeout = gaim_timeout_add(0, gaim_connection_disconnect_cb,
486 gaim_connection_get_account(gc)); 486 gaim_connection_get_account(gc));
487 } 487 }
488 488
489 void 489 void
490 gaim_connections_disconnect_all(void) 490 gaim_connections_disconnect_all(void)