comparison src/status.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 fa6395637e2c
children 1a016d979ce0
comparison
equal deleted inserted replaced
8272:9af78e73f0b2 8273:f24172f53650
101 101
102 static void 102 static void
103 schedule_status_save() 103 schedule_status_save()
104 { 104 {
105 if (!status_save_timer) 105 if (!status_save_timer)
106 status_save_timer = g_timeout_add(5000, status_save_cb, NULL); 106 status_save_timer = gaim_timeout_add(5000, status_save_cb, NULL);
107 } 107 }
108 108
109 static void 109 static void
110 start_element_handler(GMarkupParseContext *context, 110 start_element_handler(GMarkupParseContext *context,
111 const gchar *element_name, 111 const gchar *element_name,