comparison src/core.h @ 5032:cb700c07ee07

[gaim-migrate @ 5375] Rewrote the buddy pounce code. It's now core/UI split, and may allow for more advanced stuff later. Pounce actions are now a UI thing, and the backend logic for registering, unregistering, and activating pouncs is now in core. Also, the buddy pounce dialog was redesigned. Oh, and there are new pounce types. You can now choose from: * Sign on * Sign off * Away * Return from away * Idle * Return from idle * Buddy starts typing * Buddy stops typing Should work. I've been using it for some time. If you find a bug, though, let me know. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 05 Apr 2003 10:14:21 +0000
parents c4c28874ecd3
children 4691c5936c01
comparison
equal deleted inserted replaced
5031:bc494c4a3991 5032:cb700c07ee07
177 extern int core_main(); 177 extern int core_main();
178 extern void core_quit(); 178 extern void core_quit();
179 179
180 /* Functions in gaimrc.c */ 180 /* Functions in gaimrc.c */
181 extern void load_prefs(); 181 extern void load_prefs();
182 extern void load_pounces();
182 extern void save_prefs(); 183 extern void save_prefs();
183 184
184 /* Functions in perl.c */ 185 /* Functions in perl.c */
185 #ifdef USE_PERL 186 #ifdef USE_PERL
186 extern void perl_end(); 187 extern void perl_end();