Mercurial > pidgin.yaz
comparison src/ui.h @ 3319:3a05fcb133c4
[gaim-migrate @ 3337]
No UI for this (yet)... but plugins can use it.
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Sun, 16 Jun 2002 20:03:31 +0000 |
parents | c5b4e55024e3 |
children | 26130b6a04db |
comparison
equal
deleted
inserted
replaced
3318:26311f474ef7 | 3319:3a05fcb133c4 |
---|---|
306 /* Globals in prefs.c */ | 306 /* Globals in prefs.c */ |
307 extern struct debug_window *dw; | 307 extern struct debug_window *dw; |
308 | 308 |
309 /* Globals in prpl.c */ | 309 /* Globals in prpl.c */ |
310 extern GtkWidget *protomenu; | 310 extern GtkWidget *protomenu; |
311 | |
312 /* Globals in sound.c */ | |
313 extern gboolean mute_sounds; | |
311 | 314 |
312 /* Functions in about.c */ | 315 /* Functions in about.c */ |
313 extern void show_about(GtkWidget *, void *); | 316 extern void show_about(GtkWidget *, void *); |
314 extern void gaim_help(GtkWidget *, void *); | 317 extern void gaim_help(GtkWidget *, void *); |
315 | 318 |