Mercurial > pidgin
view plugins/perl/common/Sound.xs @ 12089:ed60afb9294f
[gaim-migrate @ 14386]
sf patch #1356626, from Sadrul Habib Chowdhury
"For systems that don't use xscreensaver to detect idle
time, the idle-time is reported incorrectly. The reason
is last_sent_time had not been updated. This patch
resets that field when a new connection is made."
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 14 Nov 2005 22:46:16 +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()