Mercurial > pidgin.yaz
view doc/sound-signals.dox @ 30725:b6c3000eec60
Use GtkUIManager for gtk media stuff, since it's internal.
applied changes from 7f3cdd61a34080056b8024a0297d01ed559bef25
through c9211cd8bf87478800560441c7eb893f1e3995e0
applied partial changes from 231d9237a777f9d01fa2ff9c26a575a0ac8db31c
through d0c6c98ad725a3a64114bd1d5c1da1220d738c93
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Mon, 26 Jul 2010 04:21:47 +0000 |
parents | e0613cf8c493 |
children |
line wrap: on
line source
/** @page sound-signals Sound Signals @signals @signal playing-sound-event @endsignals @see sound.h <hr> @signaldef playing-sound-event @signalproto gboolean (*playing_sound_event)(PurpleSoundEventID event, PurpleAccount *account); @endsignalproto @signaldesc Emitted when libpurple is going to play a sound event. This can be used to cancel playing sound by returning TRUE. @param event The event this sound represents. @param account The account the sound is being played for. @return @c TRUE if the sound should not be played, or @c FALSE otherwise. @endsignaldef */ // vim: syntax=c.doxygen tw=75 et