comparison src/account.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 63c7a16a2c09
children ef881489396e
comparison
equal deleted inserted replaced
8272:9af78e73f0b2 8273:f24172f53650
118 118
119 static void 119 static void
120 schedule_accounts_save() 120 schedule_accounts_save()
121 { 121 {
122 if (!accounts_save_timer) 122 if (!accounts_save_timer)
123 accounts_save_timer = g_timeout_add(5000, accounts_save_cb, NULL); 123 accounts_save_timer = gaim_timeout_add(5000, accounts_save_cb, NULL);
124 } 124 }
125 125
126 GaimAccount * 126 GaimAccount *
127 gaim_account_new(const char *username, const char *protocol_id) 127 gaim_account_new(const char *username, const char *protocol_id)
128 { 128 {