Mercurial > pidgin.yaz
view plugins/perl/common/Sound.xs @ 11725:743b574c81b9
[gaim-migrate @ 14016]
Don't crash when we hit the idle-away timeout (we don't set ourselves
to away, either, but that'll come eventually)
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sat, 22 Oct 2005 22:38:00 +0000 |
parents | 58bc500cf226 |
children | 96f9b4798012 |
line wrap: on
line source
#include "module.h" MODULE = Gaim::Sound PACKAGE = Gaim::Sound PREFIX = gaim_sound_ PROTOTYPES: ENABLE Gaim::Sound::UiOps gaim_sound_get_ui_ops() void gaim_sound_init() void gaim_sound_play_event(event, account) Gaim::SoundEventID event Gaim::Account account void gaim_sound_play_file(filename, account) const char *filename Gaim::Account account void gaim_sound_set_ui_ops(ops) Gaim::Sound::UiOps ops void gaim_sound_uninit()