Mercurial > pidgin
annotate libgaim/plugins/perl/common/Sound.xs @ 14457:737a6c286a65
[gaim-migrate @ 17171]
SF Patch #1551607 from Alex Badea:
"I'm not entirely sure what causes it in general, but on
my system it's triggered (only sometimes) by the
History plugin on a Yahoo account."
The almost identical SF Patch #1549604 from Valdis Kletnieks says:
"Unchecked dereference of 'oldfont' in gtkimhtml.c
causes a crash when starting up, as 'oldfont' isn't
set."
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Wed, 06 Sep 2006 00:36:04 +0000 |
parents | 60b1bc8dbf37 |
children |
rev | line source |
---|---|
14192 | 1 #include "module.h" |
2 | |
3 MODULE = Gaim::Sound PACKAGE = Gaim::Sound PREFIX = gaim_sound_ | |
4 PROTOTYPES: ENABLE | |
5 | |
6 Gaim::Sound::UiOps | |
7 gaim_sound_get_ui_ops() | |
8 | |
9 void | |
10 gaim_sound_init() | |
11 | |
12 void | |
13 gaim_sound_play_event(event, account) | |
14 Gaim::SoundEventID event | |
15 Gaim::Account account | |
16 | |
17 void | |
18 gaim_sound_play_file(filename, account) | |
19 const char *filename | |
20 Gaim::Account account | |
21 | |
22 void | |
23 gaim_sound_set_ui_ops(ops) | |
24 Gaim::Sound::UiOps ops | |
25 | |
26 void | |
27 gaim_sound_uninit() |