comparison plugins/docklet/docklet.h @ 10504:1a97d5e88d12

[gaim-migrate @ 11796] Lots of things here: - Several memory leak fixes - A few invalid memory access fixes - Fix a yahoo crash going idle when away - Fix Add user in chats to actually fill in the screenname - Add gaim_account_{get,set}_enabled to perl - Fix command priorities (fixes /me in IRC) - Fix MSN notification server transfer to be quiet about it - Fix MSN blist sync if user has insane friendly name - Make the docklet less crash-happy if it fails to embed in 3 seconds - Only probe for native plugins with the correct file extension - 1 typo fix :) ... and quite possibly something else I forgot. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Tue, 11 Jan 2005 17:25:06 +0000
parents d082b2a71ee7
children cae2fb7e8594
comparison
equal deleted inserted replaced
10503:776586d647e3 10504:1a97d5e88d12
51 /* functions in docklet.c */ 51 /* functions in docklet.c */
52 extern void docklet_clicked(int); 52 extern void docklet_clicked(int);
53 extern void docklet_embedded(); 53 extern void docklet_embedded();
54 extern void docklet_remove(gboolean); 54 extern void docklet_remove(gboolean);
55 extern void docklet_set_ui_ops(struct docklet_ui_ops *); 55 extern void docklet_set_ui_ops(struct docklet_ui_ops *);
56 extern void docklet_unload();
56 57
57 /* function in docklet-{x11,win32}.c */ 58 /* function in docklet-{x11,win32}.c */
58 extern void docklet_ui_init(); 59 extern void docklet_ui_init();
59 60
60 #endif /* _DOCKLET_H_ */ 61 #endif /* _DOCKLET_H_ */