Mercurial > pidgin
annotate plugins/perl/common/Sound.xs @ 13135:7fd39c81d5e9
[gaim-migrate @ 15497]
Rest of SF Patch #1417219 from Sadrul
"Also, loading/unloading plugins gives errors in the
debug-window. Register/unregistering the plugins when
they are created and destroyed seem to quiet it down.
Turns out, the same is done for all the other
core-subtypes."
committer: Tailor Script <tailor@pidgin.im>
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Mon, 06 Feb 2006 07:53:51 +0000 |
| parents | 96f9b4798012 |
| children |
| rev | line source |
|---|---|
| 11118 | 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 | |
|
12773
96f9b4798012
[gaim-migrate @ 15120]
Etan Reisner <pidgin@unreliablesource.net>
parents:
11642
diff
changeset
|
9 void |
| 11118 | 10 gaim_sound_init() |
| 11 | |
|
12773
96f9b4798012
[gaim-migrate @ 15120]
Etan Reisner <pidgin@unreliablesource.net>
parents:
11642
diff
changeset
|
12 void |
| 11642 | 13 gaim_sound_play_event(event, account) |
| 11118 | 14 Gaim::SoundEventID event |
| 11642 | 15 Gaim::Account account |
| 11118 | 16 |
|
12773
96f9b4798012
[gaim-migrate @ 15120]
Etan Reisner <pidgin@unreliablesource.net>
parents:
11642
diff
changeset
|
17 void |
| 11642 | 18 gaim_sound_play_file(filename, account) |
| 11118 | 19 const char *filename |
| 11642 | 20 Gaim::Account account |
| 11118 | 21 |
|
12773
96f9b4798012
[gaim-migrate @ 15120]
Etan Reisner <pidgin@unreliablesource.net>
parents:
11642
diff
changeset
|
22 void |
| 11118 | 23 gaim_sound_set_ui_ops(ops) |
| 24 Gaim::Sound::UiOps ops | |
| 25 | |
|
12773
96f9b4798012
[gaim-migrate @ 15120]
Etan Reisner <pidgin@unreliablesource.net>
parents:
11642
diff
changeset
|
26 void |
| 11118 | 27 gaim_sound_uninit() |
